ansible-roles/filebeat
Jérémy Lecour 2ed77c60f0 Improve Ansible syntax
replace « x | changed » by « x is changed »
add explicit « bool » filter
use « length » filter instead of string comparison
2021-05-09 23:06:42 +02:00
..
defaults beats packages can be upgraded to latest (default: False) 2021-02-16 16:35:25 +01:00
files merge elastic sources back into roles 2017-07-13 14:43:07 +02:00
handlers filebeat: disable cloud_metadata processor by default 2019-01-31 10:14:13 +01:00
meta change repositories URL 2019-03-21 15:31:58 +01:00
tasks Improve Ansible syntax 2021-05-09 23:06:42 +02:00
templates filebeat: add logstash output variables 2020-10-16 10:47:24 +02:00
tests Add tests for many roles 2017-05-18 15:44:21 +02:00
.kitchen.yml Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
README.md Filebeat: remove the Kibana dashboard install 2016-12-21 16:12:27 +01:00

filebeat

Install Filebeat.

Tasks

Everything is in the tasks/main.yml file.

Available variables

  • filebeat_logstash_plugin: install Logstash plugin (defaults to false);