Log Analysis Tools
journalctl
- It displays systemd journal logs.
-uis used to filter by unit and-fis used to follow the log.
journalctl
journalctl -u ssh
journalctl -f
goaccess
- It is used to analyze web server logs in real-time.
sudo apt-get install goaccess
goaccess /var/log/nginx/access.log
