feat(ext/metricbeat): Enable monitoring of Logstash

This commit is contained in:
Antoine Cotten 2022-11-18 12:05:18 +01:00
parent 4f4767cb5a
commit a150f6dc99
No known key found for this signature in database
GPG Key ID: 94637E68D4A79DD0
3 changed files with 8 additions and 0 deletions

View File

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

View File

@ -5,7 +5,9 @@
server.name: kibana
server.host: 0.0.0.0
elasticsearch.hosts: [ http://elasticsearch:9200 ]
monitoring.ui.container.elasticsearch.enabled: true
monitoring.ui.container.logstash.enabled: true
## X-Pack security credentials
#

View File

@ -3,3 +3,5 @@
## https://github.com/elastic/logstash/blob/main/docker/data/logstash/config/logstash-full.yml
#
http.host: 0.0.0.0
node.name: logstash