Nik Everett 7de9eda391
Graph: Move qa into plugin (#34517)
Move `x-pack/qa/smoke-test-graph-with-security` to
`x-pack/plugin/graph/qa/security` which should make it easier to run all
of the tests with a single command. It also lines up the directories
more closely with newer projects like cross cluster replication.
2018-10-30 15:14:33 -04:00

34 lines
613 B
YAML

admin:
cluster:
- all
indices:
- names: '*'
privileges:
- all
graph_explorer:
cluster:
- cluster:monitor/health
- cluster:monitor/main
indices:
- names: '*'
privileges:
- read
- write
- indices:admin/refresh
- indices:admin/create
no_graph_explorer:
cluster:
- cluster:monitor/health
- cluster:monitor/main
indices:
- names: '*'
privileges:
- indices:data/read/search
- indices:data/write/index
- indices:data/write/bulk
- indices:admin/refresh
- indices:admin/create