Skip to content

Commit 0558052

Browse files
committed
[DOCS] Rename monitoring collection from internal to legacy (#56395)
1 parent 63c9b97 commit 0558052

File tree

7 files changed

+35
-34
lines changed

7 files changed

+35
-34
lines changed

docs/reference/monitoring/collecting-monitoring-data.asciidoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
[role="xpack"]
22
[testenv="gold"]
33
[[collecting-monitoring-data]]
4-
== Collecting monitoring data
4+
== Collecting monitoring data using legacy collectors
5+
++++
6+
<titleabbrev>Legacy collection methods</titleabbrev>
7+
++++
58

69
[IMPORTANT]
710
=========================
811
{metricbeat} is the recommended method for collecting and shipping monitoring
912
data to a monitoring cluster.
1013
11-
If you have previously configured internal collection, you should migrate to
12-
using {metricbeat} collection. Use either {metricbeat} collection or
13-
internal collection; do not use both.
14+
If you have previously configured legacy collection methods, you should migrate
15+
to using {metricbeat} collection methods. Use either {metricbeat} collection or
16+
legacy collection methods; do not use both.
1417
1518
Learn more about <<configuring-metricbeat>>.
1619
=========================

docs/reference/monitoring/collectors.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
{metricbeat} is the recommended method for collecting and shipping monitoring
99
data to a monitoring cluster.
1010
11-
If you have previously configured internal collection, you should migrate to
12-
using {metricbeat} collection. Use either {metricbeat} collection or
13-
internal collection; do not use both.
11+
If you have previously configured legacy collection methods, you should migrate
12+
to using {metricbeat} collection methods. Use either {metricbeat} collection or
13+
legacy collection methods; do not use both.
1414
1515
Learn more about <<configuring-metricbeat>>.
1616
=========================

docs/reference/monitoring/exporters.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
{metricbeat} is the recommended method for collecting and shipping monitoring
99
data to a monitoring cluster.
1010
11-
If you have previously configured internal collection, you should migrate to
12-
using {metricbeat} collection. Use either {metricbeat} collection or
13-
internal collection; do not use both.
11+
If you have previously configured legacy collection methods, you should migrate
12+
to using {metricbeat} collection methods. Use either {metricbeat} collection or
13+
legacy collection methods; do not use both.
1414
1515
Learn more about <<configuring-metricbeat>>.
1616
=========================

docs/reference/monitoring/http-export.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
{metricbeat} is the recommended method for collecting and shipping monitoring
99
data to a monitoring cluster.
1010
11-
If you have previously configured internal collection, you should migrate to
12-
using {metricbeat} collection. Use either {metricbeat} collection or
13-
internal collection; do not use both.
11+
If you have previously configured legacy collection methods, you should migrate
12+
to using {metricbeat} collection methods. Use either {metricbeat} collection or
13+
legacy collection methods; do not use both.
1414
1515
Learn more about <<configuring-metricbeat>>.
1616
=========================

docs/reference/monitoring/index.asciidoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ performance of your {es} cluster.
1313
* <<monitoring-production>>
1414
* <<configuring-metricbeat>>
1515
* <<configuring-filebeat>>
16-
* <<collecting-monitoring-data>>
1716
* <<config-monitoring-indices>>
18-
* <<es-monitoring-collectors>>
19-
* <<es-monitoring-exporters>>
17+
* <<collecting-monitoring-data>>
2018
* <<monitoring-troubleshooting>>
2119

2220
--
@@ -27,19 +25,19 @@ include::how-monitoring-works.asciidoc[]
2725

2826
include::production.asciidoc[]
2927

30-
include::collecting-monitoring-data.asciidoc[]
31-
include::pause-export.asciidoc[]
32-
3328
include::configuring-metricbeat.asciidoc[]
3429

3530
include::configuring-filebeat.asciidoc[]
3631

3732
include::indices.asciidoc[]
3833

34+
include::collecting-monitoring-data.asciidoc[]
35+
:leveloffset: +1
3936
include::collectors.asciidoc[]
40-
4137
include::exporters.asciidoc[]
38+
:leveloffset: -1
4239
include::local-export.asciidoc[]
4340
include::http-export.asciidoc[]
41+
include::pause-export.asciidoc[]
4442

4543
include::troubleshooting.asciidoc[]

docs/reference/monitoring/local-export.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
{metricbeat} is the recommended method for collecting and shipping monitoring
99
data to a monitoring cluster.
1010
11-
If you have previously configured internal collection, you should migrate to
12-
using {metricbeat} collection. Use either {metricbeat} collection or
13-
internal collection; do not use both.
11+
If you have previously configured legacy collection methods, you should migrate
12+
to using {metricbeat} collection methods. Use either {metricbeat} collection or
13+
legacy collection methods; do not use both.
1414
1515
Learn more about <<configuring-metricbeat>>.
1616
=========================

docs/reference/monitoring/production.asciidoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ In production, you should send monitoring data to a separate _monitoring cluster
66
so that historical data is available even when the nodes you are monitoring are
77
not. For example, you can use {metricbeat} to ship monitoring data about {kib},
88
{es}, {ls}, and Beats to the monitoring cluster.
9-
//If you are sending your data to the {esms-init}, see <<esms>>.
9+
If you are sending your data to the {esms-init}, see <<esms>>.
1010

1111
[IMPORTANT]
1212
=========================
1313
{metricbeat} is the recommended method for collecting and shipping monitoring
1414
data to a monitoring cluster.
1515
16-
If you have previously configured internal collection, you should migrate to
17-
using {metricbeat} collection. Use either {metricbeat} collection or
18-
internal collection; do not use both.
16+
If you have previously configured legacy collection methods, you should migrate
17+
to using {metricbeat} collection. Use either {metricbeat} collection or
18+
legacy collection methods; do not use both.
1919
2020
Learn more about <<configuring-metricbeat>>.
2121
=========================
2222

23-
If you have at least a gold license, using a dedicated monitoring cluster also
24-
enables you to monitor multiple clusters from a central location.
23+
If you have at least a Gold Subscription, using a dedicated monitoring cluster
24+
also enables you to monitor multiple clusters from a central location.
2525

2626
To store monitoring data in a separate cluster:
2727

@@ -99,11 +99,11 @@ Alternatively, use the `remote_monitoring_user` <<built-in-users,built-in user>>
9999
--
100100

101101
. Configure your production cluster to collect data and send it to the
102-
monitoring cluster.
102+
monitoring cluster:
103103

104-
** <<configuring-metricbeat,Use {metricbeat}>>.
104+
** <<configuring-metricbeat,{metricbeat} collection methods>>
105105

106-
** <<collecting-monitoring-data,Use HTTP exporters>>.
106+
** <<collecting-monitoring-data,Legacy collection methods>>
107107

108108
. (Optional)
109109
{logstash-ref}/configuring-logstash.html[Configure {ls} to collect data and send it to the monitoring cluster].
@@ -119,9 +119,9 @@ cluster.
119119

120120
. (Optional) Configure {kib} to collect data and send it to the monitoring cluster:
121121

122-
** {kibana-ref}/monitoring-metricbeat.html[Use {metricbeat}].
122+
** {kibana-ref}/monitoring-metricbeat.html[{metricbeat} collection methods]
123123

124-
** {kibana-ref}/monitoring-kibana.html[Use HTTP exporters].
124+
** {kibana-ref}/monitoring-kibana.html[Legacy collection methods]
125125

126126
. (Optional) Create a dedicated {kib} instance for monitoring, rather than using
127127
a single {kib} instance to access both your production cluster and monitoring

0 commit comments

Comments
 (0)