Skip to content

Commit ad8b811

Browse files
authored
[docs][APM] Add APM settings page (#53172) (#53206)
1 parent 311cde2 commit ad8b811

File tree

3 files changed

+29
-9
lines changed

3 files changed

+29
-9
lines changed

docs/apm/settings.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Do not link directly to this page.
2+
// Link to the anchor in `/docs/settings/apm-settings.asciidoc` instead.
3+
[[apm-settings-in-kibana]]
4+
=== APM settings in Kibana
5+
6+
You do not need to configure any settings to use APM. It is enabled by default.
7+
If you'd like to change any of the default values,
8+
copy and paste the relevant settings below into your `kibana.yml` configuration file.
9+
10+
include::./../settings/apm-settings.asciidoc[tag=general-apm-settings]

docs/apm/using-the-apm-ui.asciidoc

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@ Not to worry, we've created this guide to help you get the most out of Elastic A
88

99
APM is available via the navigation sidebar in {Kib}.
1010

11-
* <<filters,Filters>>
12-
* <<services,Services overview>>
13-
* <<traces,Traces overview>>
14-
* <<transactions,Transaction overview>>
15-
* <<spans,Span timeline visualization>>
16-
* <<errors,Debug errors>>
17-
* <<metrics,Metrics overview>>
18-
* <<machine-learning-integration,Machine learning integration>>
19-
* <<query-bar,Advanced queries>>
11+
* <<filters>>
12+
* <<services>>
13+
* <<traces>>
14+
* <<transactions>>
15+
* <<spans>>
16+
* <<errors>>
17+
* <<metrics>>
18+
* <<machine-learning-integration>>
19+
* <<agent-configuration>>
20+
* <<advanced-queries>>
21+
* <<apm-settings-in-kibana>>
22+
* <<troubleshooting>>
2023

2124
include::filters.asciidoc[]
2225

@@ -36,4 +39,6 @@ include::agent-configuration.asciidoc[]
3639

3740
include::advanced-queries.asciidoc[]
3841

42+
include::settings.asciidoc[]
43+
3944
include::troubleshooting.asciidoc[]

docs/settings/apm-settings.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ copy and paste the relevant settings below into your `kibana.yml` configuration
1313
[[general-apm-settings-kb]]
1414
==== General APM settings
1515

16+
// This content is reused in the APM app documentation.
17+
// Any changes made in this file will be seen there as well.
18+
// tag::general-apm-settings[]
19+
1620
xpack.apm.enabled:: Set to `false` to disabled the APM plugin {kib}. Defaults to
1721
`true`.
1822

@@ -37,3 +41,4 @@ apm_oss.metricsIndices:: Matcher for indices containing metric documents. Defaul
3741

3842
apm_oss.sourcemapIndices:: Matcher for indices containing sourcemap documents. Defaults to `apm-*`.
3943

44+
// end::general-apm-settings[]

0 commit comments

Comments
 (0)