-
I tried to send logs to fluentd by syslog. Fleuntd shows me error:
`2024-10-03 15:38:32 +0000 [error]: #0 invalid input data="gunicorn.site.wsgi.application.access: [30] 10.0.0.2 - USER [03/Oct/2024:…
-
### What happened?
OTEL collector (contrib `v0.82.0`) logs errors from syslog receiver, when it receives Grafana syslog message:
```
2023-08-01T23:20:00.001Z error helper/transformer.go:99…
-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to …
-
When syslog is being saved to files, the PRI value is typically removed (I don't know real reason for that though, but it's just my observation). And go-syslog complains that it can't find a PRI value…
-
### What happened?
```
A relay
will add a TIMESTAMP and SHOULD add a HOSTNAME as follows and will
treat the entire received packet after the PRI part from the original
packet as the …
-
I'd like to use this container as a bridge to send only rfc5424 to telegraf (influxdb) container.
Is it possible? In the environment I only see I can specify the host and the port but not the forma…
-
Seems like every syslog message gets the "Warning" level
Using Log Center in my Synology NAS as server, no matter what I do, everything seems to get the same severity
![image](https://github.c…
-
Parser created as follows:
```go
p := rfc3164.NewParser(
rfc3164.WithYear(rfc3164.Year{YYYY: 2020}),
rfc3164.WithRFC3339(),
)
```
Example input:
```
Mar 1 09:38:48 myhost mya…
-
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
echo "a" | /usr/lib/lognorm/lognormalizer -r a.rb
Segmentation fault (core dumped)
File a.rb:
version=2
#foo
type=@rfc3164pri:
type=@rfc3164header:%date:date-rfc316…