SystemdJournal2Gelf
SystemdJournal2Gelf copied to clipboard
Export entries from systemds' journal and send them to a graylog server using gelf
``` $ go version go version go1.13.8 linux/amd64 $ cd ./go/bin/ && ./SystemdJournal2Gelf --help panic: usage: SystemdJournal2Gelf SERVER:12201 [JOURNALCTL PARAMETERS] goroutine 1 [running]: main.main() ~/go/src/github.com/parse-nl/SystemdJournal2Gelf/SystemdJournal2Gelf.go:164 +0x64d $ ./SystemdJournal2Gelf localhost:12201 --...
This Go-Binary currently doesn't support sending the logs via TCP. For a more secure Graylog deployment sending logs via TCP with TLS is recommended. Is there a way to implement...