Skip to content

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