We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec99e7e commit ca5eb23Copy full SHA for ca5eb23
config/roles.yml
@@ -79,6 +79,8 @@ anomaly_read_access:
79
anomaly_full_access:
80
reserved: true
81
cluster_permissions:
82
+ - "cluster:admin/ingest/pipeline/delete"
83
+ - "cluster:admin/ingest/pipeline/put"
84
- 'cluster:admin/opendistro/ad/*'
85
- 'cluster_monitor'
86
index_permissions:
@@ -90,6 +92,7 @@ anomaly_full_access:
90
92
- 'indices:admin/mappings/fields/get*'
91
93
- 'indices:admin/mappings/get'
94
- 'indices:admin/resolve/index'
95
+ - 'indices:admin/setting/put'
96
- 'indices:data/read/field_caps*'
97
- 'indices:data/read/search'
98
- 'indices_monitor'
0 commit comments