-
Hi,
I am trying to change the default options of batching and they work when I override from code but the configuration is not working. I used below configuration in my project but it stops adding …
-
**Describe the bug**
According to quarkus documentation, named handlers can be added and attached to categories:
https://quarkus.io/guides/logging#category-example
It is not supported with gelf h…
-
I'm using the container version of wild duck
I created a dkim for the domain using the api method https://docs.wildduck.email/api/#operation/postdkim
I have activated the sign Transport Domain p…
-
We are currently running a GELF service over TCP internally. We would like to have an option to set promtail to talk to gelf over tcp.
-
Hi,
Looks like we need to specify if we choose UDP over TCP for the data transfer the data will be a loss if the receiver goes down [https://docs.fluentd.org/v1.0/articles/high-availability](url) u…
-
Hi,
I'm tried to extract JSON message sended by ESET with builtin JSON Extractor, but I'm unable to do this.
I'm getting from Eset ESMC syslogs log which have in message field this
`{"event_typ…
-
Hi!
I´m forwarding Cisco Syslog Massages collected by a syslog-ng instance as UDP massages to the Graylog server. The reason why i´m forwarding them as UDP and not as gelf-formatted messages is, that…
-
We have noticed since upgrading to major version 6 from 5 a new issue. Every couple of days or so Graylog first starts logging the following:
```
docker-graylog-1 | 01:10:49.650 [processbufferpr…
-
Issue happend when data coming compressed:
Module used lib/fluent/plugin/socket_util.rb
class UdpHandler
which chomping incoming data:
```
def on_readable
msg, addr = @io.recvfrom…
-
I'm trying to use a multiline codec with the gelf input. Unfortunately looks like it is ignored. I've checked the code, and it looks like codec is completely ignored (I can barely read Ruby, though). …