2019-04-30 10:03:30 -07:00
|
|
|
---
|
2019-04-30 13:36:32 -07:00
|
|
|
# defaults file for luther38.metricbeat
|
|
|
|
|
2019-04-30 21:43:04 -07:00
|
|
|
# Defines the kibana host we will send data to
|
2019-04-30 13:36:32 -07:00
|
|
|
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
|
2019-04-30 13:36:32 -07:00
|
|
|
systemd_enable_service: true
|
|
|
|
|
2019-04-30 21:43:04 -07:00
|
|
|
# Tells ansible to restart the service after everything has been done
|
2019-04-30 13:36:32 -07:00
|
|
|
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
|