mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-05 20:43:21 +01:00
feat(ext/metricbeat): Enable monitoring of Kibana
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user