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

Correct Syslog and describe used standard #632

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marshauf
Copy link

nats-server doesn't recognize syslogas a protocol:

2023/11/14 10:23:31 error invalid network type: "syslog"

It should probably say tcp instead of syslog.

On what I could find, NATS Server sends RFC5424 protocol based messages with non transparent framing.
This information is important for configuring Syslog receivers.

@marshauf
Copy link
Author

The syslog package which NATS Server uses, actually doesn't follow any standard. See nats-io/nats-server#4793 (comment)

NATS Server follows the RFC5424 protocol standard and uses non transparent framing.is therefore wrong.

@gcolliso
Copy link
Member

@bruth should we just update the syslog -> tcp parts and then address any standards once the issue is updated?

@gcolliso gcolliso requested a review from bruth November 14, 2023 16:48
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

Successfully merging this pull request may close these issues.

2 participants