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 1ff37f9 commit 20e1ac6Copy full SHA for 20e1ac6
src/main/resources/plugin-additional-permissions.yml
@@ -1,9 +1,13 @@
1
cluster_permissions:
2
- "cluster:monitor/state"
3
+ - "cluster:admin/opendistro/rollup/explain"
4
+ - "cluster:admin/opendistro/rollup/index"
5
- "indices:data/read/mget"
6
index_permissions:
7
- index_patterns:
8
- "*"
9
allowed_actions:
10
- "indices:data/read/search*"
11
+ - "indices:admin/settings/update"
12
+ - "indices:admin/opensearch/ism/managedindex"
13
# - "indices:admin/delete"
0 commit comments