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]]