Graylog
Graylog is a robust and scalable open-source software designed for centralized log management and analysis. It provides a comprehensive set of tools for collecting, processing, and analyzing log data in real-time.
Manual Install on Debian
Install the Prerequisites for Debian Minimal Installations sudo apt install apt-transport-https ...
Script Installation on Debian
Alternatively, you can use the following script I created to install Graylog. #!/bin/bash #Si...
Use Graylog behind NGINX for HTTPS
Update base OS and Install NGINX sudo apt update && sudo apt upgrade -y sudo apt install nginx ...