Skip to content

Commit

Permalink
Mention fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip committed Sep 29, 2023
1 parent ee20dc4 commit 83498cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/feature-roles.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<configuration-rum,real user monitoring>> 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:

Expand All @@ -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.

////
*********************************** ***********************************
*********************************** ***********************************
Expand Down

0 comments on commit 83498cb

Please sign in to comment.