Skip to content

Commit 902e81a

Browse files
committed
Revert "Update stack monitoring documentation for Stack 9 release"
This reverts commit fd2f552.
1 parent 7f01fec commit 902e81a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/reference/monitoring/indices.asciidoc

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ or change the number of shards and replicas. The steps to change these
99
settings 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

1616
IMPORTANT: Changing mappings or settings can cause your monitoring dashboards to
1717
stop working correctly.
@@ -22,11 +22,11 @@ stop working correctly.
2222
When <<configuring-elastic-agent,monitoring using {agent}>>, data is stored in a
2323
set 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

2727
The settings and mappings for these data streams are determined by an index
2828
template named `metrics-{product}.stack_monitoring.{dataset}`. For example:
29-
`metrics-elasticsearch.stack_monitoring.shard`.
29+
`metrics-elasticsearch.stack_monitoring.shard`.
3030

3131
To 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

3939
You 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
4242
component 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.
5050
apply 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

5959
The settings and mappings for these data streams are determined by an index
6060
template named `.monitoring-{product}-mb`. For example: `.monitoring-es-mb`. You
6161
can alter the settings of each data stream by cloning this index template and
62-
editing it.
62+
editing it.
6363

6464
WARNING: You need to repeat this procedure when upgrading the {stack} to get the
6565
latest updates to the default monitoring index templates.
@@ -77,15 +77,15 @@ You can clone index templates in {kib}:
7777

7878
You 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
8181
template 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
8383
settings 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
8989
legacy templates.
9090

9191
After 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* >
113113
GET /_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
117117
that in {kib}, or using the {es} API:
118118

119119
* Set `index_patterns` to match the `.monitoring-{product}-7-*` indices.
@@ -144,4 +144,4 @@ indices.
144144
DELETE /_template/custom_monitoring
145145
----
146146
// TEST[continued]
147-
////
147+
////

0 commit comments

Comments
 (0)