34 lines
613 B
YAML
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
|