Skip to content

Commit b4389b6

Browse files
authored
Update configure-service-level-objective-slo-access.md (#882)
> The **correct** index priviledges are: > ".slo-observability.*" > We found out the correct ones through the SLO view in Kibana, where the necessary index privileges were stated if a > user was missing the correct access. > We tested both versions and those that Kibana showed (with the dot) were the correct ones. Closes elastic/observability-docs#4720.
1 parent 60f45ed commit b4389b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/observability/incident-management/configure-service-level-objective-slo-access.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To create a role:
3939

4040
Set the following privileges for the SLO Editor role:
4141

42-
1. Under **Index privileges** in the **Elasticsearch** section, add `.slo-observability-*` to the **Indices** field and `read`, `view_index_metadata`, `write`, and `manage` to the **Privileges** field.
42+
1. Under **Index privileges** in the **Elasticsearch** section, add `.slo-observability.*` to the **Indices** field and `read`, `view_index_metadata`, `write`, and `manage` to the **Privileges** field.
4343
2. Click **Add index privilege**.
4444
3. In the **Indices** field, add the indices for which you plan to create SLOs. Then, add `read` and `view_index_metadata` to the **Privileges** field. The following example shows `logs-*`, but you can specify any indices.
4545

@@ -64,7 +64,7 @@ Set the following privileges for the SLO Editor role:
6464

6565
Set the following privileges for the SLO Read role:
6666

67-
1. Under **Index privileges** in the **Elasticsearch** section, add `.slo-observability-*` to the **Indices** field and `read` and `view_index_metadata` to the **Privileges** field.
67+
1. Under **Index privileges** in the **Elasticsearch** section, add `.slo-observability.*` to the **Indices** field and `read` and `view_index_metadata` to the **Privileges** field.
6868

6969
:::{image} /solutions/images/observability-slo-es-priv-viewer.png
7070
:alt: Index privileges for SLO Viewer role

0 commit comments

Comments
 (0)