Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Latest commit

 

History

History
82 lines (59 loc) · 2.74 KB

apm-settings.asciidoc

File metadata and controls

82 lines (59 loc) · 2.74 KB

APM settings in Kibana

APM settings

These settings allow the APM app to function, and specify the data that it surfaces. Unless you’ve customized your setup, you do not need to configure any settings to use the APM app. It is enabled by default.

APM indices

Index defaults can be changed in Kibana. Navigate to APM > Settings > Indices. Index settings in the APM app take precedence over those set in kibana.yml.

APM app settings in Kibana

General APM settings

If you’d like to change any of the default values, copy and paste the relevant settings into your kibana.yml configuration file. Changing these settings may disable features of the APM App.

xpack.apm.enabled

Set to false to disable the APM app. Defaults to true.

xpack.apm.ui.enabled {ess-icon}

Set to false to hide the APM app from the menu. Defaults to true.

xpack.apm.ui.transactionGroupBucketSize

Number of top transaction groups displayed in the APM app. Defaults to 100.

xpack.apm.ui.maxTraceItems {ess-icon}

Maximum number of child items displayed when viewing trace details. Defaults to 1000.

xpack.observability.annotations.index

Index name where Observability annotations are stored. Defaults to observability-annotations.

apm_oss.indexPattern {ess-icon}

The index pattern used for integrations with Machine Learning and Query Bar. It must match all apm indices. Defaults to apm-*.

apm_oss.errorIndices {ess-icon}

Matcher for all {apm-server-ref}/error-indices.html[error indices]. Defaults to apm-*.

apm_oss.onboardingIndices

Matcher for all onboarding indices. Defaults to apm-*.

apm_oss.spanIndices {ess-icon}

Matcher for all {apm-server-ref}/span-indices.html[span indices]. Defaults to apm-*.

apm_oss.transactionIndices {ess-icon}

Matcher for all {apm-server-ref}/transaction-indices.html[transaction indices]. Defaults to apm-*.

apm_oss.metricsIndices

Matcher for all {apm-server-ref}/metricset-indices.html[metrics indices]. Defaults to apm-*.

apm_oss.sourcemapIndices

Matcher for all {apm-server-ref}/sourcemap-indices.html[source map indices]. Defaults to apm-*.