This repository was archived by the owner on Dec 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ services:
9898 entrypoint : /usr/local/scripts/metricbeat-entrypoint.sh
9999 container_name : metricbeat
100100 # Define a fixed hostname to be reported back to Kibana
101- hostname : Logstash-APIBuilder
101+ hostname : ${LOGSTASH_NODE_NAME:- Logstash-1}
102102 command : --strict.perms=false -e -c configs/metricbeat.logstash-apibuilder-memcache.yml
103103 user : root # Required to monitor docker containers
104104 environment :
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ metricbeat.modules:
2121 - " memory"
2222 - " network"
2323 hosts : ["unix:///var/run/docker.sock"]
24- period : 10s
24+ period : 30s
2525 enabled : true
2626
2727- module : system
28- period : 10s
28+ period : 30s
2929 hostsfs : true
3030 metricsets :
3131 - cpu
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ metricbeat.modules:
2121 - " memory"
2222 - " network"
2323 hosts : ["unix:///var/run/docker.sock"]
24- period : 10s
24+ period : 30s
2525 enabled : true
2626
2727- module : elasticsearch
2828 xpack.enabled : true
29- period : 10s
29+ period : 30s
3030 hosts : ${ELASTICSEARCH_HOSTS}
3131 username : " ${METRICBEAT_USERNAME}"
3232 password : " ${METRICBEAT_PASSWORD}"
@@ -35,7 +35,7 @@ metricbeat.modules:
3535
3636- module : kibana
3737 xpack.enabled : true
38- period : 10s
38+ period : 30s
3939 hosts : ["${KIBANA_HOST}"]
4040 username : " ${METRICBEAT_USERNAME}"
4141 password : " ${METRICBEAT_PASSWORD}"
Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ metricbeat.modules:
2323 - " memory"
2424 - " network"
2525 hosts : ["unix:///var/run/docker.sock"]
26- period : 10s
26+ period : 30s
2727 enabled : false
2828
2929- module : beat
3030 xpack.enabled : true
31- period : 10s
31+ period : 30s
3232 hosts : ["http://localhost:5066"]
3333
3434- module : system
35- period : 10s
35+ period : 30s
3636 hostsfs : true
3737 metricsets :
3838 - cpu
Original file line number Diff line number Diff line change @@ -21,19 +21,19 @@ metricbeat.modules:
2121 - " memory"
2222 - " network"
2323 hosts : ["unix:///var/run/docker.sock"]
24- period : 10s
24+ period : 30s
2525 enabled : true
2626
2727- module : logstash
2828 xpack.enabled : true
29- period : 10s
29+ period : 30s
3030 hosts : ["logstash:9600"]
3131 # username: "user"
3232 # password: "secret"
3333
3434- module : memcached
3535# metricsets: ["stats"]
36- period : 10s
36+ period : 30s
3737 hosts : ["memcached:11211"]
3838
3939- module : docker
@@ -47,11 +47,11 @@ metricbeat.modules:
4747 - " memory"
4848 - " network"
4949 hosts : ["unix:///var/run/docker.sock"]
50- period : 10s
50+ period : 30s
5151 enabled : true
5252
5353- module : system
54- period : 10s
54+ period : 30s
5555 hostsfs : true
5656 metricsets :
5757 - cpu
You can’t perform that action at this time.
0 commit comments