Ansible/roles/luther38.filebeat/defaults/main.yml

16 lines
255 B
YAML
Raw Permalink Normal View History

---
2019-05-01 16:05:54 -07:00
# defaults file for luther38.filebeat
# config file
# Single value
kibana_host: 127.0.0.1
# Takes multiple values
# "'127.0.0.1:9200', '0.0.0.0:9200'"
elasticsearch_hosts: "'127.0.0.1:9200'"
# Systemd
systemd_enable: false
systemd_restart: false