A simple service which accepts syslog messages and sends them to a Seq server
213
A simple service which accepts syslog messages and sends them to a Seq server.
That is correct, I have seen https://github.com/datalust/squiflog.
The issue with using that is sending unencrypted syslog messages over untrusted networks.
This forwarder is designed to be run locally alongside whatever service supports syslog logging. This way the events can be sent to Seq over https.
You need to set two environment variables, SEQ_SERVER and SEQ_API_KEY.
SEQ_SERVER should include the scheme and ports (if using non-standard ports).
For example...
https://seq.example.com
http://localhost:8080
Content type
Image
Digest
Size
119.4 MB
Last updated
about 6 years ago
docker pull coderpatros/syslog-seq-forwarder