seq-input-gelf
seq-input-gelf copied to clipboard
Ingest GELF payloads into Seq
## After 2h (idle for the whole time) ~400MB ## After start ~40MB After some time the memory accumulates to 300-400 MB RAM. At the beginning `seq-input-gelf` sits around 40...
Hi, most libraries that send logs to graylogs or gelf logging servers can do so over HTTP. This allows logging to be done through a reverse proxy and HTTPS to...
Hi, I'm trying to install this app on my installation of Seq, however when I add an instance of the app it says "The app process is stopped". Searching the...
i use [gelflib](https://github.com/serge-14/gelflib) send the log from systemd-journald to seq-input-gelf the systemd-journal use this entry [__REALTIME_TIMESTAMP](https://www.man7.org/linux/man-pages/man7/systemd.journal-fields.7.html) it is in **microseconds** since the epoch UTC, but gelflib's setTime [setTime ](https://github.com/serge-14/gelflib/blob/3ae18851b2182eb2952fe3f52f3ae3f41b80d2ac/include/MessageBuilder.hpp#L113) function...
Docker secrets is a Docker swarm feature. It mounts a file named `/run/secrets/` (by default) in the container, which contains the secret's value. The file can then be used by...
I am trying to use seq for my home server. Among other things I am forwarding docker logs via gelf to seq. To do this I use [seq-input-gelf](https://github.com/datalust/seq-input-gelf). My current...
This project currently forwards decoded GELF events to Seq via `seqcli ingest`. This was a good way to bootstrap the project, but the .NET dependency introduces unstable runtime behavior. It's...
I'm trying to debug what looks to be a weird behaviour when using `seq-input-gelf` in a container. Spinning it up via docker/docker compose works fine and I can immediately validate...