Skip to content

Commit 20e1ac6

Browse files
committed
Add missing permissions
Signed-off-by: Craig Perkins <[email protected]>
1 parent 1ff37f9 commit 20e1ac6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
cluster_permissions:
22
- "cluster:monitor/state"
3+
- "cluster:admin/opendistro/rollup/explain"
4+
- "cluster:admin/opendistro/rollup/index"
35
- "indices:data/read/mget"
46
index_permissions:
57
- index_patterns:
68
- "*"
79
allowed_actions:
810
- "indices:data/read/search*"
11+
- "indices:admin/settings/update"
12+
- "indices:admin/opensearch/ism/managedindex"
913
# - "indices:admin/delete"

0 commit comments

Comments
 (0)