journalbeat/defaults/main.yml
Knut Ahlers a9a1afb11e
Initial version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-01-07 22:59:54 +01:00

24 lines
602 B
YAML

---
# Initial config retrieved through:
# $ curl -sL "https://github.com/mheese/journalbeat/raw/master/etc/journalbeat.yml" | grep -Ev "^(\s*#.*|)$"
#
# Modifications:
# - Disable index template as there is no useful template right now
#
# For full configuration options see example configuration at
# https://github.com/mheese/journalbeat/blob/master/etc/journalbeat.yml
journalbeat_config:
journalbeat:
name: journalbeat
output.elasticsearch:
hosts: ["localhost:9200"]
template.enabled: false # modified
logging.to_files: true
logging.files:
journalbeat_version: 5.6.0
...