20 lines
388 B
YAML
20 lines
388 B
YAML
admin:
|
|
cluster: all
|
|
indices:
|
|
'*': all
|
|
|
|
watcher_manager:
|
|
cluster: manage_watcher, cluster:monitor/nodes/info, cluster:monitor/health
|
|
indices:
|
|
'.watch_history-*': all
|
|
|
|
watcher_monitor:
|
|
cluster: monitor_watcher
|
|
indices:
|
|
'.watch_history-*': read
|
|
|
|
crapy_role:
|
|
cluster:
|
|
- cluster:monitor/nodes/info
|
|
- cluster:monitor/health
|
|
- cluster:monitor/nodes/liveness |