@@ -6,22 +6,22 @@ In production, you should send monitoring data to a separate _monitoring cluster
6
6
so that historical data is available even when the nodes you are monitoring are
7
7
not. For example, you can use {metricbeat} to ship monitoring data about {kib},
8
8
{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>>.
10
10
11
11
[IMPORTANT]
12
12
=========================
13
13
{metricbeat} is the recommended method for collecting and shipping monitoring
14
14
data to a monitoring cluster.
15
15
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.
19
19
20
20
Learn more about <<configuring-metricbeat>>.
21
21
=========================
22
22
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.
25
25
26
26
To store monitoring data in a separate cluster:
27
27
@@ -99,11 +99,11 @@ Alternatively, use the `remote_monitoring_user` <<built-in-users,built-in user>>
99
99
--
100
100
101
101
. Configure your production cluster to collect data and send it to the
102
- monitoring cluster.
102
+ monitoring cluster:
103
103
104
- ** <<configuring-metricbeat,Use {metricbeat}>>.
104
+ ** <<configuring-metricbeat,{metricbeat} collection methods>>
105
105
106
- ** <<collecting-monitoring-data,Use HTTP exporters>>.
106
+ ** <<collecting-monitoring-data,Legacy collection methods>>
107
107
108
108
. (Optional)
109
109
{logstash-ref}/configuring-logstash.html[Configure {ls} to collect data and send it to the monitoring cluster].
@@ -119,9 +119,9 @@ cluster.
119
119
120
120
. (Optional) Configure {kib} to collect data and send it to the monitoring cluster:
121
121
122
- ** {kibana-ref}/monitoring-metricbeat.html[Use {metricbeat}].
122
+ ** {kibana-ref}/monitoring-metricbeat.html[{metricbeat} collection methods]
123
123
124
- ** {kibana-ref}/monitoring-kibana.html[Use HTTP exporters].
124
+ ** {kibana-ref}/monitoring-kibana.html[Legacy collection methods]
125
125
126
126
. (Optional) Create a dedicated {kib} instance for monitoring, rather than using
127
127
a single {kib} instance to access both your production cluster and monitoring
0 commit comments