youtubebeat/vendor/github.com/elastic/beats/metricbeat/modules.d/kafka.yml.disabled

31 lines
745 B
Text
Raw Normal View History

2018-11-18 11:08:38 +01:00
# Module: kafka
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/6.5/metricbeat-module-kafka.html
- module: kafka
#metricsets:
# - partition
# - consumergroup
period: 10s
hosts: ["localhost:9092"]
#client_id: metricbeat
#retries: 3
#backoff: 250ms
# List of Topics to query metadata for. If empty, all topics will be queried.
#topics: []
# Optional SSL. By default is off.
# List of root certificates for HTTPS server verifications
#ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]
# Certificate for SSL client authentication
#ssl.certificate: "/etc/pki/client/cert.pem"
# Client Certificate Key
#ssl.key: "/etc/pki/client/cert.key"
# SASL authentication
#username: ""
#password: ""