mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-15 01:16:09 +00:00
This commit removes as much of the use of shield as possible in the source code. See elastic/elasticsearch#2383 Original commit: elastic/x-pack-elasticsearch@00009cc06e
12 lines
229 B
YAML
12 lines
229 B
YAML
monitoring_system:
|
|
cluster: [ 'cluster:admin/xpack/monitoring/bulk' ]
|
|
|
|
monitoring_without_bulk:
|
|
cluster: [ 'monitor' ]
|
|
indices:
|
|
- names: '.monitoring-*'
|
|
privileges:
|
|
- write
|
|
- read
|
|
- manage
|