From 83498cb5868755c907c6a30daa8f30ccb6b99063 Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Fri, 29 Sep 2023 12:48:45 +0100 Subject: [PATCH] Mention fallback --- docs/feature-roles.asciidoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/feature-roles.asciidoc b/docs/feature-roles.asciidoc index 175885ee7b2..924e4dee4cd 100644 --- a/docs/feature-roles.asciidoc +++ b/docs/feature-roles.asciidoc @@ -340,6 +340,8 @@ See {kibana-ref}/apm-app-central-config-user.html[{apm-app} central configuratio [[privileges-rum-source-mapping]] ==== APM Server RUM source mapping +If <> is enabled, additional privileges are required to read source maps. + To grant an APM Server user with the required privileges for reading RUM source maps from {es} directly without {kib}, assign the user the following privileges: @@ -352,6 +354,12 @@ assign the user the following privileges: |Allow {beatname_uc} to read RUM source maps from {es} |==== +The above privileges should be sufficient for RUM source mapping to work properly +as long as {beatname_uc} communicates with {es} successfully. +If it fails, it may fallback to read source maps via {kib} if configured, +which requires additional {kib} privileges. +See {kibana-ref}/rum-sourcemap-api.html[RUM source map API] for more details. + //// *********************************** *********************************** *********************************** ***********************************