feat(ext/metricbeat): Enable stack monitoring by default

This commit is contained in:
Antoine Cotten 2022-11-17 21:44:55 +01:00
parent a1b5e0b858
commit 4f4767cb5a
No known key found for this signature in database
GPG Key ID: 94637E68D4A79DD0
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@ metricbeat.autodiscover:
hints.enabled: true hints.enabled: true
metricbeat.modules: metricbeat.modules:
- module: elasticsearch
hosts: [ http://elasticsearch:9200 ]
username: elastic
password: ${ELASTIC_PASSWORD}
xpack.enabled: true
period: 10s
- module: docker - module: docker
metricsets: metricsets:
- container - container