GRAYLOG - Install Script On Ubuntu 24.4: Revision history

From IT-Arts.net

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 January 2026

14 December 2025

  • curprev 10:2210:22, 14 December 2025 Admin talk contribs 4,650 bytes +3 No edit summary
  • curprev 10:1710:17, 14 December 2025 Admin talk contribs 4,647 bytes +4,647 Created page with "Category:Wiki == install_plex.sh == <nowiki> #!/bin/bash # Exit on errors set -e # Script Variables GRAYLOG_VERSION="4.5.0" MONGO_VERSION="4.2" ES_VERSION="7.x" # Function to install dependencies install_dependencies() { echo "Installing required dependencies..." sudo apt update && sudo apt upgrade -y sudo apt install -y openjdk-11-jre-headless wget curl apt-transport-https gnupg2 lsb-release } # Function to install and configure MongoDB install_mo..."