ABOUT
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.
infoInitial Setup credentials: `tail /var/log/graylog-server/server.log` after the server starts for the first time.
infoType `cat ~/graylog.creds` to get admin password that you use to log in AFTER the Initial Setup
generalApplication uses MongoDB which currently doesn't play well with Linux Kernel v7.x. If you use that version of kernel, you will have to downgrade before using this application
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU8192 MB RAM30 GB disk
Config path/etc/graylog/server/server.conf
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/graylog.sh'; sha='1e81b54db9013868d44c584045e04f967355e3f3ddcf74aedf6fe0dc44a7bd65'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/graylog.shSHA-256 1e81b54db9013868d44c584045e04f967355e3f3ddcf74aedf6fe0dc44a7bd65 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.