From 7ac9fdf2feb64517e65c4a6ef60c273a425f9c83 Mon Sep 17 00:00:00 2001 From: Shahzad Date: Wed, 20 Aug 2025 14:50:08 +0200 Subject: [PATCH] Fix synthetics docs for read-only user !! This seems a bug which we should fixed, for synthetics read only user we only need read permissions. --- solutions/observability/synthetics/reader-role.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/observability/synthetics/reader-role.md b/solutions/observability/synthetics/reader-role.md index 58a7775e4d..c5c44775c6 100644 --- a/solutions/observability/synthetics/reader-role.md +++ b/solutions/observability/synthetics/reader-role.md @@ -28,5 +28,5 @@ Instead to you can create a reader role, called something like `synthetics_reade | --- | --- | --- | | [Index](/deploy-manage/users-roles/cluster-or-deployment-auth/elasticsearch-privileges.md#privileges-list-indices) | `synthetics-*`: `read` | Read-only access to synthetics indices. | | [Index](/deploy-manage/users-roles/cluster-or-deployment-auth/elasticsearch-privileges.md#privileges-list-indices) | `.alerts-observability.uptime.alerts-*`: `read` | Read-only access to synthetics alert indices. | -| [Kibana](/deploy-manage/users-roles/cluster-or-deployment-auth/kibana-privileges.md) | `Synthetics and Uptime`: `All` | Access to the {{synthetics-app}} in {{kib}}. | +| [Kibana](/deploy-manage/users-roles/cluster-or-deployment-auth/kibana-privileges.md) | `Synthetics and Uptime`: `read` | Access to the {{synthetics-app}} in {{kib}}. |