Skip to content

Commit 2f33605

Browse files
cello86Marcello Lorenzi
and
Marcello Lorenzi
authored
fix: changed permissions information for es.slm (#893)
Signed-off-by: Marcello Lorenzi <[email protected]> Co-authored-by: Marcello Lorenzi <[email protected]>
1 parent 8ebe0a5 commit 2f33605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ es.indices | `indices` `monitor` (per index or `*`) | All actions that are requi
9393
es.indices_settings | `indices` `monitor` (per index or `*`) |
9494
es.indices_mappings | `indices` `view_index_metadata` (per index or `*`) |
9595
es.shards | not sure if `indices` or `cluster` `monitor` or both |
96-
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)
97-
es.slm | `read_slm`
96+
collector.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)
97+
es.slm | `manage_slm`
9898
es.data_stream | `monitor` or `manage` (per index or `*`) |
9999

100100
Further Information

0 commit comments

Comments
 (0)