Skip to content

Instantly share code, notes, and snippets.

@Chirishman
Created June 5, 2018 17:23
Show Gist options
  • Save Chirishman/4e051be29e2a37a5ce9b3134f7c375be to your computer and use it in GitHub Desktop.
Save Chirishman/4e051be29e2a37a5ce9b3134f7c375be to your computer and use it in GitHub Desktop.
Graylog Ubuntu Bootstrap
sudo apt update
sudo apt full-upgrade -y
sudo apt install -y default-jre apt-transport-https
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
echo "deb https://artifacts.elastic.co/packages/5.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-5.x.list
sudo apt update
sudo apt install elasticsearch mongodb -y
wget https://packages.graylog2.org/repo/packages/graylog-2.4-repository_latest.deb
sudo dpkg -i graylog-2.4-repository_latest.deb
sudo apt update
sudo apt install -y graylog-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment