feat(ext/metricbeat): Enable monitoring of Kibana

This commit is contained in:
Antoine Cotten
2022-11-18 14:00:30 +01:00
parent a150f6dc99
commit def0aa6665

View File

@@ -24,6 +24,12 @@ metricbeat.modules:
hosts: [ http://logstash:9600 ]
xpack.enabled: true
period: 10s
- module: kibana
hosts: [ http://kibana:5601 ]
username: elastic
password: ${ELASTIC_PASSWORD}
xpack.enabled: true
period: 10s
- module: docker
metricsets:
- container