@@ -43,45 +43,41 @@ If you'd like to change any of the default values,
4343copy and paste the relevant settings into your `kibana.yml` configuration file.
4444Changing these settings may disable features of the APM App.
4545
46- [cols="2*<"]
47- |===
48- | `xpack.apm.enabled`
49- | Set to `false` to disable the APM app. Defaults to `true`.
46+ `xpack.apm.enabled`::
47+ Set to `false` to disable the APM app. Defaults to `true`.
5048
51- | `xpack.apm.ui.enabled` {ess-icon}
52- | Set to `false` to hide the APM app from the menu. Defaults to `true`.
49+ `xpack.apm.ui.enabled`{ess-icon}::
50+ Set to `false` to hide the APM app from the menu. Defaults to `true`.
5351
54- | `xpack.apm.ui.transactionGroupBucketSize`
55- | Number of top transaction groups displayed in the APM app. Defaults to `1000`.
52+ `xpack.apm.ui.transactionGroupBucketSize` {ess-icon}::
53+ Number of top transaction groups displayed in the APM app. Defaults to `1000`.
5654
57- | `xpack.apm.ui.maxTraceItems` {ess-icon}
58- | Maximum number of child items displayed when viewing trace details. Defaults to `1000`.
55+ `xpack.apm.ui.maxTraceItems` {ess-icon}::
56+ Maximum number of child items displayed when viewing trace details. Defaults to `1000`.
5957
60- | `xpack.observability.annotations.index`
61- | Index name where Observability annotations are stored. Defaults to `observability-annotations`.
58+ `xpack.observability.annotations.index` {ess-icon}::
59+ Index name where Observability annotations are stored. Defaults to `observability-annotations`.
6260
63- | `apm_oss.indexPattern` {ess-icon}
64- | The index pattern used for integrations with Machine Learning and Query Bar.
65- It must match all apm indices. Defaults to `apm-*`.
61+ `apm_oss.indexPattern` {ess-icon}::
62+ The index pattern used for integrations with Machine Learning and Query Bar.
63+ It must match all apm indices. Defaults to `apm-*`.
6664
67- | `apm_oss.errorIndices` {ess-icon}
68- | Matcher for all {apm-server-ref}/error-indices.html[error indices]. Defaults to `apm-*`.
65+ `apm_oss.errorIndices` {ess-icon}::
66+ Matcher for all {apm-server-ref}/error-indices.html[error indices]. Defaults to `apm-*`.
6967
70- | `apm_oss.onboardingIndices`
71- | Matcher for all onboarding indices. Defaults to `apm-*`.
68+ `apm_oss.onboardingIndices`::
69+ Matcher for all onboarding indices. Defaults to `apm-*`.
7270
73- | `apm_oss.spanIndices` {ess-icon}
74- | Matcher for all {apm-server-ref}/span-indices.html[span indices]. Defaults to `apm-*`.
71+ `apm_oss.spanIndices` {ess-icon}::
72+ Matcher for all {apm-server-ref}/span-indices.html[span indices]. Defaults to `apm-*`.
7573
76- | `apm_oss.transactionIndices` {ess-icon}
77- | Matcher for all {apm-server-ref}/transaction-indices.html[transaction indices]. Defaults to `apm-*`.
74+ `apm_oss.transactionIndices` {ess-icon}::
75+ Matcher for all {apm-server-ref}/transaction-indices.html[transaction indices]. Defaults to `apm-*`.
7876
79- | `apm_oss.metricsIndices`
80- | Matcher for all {apm-server-ref}/metricset-indices.html[metrics indices]. Defaults to `apm-*`.
77+ `apm_oss.metricsIndices`::
78+ Matcher for all {apm-server-ref}/metricset-indices.html[metrics indices]. Defaults to `apm-*`.
8179
82- | `apm_oss.sourcemapIndices`
83- | Matcher for all {apm-server-ref}/sourcemap-indices.html[source map indices]. Defaults to `apm-*`.
84-
85- |===
80+ `apm_oss.sourcemapIndices`::
81+ Matcher for all {apm-server-ref}/sourcemap-indices.html[source map indices]. Defaults to `apm-*`.
8682
8783// end::general-apm-settings[]
0 commit comments