-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[syslogreceiver] Add support for tcp framing #12485
Comments
Pinging code owners: @djaglowski |
1 similar comment
Pinging code owners: @djaglowski |
hi there,
Looking at the error message from udp, And for tcp, there is a value for Tcp is special because the syslog sender from the firewalls can only do udp. For this reason i have created a syslog relay from udp to tcp with rsyslog. |
The syslog receiver relies on influxdata/go-syslog for parsing rules. It looks like the module provides some handling of framing, though we are not currently utilizing it. Do you think these capabilities can be used to address your suggestion? If so, what changes to the configuration would be necessary? |
Hi Daniel @djaglowski
For example, if the octet-counted option is enabled, the prefix must be evaluated with the current message lenght. |
I'm rather unfamiliar with some of the nuances here, so would you mind helping me pin down some details?
|
Daniel @djaglowski |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
TCP framing was added in #15358 |
Describe the bug
We try to send from our Friewalls syslog data to the syslogreceiver via tcp - udp / rfc5424, but without success.
The following error message is generated.
udp:
tcp:
Steps to reproduce
As soon as syslog data is sent / received this error occurs.
What did you expect to see?
Receive Syslog UDP data without any problem.
What did you see instead?
Error message as already described above.
What version did you use?
Version: (
v0.55.0
)What config did you use?
Config: (e.g. the yaml config file)
Environment
OS: (e.g., "OpenLeap 15.4")
The text was updated successfully, but these errors were encountered: