logstash/docs/static/monitoring/monitoring-prereq-define-cluster.asciidoc
Karen Metts c060c00d7c
Doc: Add Elastic Agent collection (#15528)
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
2023-11-14 13:55:39 -05:00

10 lines
346 B
Text

//[[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
----------------------------------