mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 22:45:04 +00:00
e5b0e7f5cb
See elastic/elasticsearch#1022 Original commit: elastic/x-pack-elasticsearch@3ee8761312
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 |