@@ -6,22 +6,22 @@ In production, you should send monitoring data to a separate _monitoring cluster
66so that historical data is available even when the nodes you are monitoring are
77not. 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
1414data 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
2020Learn 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
2626To 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
127127a single {kib} instance to access both your production cluster and monitoring
0 commit comments