docs: fix config names (#114903)

This commit is contained in:
Brandon Morelli 2021-10-13 14:21:50 -07:00 committed by GitHub
parent d822d6dc32
commit 77ad8fe991
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -484,8 +484,7 @@ An example is below.
[[api-create-apm-index-pattern]]
==== Customize the APM index pattern
As an alternative to updating <<apm-settings-in-kibana,`apm_oss.indexPattern`>> in your `kibana.yml` configuration file,
you can use Kibana's <<saved-objects-api-update,update object API>> to update the default APM index pattern on the fly.
Use Kibana's <<saved-objects-api-update,update object API>> to update the default APM index pattern on the fly.
The following example sets the default APM app index pattern to `some-other-pattern-*`:

View file

@ -76,7 +76,7 @@ If you change the default, you must also configure the `setup.template.name` and
See {apm-server-ref}/configuration-template.html[Load the Elasticsearch index template].
If the Elasticsearch index template has already been successfully loaded to the index,
you can customize the indices that the APM app uses to display data.
Navigate to *APM* > *Settings* > *Indices*, and change all `xpack.apm.*Pattern` values to
Navigate to *APM* > *Settings* > *Indices*, and change all `xpack.apm.indices.*` values to
include the new index pattern. For example: `customIndexName-*`.
[float]