Skip to content

Commit a87202e

Browse files
authored
[DOCS] Identifies cloud settings for APM (#66935) (#66940)
1 parent d551449 commit a87202e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/settings/apm-settings.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,29 +39,29 @@ copy and paste the relevant settings into your `kibana.yml` configuration file.
3939
| `xpack.apm.enabled`
4040
| Set to `false` to disable the APM app. Defaults to `true`.
4141

42-
| `xpack.apm.ui.enabled`
42+
| `xpack.apm.ui.enabled` {ess-icon}
4343
| Set to `false` to hide the APM app from the menu. Defaults to `true`.
4444

4545
| `xpack.apm.ui.transactionGroupBucketSize`
4646
| Number of top transaction groups displayed in the APM app. Defaults to `100`.
4747

48-
| `xpack.apm.ui.maxTraceItems`
48+
| `xpack.apm.ui.maxTraceItems` {ess-icon}
4949
| Maximum number of child items displayed when viewing trace details. Defaults to `1000`.
5050

51-
| `apm_oss.indexPattern`
51+
| `apm_oss.indexPattern` {ess-icon}
5252
| The index pattern used for integrations with Machine Learning and Query Bar.
5353
It must match all apm indices. Defaults to `apm-*`.
5454

55-
| `apm_oss.errorIndices`
55+
| `apm_oss.errorIndices` {ess-icon}
5656
| Matcher for all {apm-server-ref}/error-indices.html[error indices]. Defaults to `apm-*`.
5757

5858
| `apm_oss.onboardingIndices`
5959
| Matcher for all onboarding indices. Defaults to `apm-*`.
6060

61-
| `apm_oss.spanIndices`
61+
| `apm_oss.spanIndices` {ess-icon}
6262
| Matcher for all {apm-server-ref}/span-indices.html[span indices]. Defaults to `apm-*`.
6363

64-
| `apm_oss.transactionIndices`
64+
| `apm_oss.transactionIndices` {ess-icon}
6565
| Matcher for all {apm-server-ref}/transaction-indices.html[transaction indices]. Defaults to `apm-*`.
6666

6767
| `apm_oss.metricsIndices`

0 commit comments

Comments
 (0)