Skip to content

Commit db1d0c8

Browse files
raz-amirjaimeyh
authored andcommitted
Update README: Add required privileges for es.indices_mappings
Signed-off-by: Raz Amir <[email protected]>
1 parent fe0d9fb commit db1d0c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ exporter defaults | `cluster` `monitor` | All cluster read-only operations, like
9191
es.cluster_settings | `cluster` `monitor` |
9292
es.indices | `indices` `monitor` (per index or `*`) | All actions that are required for monitoring (recovery, segments info, index stats and status)
9393
es.indices_settings | `indices` `monitor` (per index or `*`) |
94+
es.indices_mappings | `indices` `view_index_metadata` (per index or `*`) |
9495
es.shards | not sure if `indices` or `cluster` `monitor` or both |
9596
es.snapshots | `cluster:admin/snapshot/status` and `cluster:admin/repository/get` | [ES Forum Post](https://discuss.elastic.co/t/permissions-for-backup-user-with-x-pack/88057)
9697
es.slm | `read_slm`

0 commit comments

Comments
 (0)