Skip to content

Commit 665dfe4

Browse files
[7.10] [DOCS] Reformats the DevelopAPM settings tables into definition lists (#130303) (#131978)
* [DOCS] Reformats the DevelopAPM settings tables into definition lists (#130303) Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit 9b1828a) * Fixes broken link Co-authored-by: Kibana Machine <[email protected]>
1 parent 2c6d425 commit 665dfe4

File tree

1 file changed

+31
-36
lines changed

1 file changed

+31
-36
lines changed

docs/settings/apm-settings.asciidoc

Lines changed: 31 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -43,55 +43,50 @@ If you'd like to change any of the default values,
4343
copy and paste the relevant settings into your `kibana.yml` configuration file.
4444
Changing 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.serviceMapFingerprintBucketSize`
52-
| Maximum number of unique transaction combinations sampled for generating service map focused on a specific service. Defaults to `100`.
49+
`xpack.apm.serviceMapFingerprintBucketSize` {ess-icon}::
50+
Maximum number of unique transaction combinations sampled for generating service map focused on a specific service. Defaults to `100`.
5351

54-
| `xpack.apm.serviceMapFingerprintGlobalBucketSize`
55-
| Maximum number of unique transaction combinations sampled for generating the global service map. Defaults to `100`.
52+
`xpack.apm.serviceMapFingerprintGlobalBucketSize` {ess-icon}::
53+
Maximum number of unique transaction combinations sampled for generating the global service map. Defaults to `100`.
5654

57-
| `xpack.apm.ui.enabled` {ess-icon}
58-
| Set to `false` to hide the APM app from the main menu. Defaults to `true`.
55+
`xpack.apm.ui.enabled` {ess-icon}::
56+
Set to `false` to hide the APM app from the main menu. Defaults to `true`.
5957

60-
| `xpack.apm.ui.transactionGroupBucketSize`
61-
| Number of top transaction groups displayed in the APM app. Defaults to `1000`.
58+
`xpack.apm.ui.transactionGroupBucketSize` {ess-icon}::
59+
Number of top transaction groups displayed in the APM app. Defaults to `1000`.
6260

63-
| `xpack.apm.ui.maxTraceItems` {ess-icon}
64-
| Maximum number of child items displayed when viewing trace details. Defaults to `1000`.
61+
`xpack.apm.ui.maxTraceItems` {ess-icon}::
62+
Maximum number of child items displayed when viewing trace details. Defaults to `1000`.
6563

66-
| `xpack.observability.annotations.index`
67-
| Index name where Observability annotations are stored. Defaults to `observability-annotations`.
64+
`xpack.observability.annotations.index` {ess-icon}::
65+
Index name where Observability annotations are stored. Defaults to `observability-annotations`.
6866

69-
| `xpack.apm.searchAggregatedTransactions`
70-
| experimental[] Enables Transaction histogram metrics. Defaults to `false`. When `true`, additional configuration in APM Server is required.
71-
See {apm-server-ref-v}/transaction-metrics.html[Configure transaction metrics] for more information.
67+
`xpack.apm.searchAggregatedTransactions` {ess-icon}::
68+
experimental[] Enables Transaction histogram metrics. Defaults to false. When true, additional configuration in APM Server is required. See {apm-server-ref-v}/transaction-metrics.html[Configure transaction metrics] for more information.
7269

73-
| `apm_oss.indexPattern` {ess-icon}
74-
| The index pattern used for integrations with Machine Learning and Query Bar.
75-
It must match all apm indices. Defaults to `apm-*`.
70+
`apm_oss.indexPattern` {ess-icon}::
71+
The index pattern used for integrations with Machine Learning and Query Bar.
72+
It must match all apm indices. Defaults to `apm-*`.
7673

77-
| `apm_oss.errorIndices` {ess-icon}
78-
| Matcher for all {apm-server-ref}/error-indices.html[error indices]. Defaults to `apm-*`.
74+
`apm_oss.errorIndices` {ess-icon}::
75+
Matcher for all {apm-server-ref}/error-indices.html[error indices]. Defaults to `apm-*`.
7976

80-
| `apm_oss.onboardingIndices`
81-
| Matcher for all onboarding indices. Defaults to `apm-*`.
77+
`apm_oss.onboardingIndices`::
78+
Matcher for all onboarding indices. Defaults to `apm-*`.
8279

83-
| `apm_oss.spanIndices` {ess-icon}
84-
| Matcher for all {apm-server-ref}/span-indices.html[span indices]. Defaults to `apm-*`.
80+
`apm_oss.spanIndices` {ess-icon}::
81+
Matcher for all {apm-server-ref}/span-indices.html[span indices]. Defaults to `apm-*`.
8582

86-
| `apm_oss.transactionIndices` {ess-icon}
87-
| Matcher for all {apm-server-ref}/transaction-indices.html[transaction indices]. Defaults to `apm-*`.
83+
`apm_oss.transactionIndices` {ess-icon}::
84+
Matcher for all {apm-server-ref}/transaction-indices.html[transaction indices]. Defaults to `apm-*`.
8885

89-
| `apm_oss.metricsIndices`
90-
| Matcher for all {apm-server-ref}/metricset-indices.html[metrics indices]. Defaults to `apm-*`.
86+
`apm_oss.metricsIndices`::
87+
Matcher for all {apm-server-ref}/metricset-indices.html[metrics indices]. Defaults to `apm-*`.
9188

92-
| `apm_oss.sourcemapIndices`
93-
| Matcher for all {apm-server-ref}/sourcemap-indices.html[source map indices]. Defaults to `apm-*`.
94-
95-
|===
89+
`apm_oss.sourcemapIndices`::
90+
Matcher for all {apm-server-ref}/sourcemap-indices.html[source map indices]. Defaults to `apm-*`.
9691

9792
// end::general-apm-settings[]

0 commit comments

Comments
 (0)