2015-08-11 18:09:05 -04:00
|
|
|
admin:
|
2016-03-15 13:10:40 -04:00
|
|
|
cluster:
|
|
|
|
- all
|
2015-08-11 18:09:05 -04:00
|
|
|
indices:
|
2016-03-15 13:10:40 -04:00
|
|
|
- names: '*'
|
|
|
|
privileges:
|
|
|
|
- all
|
2015-08-11 18:09:05 -04:00
|
|
|
|
|
|
|
watcher_manager:
|
2016-03-15 13:10:40 -04:00
|
|
|
cluster:
|
2016-03-17 12:51:03 -04:00
|
|
|
- manage
|
2015-08-11 18:09:05 -04:00
|
|
|
indices:
|
2016-12-13 02:54:03 -05:00
|
|
|
- names: '.watch*'
|
2016-03-15 13:10:40 -04:00
|
|
|
privileges:
|
|
|
|
- all
|
2017-08-01 08:15:36 -04:00
|
|
|
# this index gets created by one of the watcher yaml tests
|
|
|
|
# and is needed for a search transform, so we have to create it as part of the test
|
|
|
|
- names: 'my_test_index'
|
|
|
|
privileges:
|
|
|
|
- all
|
2016-03-15 13:10:40 -04:00
|
|
|
run_as:
|
|
|
|
- powerless_user
|
|
|
|
- watcher_manager
|
2015-08-11 18:09:05 -04:00
|
|
|
|
|
|
|
watcher_monitor:
|
2016-03-15 13:10:40 -04:00
|
|
|
cluster:
|
2016-03-17 12:51:03 -04:00
|
|
|
- monitor
|
2015-08-11 18:09:05 -04:00
|
|
|
indices:
|
2016-03-15 13:10:40 -04:00
|
|
|
- names: '.watcher-history-*'
|
|
|
|
privileges:
|
|
|
|
- read
|
2015-08-11 18:09:05 -04:00
|
|
|
|
2016-01-18 19:41:30 -05:00
|
|
|
crappy_role:
|
2015-08-11 18:09:05 -04:00
|
|
|
cluster:
|
|
|
|
- cluster:monitor/nodes/info
|
|
|
|
- cluster:monitor/health
|
2016-01-18 19:41:30 -05:00
|
|
|
- cluster:monitor/nodes/liveness
|
2016-04-07 05:55:06 -04:00
|
|
|
- cluster:monitor/main
|
2016-01-18 19:41:30 -05:00
|
|
|
|