Skip to content

Commit

Permalink
Clarify index used in SLO privileges example (#4019) (#4021)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1bfdf34)

Co-authored-by: DeDe Morton <[email protected]>
  • Loading branch information
mergify[bot] and dedemorton authored Jun 18, 2024
1 parent 8e84312 commit cff9f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/observability/slo-privileges.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Set the following privileges for the SLO All role:

. Under *Cluster privileges* in the *Elasticsearch* section, add `manage_transform` and `manage_ingest_pipelines`.
. Under *Index privileges*, add `.slo-*` to the *Indices* field and `all` to the *Privileges* field.
. Click *Add index privilege*
. Add indices you plan to create SLOs for to the *Indices* field, and add *read* and *view_index_metadata* to to the *Privileges* field.
. Click *Add index privilege*.
. Add indices you plan to create SLOs for to the *Indices* field, and add *read* and *view_index_metadata* to the *Privileges* field. The following example shows `logs-*`, but you can specify any indices.
+
[role="screenshot"]
image::images/slo-es-priv-all.png[Cluster and index privileges for SLO All role]
Expand Down

0 comments on commit cff9f13

Please sign in to comment.