An Ansible Role that installs Logstash on RedHat/CentOS Debian/Ubuntu.
No configurations are added when using this role. There are, however, three example config files that can be activated
by uncommenting them in the defaults/mail.yml
file:
- 01-local-syslog-input.conf - An example input.
- 50-syslog-filter.conf - An example filter.
- 70-elasticsearch-output.conf - An example output.
None
Available variables are listed below, along with default values (see defaults/main.yml
):
None
- hosts: search
roles:
- ansible-role-logstash
MIT / BSD
This role was created in 2014 by Jeff Geerling, author of Ansible for DevOps and ammended by Jrgns, maintainer of EagerELK.