Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Use xpack.apm.indices.* #6340

Merged
merged 1 commit into from
Oct 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guide/cross-cluster-search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You can also specify certain clusters to display data from, for example, `obs-1:

There are two ways to edit the default index pattern:

* In the APM app -- Navigate to *APM* > *Settings* > *Indices*, and change all `apm_oss.*Pattern` values to
* In the APM app -- Navigate to *APM* > *Settings* > *Indices*, and change all `xpack.apm.indices.*` values to
include the new index pattern, e.g., `*:apm-*,apm-*`.
* In `kibana.yml` -- All of the {kibana-ref}/apm-settings-kb.html[`apm_oss.*Pattern`] configuration values must
* In `kibana.yml` -- All of the {kibana-ref}/apm-settings-kb.html[`xpack.apm.indices.*`] configuration values must
include the new index pattern, e.g., `*:apm-*,apm-*`.