A very simple fast syslog server with a web interface.
git clone https://github.com/voun7/Simple_Syslog_Server.git
cd Simple_Syslog_Server
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Add the contents of Simple_Syslog_Server.service
into the editor
nano /etc/systemd/system/Simple_Syslog_Server.service
Run the following commands to finish setup
systemctl daemon-reload
systemctl start Simple_Syslog_Server
systemctl status Simple_Syslog_Server
systemctl enable Simple_Syslog_Server
Send logs to server using ip address of server on port 1514
.
Access logs on server using link below.
http://server_ip_address:9000