Added section for monitoring.cluster_uuid

Fixes #11538
This commit is contained in:
andsel 2020-01-24 17:14:07 +01:00 committed by Andrea Selva
parent d2a094629c
commit ca89cfee75

View file

@ -15,6 +15,7 @@ production cluster as described in <<monitoring-internal-collection>>.
To collect and ship monitoring data: To collect and ship monitoring data:
. <<disable-default,Disable default collection of monitoring metrics>> . <<disable-default,Disable default collection of monitoring metrics>>
. <<define-cluster__uuid,Specify optionally the target `cluster_uuid`>>
. <<configure-metricbeat,Install and configure {metricbeat} to collect monitoring data>> . <<configure-metricbeat,Install and configure {metricbeat} to collect monitoring data>>
[float] [float]
@ -36,6 +37,16 @@ Remove the `#` at the beginning of the line to enable the setting.
-- --
[float]
[[define-cluster__uuid]]
==== Define `cluster_uuid` (Optional)
To bind the metrics of {ls} to a specific cluster, optionally define the `monitoring.cluster_uuid`
in the configuration file (logstash.yml):
[source,yaml]
----------------------------------
monitoring.cluster_uuid: PRODUCTION_ES_CLUSTER_UUID
----------------------------------
[float] [float]
[[configure-metricbeat]] [[configure-metricbeat]]