Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 520408b

Browse files
author
Chris Wiechmann
authored
Update filebeat.yml
1 parent 1b19e87 commit 520408b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

filebeat/filebeat.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,19 @@ output.logstash:
8989
# pipelining: 0
9090

9191
monitoring:
92+
# When running Filebeat natively, please set this to true to see Beats in Kibana Stack-Monitoring
9293
enabled: ${SELF_MONITORING_ENABLED}
9394
# Get the Cluster-ID (cluster_uuid) with this simple query: https://elasticsearch1:9200/
9495
# This links this filebeat instance to the Cluster with the given ID to enable monitoring
9596
# It's also required to setup the beats_system user
9697
cluster_uuid: ${ELASTICSEARCH_CLUSTER_UUID:ELASTICSEARCH_CLUSTER_UUID-NOT-SET}
9798
elasticsearch:
99+
# When running Filebeat natively configure all Elasticsearch-Hosts as configured in your .env file
100+
# For example: https://elasticsearch1:9200,https://elasticsearch2:9200
98101
hosts: ${ELASTICSEARCH_HOSTS}
99102
ssl.enabled: true
100103
ssl.certificate_authorities: ["${ELASTICSEARCH_CRT:ELASTICSEARCH_CRT-NOT-SET}"]
104+
# When running Filebeat natively you may set this to none to disable certificate validation
101105
ssl.verification_mode: ${ELASTICSEARCH_SSL_VERIFICATIONMODE}
102106
username: "${BEATS_SYSTEM_USERNAME:''}"
103107
password: "${BEATS_SYSTEM_PASSWORD:''}"

0 commit comments

Comments
 (0)