From ca89cfee75f9530ff6a20e334ee1d5cdad1f8ff9 Mon Sep 17 00:00:00 2001 From: andsel Date: Fri, 24 Jan 2020 17:14:07 +0100 Subject: [PATCH] Added section for monitoring.cluster_uuid Fixes #11538 --- docs/static/monitoring/monitoring-mb.asciidoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/static/monitoring/monitoring-mb.asciidoc b/docs/static/monitoring/monitoring-mb.asciidoc index 3c401d3fb..444255aad 100644 --- a/docs/static/monitoring/monitoring-mb.asciidoc +++ b/docs/static/monitoring/monitoring-mb.asciidoc @@ -15,6 +15,7 @@ production cluster as described in <>. To collect and ship monitoring data: . <> +. <> . <> [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] [[configure-metricbeat]]