Hello! We operate small community network. Most of our devices use Ubiquity devices, but we have also Mikrotik wireless access points and some managed switches.
Is there any solution in Fedora, which would receive logs by old fashioned BSD syslog format over UDP and process it into some frontend?
I have already configured syslog to accept logs over network. We do not need any authentication or TLS, because those devices usually do not support any of them.
I hoped I would find some web frontend for working with such logs. Displaying recent messages of chosen severity, maybe filtered by hostname. But I have failed to find any open source solution with minimal requirements. I expected very simple frontend to text logs, running in nginx or apache at our log server. We want something simple to maintain.
SSH is great, but not always easiest to use outside or from the roof. Is there something we have prepared in Fedora? I hoped some systemd-journald system could help with working with those logs. But it seems journald cannot receive network logs from old protocol in a simple way. I expect there are a lot of simple devices without support for something more advanced, this should be relatively common.
rsyslog.conf to receive network:
input(type=“imudp” port=“514”)
Have I missed some good solution for it? Can you give me tips on some projects? Ideally packages on Fedora or CentOS.