zstarer/graylog2
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
The installation script will perform an automated install of Graylog2 on Ubuntu 14.04, installing all dependencies & autogenerating all settings, besides the admin password for the web interface, which the script will request. Update 12/31/2014 (zstarer) - Newest version of Graylog2 (0.92.3) supported with ElasticSearch updated (1.3.4) and bugs ironed out. Please let me know if you run into any issues. Installation steps ------------------ sudo apt-get -y install git cd ~ git clone https://github.com/zstarer/graylog2/ chmod +x ./graylog2/install_graylog2_92_3_ubuntu.sh sudo ./graylog2/install_graylog2_92_3_ubuntu.sh (Forked from https://github.com/mrlesmithjr/graylog2)