sadsfae / ansible-elk

:bar_chart: Ansible playbook for setting up an ELK/EFK stack and clients.
https://hobo.house/2016/04/08/automate-elk-stack-and-clients-with-ansible/
Apache License 2.0
337 stars 192 forks source link

Disable IPv6 until it works with logstash/syslog UDP #87

Closed sadsfae closed 4 years ago

sadsfae commented 4 years ago

It appears that some EL-based systems may opt to send rsyslog data over IPv6 to logstash, but logstash rsyslog listener can't accept this data.

reference:

https://github.com/logstash-plugins/logstash-input-syslog/issues/42