mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
### Summary This PR makes a handful of updates to the APM app documentation: - [x] **Agent explorer** - New page [here](https://kibana_160951.docs-preview.app.elstc.co/guide/en/kibana/master/agent-explorer.html). - _Closes https://github.com/elastic/observability-docs/issues/2886_ - [x] **Trace explorer** - New section [here](https://kibana_160951.docs-preview.app.elstc.co/guide/en/kibana/master/traces.html#trace-explorer). - _Closes https://github.com/elastic/observability-docs/issues/2885_ - [x] **Dependency operations** - New section [here](https://kibana_160951.docs-preview.app.elstc.co/guide/en/kibana/master/dependencies.html#dependencies-operations). - _Closes https://github.com/elastic/observability-docs/issues/2889_ - [x] **Adds missing settings and APM Labs info** - We didn't have documentation on how to enable APM Labs. We [do now](https://kibana_160951.docs-preview.app.elstc.co/guide/en/kibana/master/apm-settings-in-kibana.html#apm-labs). - I noticed Labs settings were missing from the documentation. Those have now been added to the [Kibana advanced settings](https://kibana_160951.docs-preview.app.elstc.co/guide/en/kibana/master/advanced-options.html#observability-advanced-settings).
44 lines
No EOL
779 B
Text
44 lines
No EOL
779 B
Text
[role="xpack"]
|
|
[[apm-how-to]]
|
|
== How-to guides
|
|
|
|
Learn how to perform common APM app tasks.
|
|
|
|
|
|
* <<agent-configuration>>
|
|
* <<apm-spaces>>
|
|
* <<apm-alerts>>
|
|
* <<custom-links>>
|
|
* <<filters>>
|
|
* <<correlations>>
|
|
* <<agent-explorer>>
|
|
* <<machine-learning-integration>>
|
|
* <<apm-lambda>>
|
|
* <<advanced-queries>>
|
|
* <<storage-explorer>>
|
|
* <<transactions-annotations>>
|
|
|
|
|
|
include::agent-configuration.asciidoc[]
|
|
|
|
include::apm-spaces.asciidoc[]
|
|
|
|
include::apm-alerts.asciidoc[]
|
|
|
|
include::custom-links.asciidoc[]
|
|
|
|
include::filters.asciidoc[]
|
|
|
|
include::correlations.asciidoc[]
|
|
|
|
include::agent-explorer.asciidoc[]
|
|
|
|
include::machine-learning.asciidoc[]
|
|
|
|
include::lambda.asciidoc[]
|
|
|
|
include::advanced-queries.asciidoc[]
|
|
|
|
include::storage-explorer.asciidoc[]
|
|
|
|
include::deployment-annotations.asciidoc[] |