APM input settingsedit
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
To edit the APM integration input settings, open Kibana and select: Fleet / Integrations / Elastic APM / Add Elastic APM. Expand the carrot to view all settings.
A limited number of settings are currently supported.
Templates, pipelines, index lifecycle management, etc., cannot be configured with APM Server or Fleet, and must instead be configured with Kibana or Elasticsearch. Learn more.
General settingsedit
(string) Defines the host and port the server is listening on.
Use Default: |
|
(string) Authorization token for sending APM data. The same token must also be set in each APM agent. This token is not used for RUM endpoints. By default, no authorization token is set. |
|
(int) Maximum permitted size of an event accepted by the server to be processed (in Bytes). Default: |
|
(string) The default service environment for events without a defined service environment. |
|
(bool) Capture personal data such as IP or User Agent. If true, APM Server captures the IP of the instrumented service and its User Agent if any. Default: |
Real User Monitoring (RUM) settingsedit
(bool) Enables and disables Real User Monitoring (RUM). Default: |
|
(string) A list of permitted origins for RUM support. User-agents send an Origin header that will be validated against this list. This is done automatically by modern browsers as part of the CORS specification. An origin is made of a protocol scheme, host and port, without the URL path. Default: |
|
(string) By default, HTTP requests made from the RUM agent to the APM integration are limited in the HTTP headers they are allowed to have. If any other headers are added, the request will be rejected by the browser due to Cross-Origin Resource Sharing (CORS) restrictions. If you need to add extra headers to these requests, use this configuration to allow additional headers. The default list of values includes |
|
(yaml) Custom HTTP headers to add to RUM responses. For example, for security policy compliance. |
|
(int) Defines the maximum amount of events allowed to be sent to the APM Server RUM endpoint per ip per second. Default: |
|
(int) An LRU cache is used to keep a rate limit per IP for the most recently seen IPs. This setting defines the number of unique IPs that can be tracked in the cache. Sites with many concurrent clients should consider increasing this limit. Default: |
API key settingsedit
(bool) Enable or disable API key authorization between APM Server and APM agents. Default: |
|
(int) Each unique API key triggers one request to Elasticsearch. This setting restricts the number of unique API keys are allowed per minute. The minimum value for this setting should be the number of API keys configured in your monitored services. Default: |
|
(string) RUM API key for sourcemaps. Formatted as |
|
(string) API Key for APM central configuration feature. Formatted as |