mirror of
https://github.com/elastic/logstash.git
synced 2025-06-28 17:53:28 -04:00
10 lines
346 B
Text
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
|
|
----------------------------------
|