@@ -9,9 +9,9 @@ or change the number of shards and replicas. The steps to change these
99settings depend on the monitoring method:
1010
1111* <<config-monitoring-data-streams-elastic-agent>>
12- * <<config-monitoring-data-streams-metricbeat-8>> (the default for version 8+
12+ * <<config-monitoring-data-streams-metricbeat-8>> (the default for version 8
1313{ess} deployments on {ecloud})
14- * <<config-monitoring-indices-metricbeat-7-internal-collection>>
14+ * <<config-monitoring-indices-metricbeat-7-internal-collection>>
1515
1616IMPORTANT: Changing mappings or settings can cause your monitoring dashboards to
1717stop working correctly.
@@ -22,11 +22,11 @@ stop working correctly.
2222When <<configuring-elastic-agent,monitoring using {agent}>>, data is stored in a
2323set of data streams named
2424`metrics-{product}.stack_monitoring.{dataset}-{namespace}`. For example:
25- `metrics-elasticsearch.stack_monitoring.shard-default`.
25+ `metrics-elasticsearch.stack_monitoring.shard-default`.
2626
2727The settings and mappings for these data streams are determined by an index
2828template named `metrics-{product}.stack_monitoring.{dataset}`. For example:
29- `metrics-elasticsearch.stack_monitoring.shard`.
29+ `metrics-elasticsearch.stack_monitoring.shard`.
3030
3131To change the settings of each data stream, edit the
3232`metrics-{product}.stack_monitoring.{dataset}@custom` component template that
@@ -38,7 +38,7 @@ already exists. You can do this in {kib}:
3838
3939You can also use the {es} API:
4040
41- * Retrieve the component template using the <<getting-component-templates,get
41+ * Retrieve the component template using the <<getting-component-templates,get
4242component template API>>.
4343* Edit the component template.
4444* Store the updated component template using the <<indices-component-template,
@@ -50,16 +50,16 @@ to the data stream's new backing indices.
5050apply the updated settings to the data stream’s write index.
5151
5252[[config-monitoring-data-streams-metricbeat-8]]
53- === Configuring data streams created by {metricbeat} 8+
53+ === Configuring data streams created by {metricbeat} 8
5454
55- When <<configuring-metricbeat,monitoring using {metricbeat} 8+ >>, data is stored
56- in a set of data streams called `.monitoring-{product}-{version} -mb`. For example:
57- `.monitoring-es-9 -mb`.
55+ When <<configuring-metricbeat,monitoring using {metricbeat} 8>>, data is stored
56+ in a set of data streams called `.monitoring-{product}-8 -mb`. For example:
57+ `.monitoring-es-8 -mb`.
5858
5959The settings and mappings for these data streams are determined by an index
6060template named `.monitoring-{product}-mb`. For example: `.monitoring-es-mb`. You
6161can alter the settings of each data stream by cloning this index template and
62- editing it.
62+ editing it.
6363
6464WARNING: You need to repeat this procedure when upgrading the {stack} to get the
6565latest updates to the default monitoring index templates.
@@ -77,15 +77,15 @@ You can clone index templates in {kib}:
7777
7878You can also use the {es} API:
7979
80- * Retrieve the index template using the <<indices-get-template,get index
80+ * Retrieve the index template using the <<indices-get-template,get index
8181template API>>.
82- * Edit the index template: set the template `priority` to `500`, and specify the
82+ * Edit the index template: set the template `priority` to `500`, and specify the
8383settings you want to change in the `settings` section.
84- * Store the updated index template under a different name, for example
85- `custom_monitoring`, using the
84+ * Store the updated index template under a different name, for example
85+ `custom_monitoring`, using the
8686<<indices-put-template,create index template API>>.
8787
88- NOTE: {metricbeat} 8+ uses <<index-templates,composable templates>>, rather than
88+ NOTE: {metricbeat} 8 uses <<index-templates,composable templates>>, rather than
8989legacy templates.
9090
9191After changing the index template, the updated settings are only applied to the
@@ -113,7 +113,7 @@ You can retrieve these templates in {kib} by navigating to *Stack Management* >
113113GET /_template/.monitoring-*
114114----
115115
116- To change the settings of the indices, add a custom index template. You can do
116+ To change the settings of the indices, add a custom index template. You can do
117117that in {kib}, or using the {es} API:
118118
119119* Set `index_patterns` to match the `.monitoring-{product}-7-*` indices.
@@ -144,4 +144,4 @@ indices.
144144DELETE /_template/custom_monitoring
145145----
146146// TEST[continued]
147- ////
147+ ////
0 commit comments