We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3fefd commit 90e2a56Copy full SHA for 90e2a56
config/roles.yml
@@ -85,9 +85,14 @@ anomaly_full_access:
85
- index_patterns:
86
- '*'
87
allowed_actions:
88
- - 'indices_monitor'
89
- 'indices:admin/aliases/get'
+ - 'indices:admin/mappings/fields/get'
90
+ - 'indices:admin/mappings/fields/get*'
91
- 'indices:admin/mappings/get'
92
+ - 'indices:admin/resolve/index'
93
+ - 'indices:data/read/field_caps*'
94
+ - 'indices:data/read/search'
95
+ - 'indices_monitor'
96
97
# Allow users to execute read only k-NN actions
98
knn_read_access:
0 commit comments