feat(ext/metricbeat): Enable monitoring of Kibana
This commit is contained in:
parent
a150f6dc99
commit
def0aa6665
|
@ -24,6 +24,12 @@ metricbeat.modules:
|
||||||
hosts: [ http://logstash:9600 ]
|
hosts: [ http://logstash:9600 ]
|
||||||
xpack.enabled: true
|
xpack.enabled: true
|
||||||
period: 10s
|
period: 10s
|
||||||
|
- module: kibana
|
||||||
|
hosts: [ http://kibana:5601 ]
|
||||||
|
username: elastic
|
||||||
|
password: ${ELASTIC_PASSWORD}
|
||||||
|
xpack.enabled: true
|
||||||
|
period: 10s
|
||||||
- module: docker
|
- module: docker
|
||||||
metricsets:
|
metricsets:
|
||||||
- container
|
- container
|
||||||
|
|
Loading…
Reference in New Issue