Post

Graylog

Graylog is an open-source log management and analysis platform that centralizes and processes log data from various sources, enabling real-time search, analysis, and alerting for IT infrastructure monitoring and troubleshooting.

Graylog

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/graylog.sh)"
CPU: 2 cores RAM: 8192 MB Disk: 30 GB OS: Debian 13

Configuration

Config file:

1
/etc/graylog/server/server.conf

Notes

Initial Setup credentials: tail /var/log/graylog-server/server.log after the server starts for the first time.
Type cat ~/graylog.creds to get admin password that you use to log in AFTER the Initial Setup

Web Interface

Port: 9000

This post is licensed under CC BY 4.0 by the author.