From 68d497baa0ddbfa0fdbd804ecdca979a4d947ffc Mon Sep 17 00:00:00 2001 From: vladd-bit Date: Fri, 14 Jul 2023 13:31:20 +0100 Subject: [PATCH] Services: Filebeat added cluster name. --- services/filebeat/filebeat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/filebeat/filebeat.yml b/services/filebeat/filebeat.yml index 0c76abcc..6cccc6ff 100644 --- a/services/filebeat/filebeat.yml +++ b/services/filebeat/filebeat.yml @@ -1688,7 +1688,7 @@ monitoring.enabled: true # Sets the UUID of the Elasticsearch cluster under which monitoring data for this # Filebeat instance will appear in the Stack Monitoring UI. If output.elasticsearch # is enabled, the UUID is derived from the Elasticsearch cluster referenced by output.elasticsearch. -#monitoring.cluster_uuid: +monitoring.cluster_uuid: ${ELASTICSEARCH_CLUSTER_NAME} # Uncomment to send the metrics to Elasticsearch. Most settings from the # Elasticsearch output are accepted here as well.