Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple inbound listener ports? #2549

Closed
bicarbonate opened this issue Aug 6, 2024 · 1 comment
Closed

Multiple inbound listener ports? #2549

bicarbonate opened this issue Aug 6, 2024 · 1 comment

Comments

@bicarbonate
Copy link

bicarbonate commented Aug 6, 2024

Ive been through the docs but did not find anything aside from the single TLS or RFC64xx port setting.
i have a project to hopefully replace a series of Splunk UF hosts that recieve syslog traffic with containers. The issue is, syslog on those hosts, is configured to recieve on 10 custom ports.
The syslog configuration write the data to a port specific log file which is then ingested by the UF.

Is it possible to define multiple inbound listener ports for the syslog-ng implementation used here?

@rjha-splunk
Copy link
Collaborator

we can configure multiple default listening port comma separated :
https://splunk.github.io/splunk-connect-for-syslog/main/gettingstarted/byoe-rhel8/#configure-sc4s-listening-ports
e.g. SC4S_LISTEN_DEFAULT_TCP_PORT=514,6504,6505,6506

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants