11 lines
283 B
Text
11 lines
283 B
Text
# Module: elasticsearch
|
|
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/6.5/metricbeat-module-elasticsearch.html
|
|
|
|
- module: elasticsearch
|
|
#metricsets:
|
|
# - node
|
|
# - node_stats
|
|
period: 10s
|
|
hosts: ["http://localhost:9200"]
|
|
#username: "user"
|
|
#password: "secret"
|