maintainer-feedback requested: [Bug 274870] sysutils/beats8 Doesn't listen to TCP input
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 274870] sysutils/beats8 Doesn't listen to TCP input"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Nov 2023 10:57:36 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-elastic (Nobody) <elastic@FreeBSD.org> for maintainer-feedback: Bug 274870: sysutils/beats8 Doesn't listen to TCP input https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274870 --- Description --- When configured as followed: ``` filebeat.inputs: - type: syslog enabled: true format: auto protocol.tcp: host: "0.0.0.0:10514" publisher_pipeline.disable_host: true ``` beats doesn't listen to port 10514. This bug occurs with beats8-8.8.2_2 whereas beats8-8.7.0_2 works fine.