Skip to content

Commit

Permalink
add section to common problems section of the apm config page
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenmcginnis committed Dec 11, 2024
1 parent 5289b20 commit cbd831b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/en/observability/apm/configure/agent-config.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ use these {es} options to provide {es} access.
[float]
=== Common problems

[float]
==== HTTP 403 errors

You may see either of the following HTTP 403 errors from APM Server when it attempts to fetch APM agent configuration:

APM agent log:
Expand All @@ -74,3 +77,10 @@ This occurs because the user or API key set in either `apm-server.agent.config.e
(if `apm-server.agent.config.elasticsearch` is not set) does not have adequate permissions to read source maps from {es}.

To fix this error, ensure that APM Server has all the required privileges. See <<apm-privileges-agent-central-config-server>> for more details.

[float]
==== HTTP 401 errors

If you get an HTTP 401 errors from APM Server, make sure you're using a token that you're using
an API key that is configured to *Beats*. For details on how to create and configure a compatible
API key, refer to <<apm-beats-api-key-publish>>.

0 comments on commit cbd831b

Please sign in to comment.