/graylog2_ubuntu

Installation script of Graylog2 packages on Ubuntu

Primary LanguageShell

graylog2_ubuntu

Installation script of Graylog2 packages on Ubuntu

This installation script will perform an automated install of Graylog2 (Server & Web), ElasticSearch and MongoDB on Ubuntu 12.04/12.10 and higher, based on Debian packages of Graylog2. The script allows to set the Email Transport config.

It is based on @mrlesmithjr 's script https://github.com/mrlesmithjr


| Installation steps |

  1. Install Git

sudo apt-get -y install git
  1. Clone the Rep

cd ~
git clone https://github.com/tontonjulien/graylog2_ubuntu.git
  1. Make the script executable

cd graylog2_ubuntu
chmod +x install_graylog2_ubuntu.sh
sudo ./install_graylog2_ubuntu.sh
  1. Answer to the questions

Password, email config etc...

  1. Test the Interface

In your browser: localhost:9000 You should see the login page

Enjoy!!

Contributing

You can contribute by submitting issues tickets and proposing pull requests.