Bug 274870 - sysutils/beats8 Doesn't listen to TCP input
Summary: sysutils/beats8 Doesn't listen to TCP input
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-elastic (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-02 10:57 UTC by topical
Modified: 2023-11-03 21:22 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (elastic)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description topical 2023-11-02 10:57:36 UTC
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.
Comment 1 Juraj Lutter freebsd_committer freebsd_triage 2023-11-03 21:22:14 UTC
I suspect this has something to do with inet vs. inet6 sockets.