Skip to content

Commit ce96707

Browse files
committed
Revert "fix: changed permissions information for es.slm (prometheus-community#893)"
This reverts commit 88b649d.
1 parent 88b649d commit ce96707

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-
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`
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`
9898
es.data_stream | `monitor` or `manage` (per index or `*`) |
9999

100100
Further Information

0 commit comments

Comments
 (0)