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

19 lines
463 B
YAML
Raw Normal View History

2019-04-30 10:03:30 -07:00
---
# defaults file for luther38.metricbeat
2019-04-30 21:43:04 -07:00
# Defines the kibana host we will send data to
kibana_host: 127.0.0.1
# Example: '["172.0.0.1:9200"]'
elasticsearch_hosts: '["172.0.0.1:9200"]'
2019-04-30 21:43:04 -07:00
# tells ansible to enable the service on startup
systemd_enable_service: true
2019-04-30 21:43:04 -07:00
# Tells ansible to restart the service after everything has been done
systemd_restart_service: true
2019-04-30 21:43:04 -07:00
# Defines the version of metricbeat to install.
# Currently used for Windows
version: 7.0.0