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
No known key found for this signature in database
GPG Key ID: 94637E68D4A79DD0
1 changed files with 6 additions and 0 deletions

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