feat(ext/metricbeat): Enable stack monitoring by default
This commit is contained in:
parent
a1b5e0b858
commit
4f4767cb5a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue