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

Commit ab74085

Browse files
author
Chris Wiechmann
committed
Enable Filebeat internal monitoring / Name the processes
1 parent 99d1c06 commit ab74085

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

configs/filebeat.docker.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: ${NAME:"Filebeat Gateway"}
12
filebeat.inputs:
23
- input_type: log
34
paths: ["/var/log/work/*.log"]
@@ -23,4 +24,10 @@ processors:
2324
field: "timestamp"
2425
layouts: ["UNIX_MS"]
2526

26-
setup.template.enabled: true
27+
setup.template.enabled: true
28+
29+
monitoring:
30+
enabled: true
31+
cluster_uuid: cJc3pAi1R6e32wAvklnM0A
32+
elasticsearch:
33+
hosts: ["elasticsearch1:9200"]

0 commit comments

Comments
 (0)