NETWAYS / ansible-collection-elasticstack

A collection to install and manage the Elastic Stack
GNU General Public License v3.0
9 stars 8 forks source link

fixed filebeat config template to actually use tcp and udp port vars #310

Closed lcndsmr closed 5 months ago

lcndsmr commented 5 months ago

Filebeat.yml.j2 now uses the vars beats_filebeat_syslog_tcp_port and beats_filebeat_syslog_tcp_port for the udp and tcp inputs.

Fixes #309