11 lines
267 B
YAML
11 lines
267 B
YAML
# Module: elasticsearch
|
|
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/7.10/metricbeat-module-elasticsearch.html
|
|
|
|
- module: elasticsearch
|
|
xpack.enabled: true
|
|
period: 10s
|
|
hosts: ["https://elk.diyit.org:9200"]
|
|
#username: "user"
|
|
#password: "secret"
|
|
|