Skip to content

Commit a399d71

Browse files
authored
Merge pull request #716 from ramir-savvy/patch-1
Update README: Add required privileges for es.indices_mappings
2 parents c52fc42 + c51cf41 commit a399d71

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)