-
Create a new syslog codec to add support for [RFC3164](https://tools.ietf.org/html/rfc3164) and [RFC5424](https://tools.ietf.org/html/rfc5424) (with continued ISO8601 date format support) so it can be…
-
when logging via imuxsock a RFC5424 formatted message
```
logger --rfc5424 "hello"
```
One would expect the message to be parsed. Instead, the header is handled as message data, for example :
Dec…
-
- If the configuration specifies a UNIX domain socket, and this socket already exists in the filesystem, consumer.Syslogd will fail with `[2017-07-24 00:26:19 CEST] ERROR Failed to open unix:///tmp/go…
-
### Expected behavior
Output original precision, or truncate by spec, or treat timestamp field as msg
### Actual behavior
1. recieve syslog packet from remote (ex. via udp)
2. output to local lo…
-
### Expected behavior
When converting from RFC5424 messages to RFC3164, the ending colon of the syslog tag could be appended for RFC3164, to help systems that expect the colon. The colon should be …
-
The `glossy` library, responsible for formatting syslog messages according to RFC5424 ([GitHub](https://github.com/squeeks/glossy) - [NPM](https://www.npmjs.com/package/glossy?activeTab=readme)), has …
-
I am trying to use the plugin however, i am constantly getting this error. Cannot determine the root cause.
`2022-11-15 19:14:22 +0000 [warn]: #0 got unrecoverable error in primary and no secondar…
-
We're getting a bit of junk when processing syslog lines from several applications that implement the old syslog format (RFC 3164) but are actually putting something in `[]` without key-value pairs.
…
-
Hi Friends,
Trying to implement logstash to collect data from my netscreen devices (6.3.0r21), but i noticed the syslog format wasn`t parsed correctly. After some grok search I noticed the log format…
-
Hi @yyuu
I'm trying to use the `transport` directive and modify the `message_length_limit` for udp:
```
message_length_limit 4096
```
Unfortunately the following Chef code won't work…