Answer the question
In order to leave comments, you need to log in
Who knows a simple syslog?
Once upon a time, I set up syslog storage in mysql and wrote a primitive client for viewing in C#. Just view the database and filters on all fields. It was very convenient.
Now I work on a linux machine and the old client does not work here, and there is no time to write a new one. Before I start reinventing the wheel - tell me, maybe there is something ready and simple (ELK or graylog in my case is overkill). Ideally, this is a docker container that can be deployed and it will immediately listen to standard syslog messages and show them in some web interface with the ability to filter.
Answer the question
In order to leave comments, you need to log in
The most primitive syslog is netcat, which runs on a specific port and writes all output to a file. And viewing - there are a lot of tools for this in the console. And you are dockers, separate software ...
I love syslog-ng, but just rsyslog is also good for your purposes.
I filter messages using grep, I didn’t have to add anything.
The terminal graphics are enough for me to see the text.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question