Git Product home page Git Product logo

graylog2's Introduction

graylog2

This installation script will perform an automated install of Graylog2 on Ubuntu 12.04/12.10/13.10/14.04 and will be updated as times goes on.

NOTE: This repo is no longer updated or maintained.

Update 02/21/2014 - Graylog2 v0.12.0 no longer maintained - v0.20.x is the going forward version (The script to use now is for version v0.20.x)

Update 04/30/2014 - All older unmaintained v.0.12.0 scripts are in graylog2/Old_Scripts

Update 01/21/2015 - Newest versions maintained are 0.9x.x

Update 11/19/2015 - A note about this repo and scripts....No further development is being done. For a newer version (Not always up to date) using Ansible for deployments can be found at https://github.com/mrlesmithjr/ansible-graylog

Installation steps

Ubuntu

sudo apt-get -y install git
cd ~
git clone https://github.com/mrlesmithjr/graylog2
chmod +x ./graylog2/install_graylog2_90_ubuntu.sh

To change your ip address of the server you are installing on you will need to edit the script or let the script auto detect your IP for you. The default is auto detect. If you use the default of auto detect skip editing the file and continue on.

Edit the file

nano ./graylog2/install_graylog2_90_ubuntu.sh

Save the file with ctrl^x.

Now enter the following to start running the script.

cd ~
sudo ./graylog2/install_graylog2_90_ubuntu.sh

Debian 6.0

Within the github repository there is also a script to automate a Debian 6.0 Graylog2 (v0.12.0) installation. If you are installing on Debian 6.0 run the following instead.

chmod +x ./graylog2/Old_Scripts/install_graylog2_debian.sh
cd ~
./graylog2/Old_Scripts/install_graylog2_debian.sh

CentOS

There is also a CentOS script for installing Graylog2. Thanks to boardstretcher for the help on this. https://github.com/boardstretcher

chmod +x ./graylog2/install_graylog2_20_centos.sh
./graylog2/install_graylog2_20_centos.sh

Uninstall steps for Preview/RC/Final v0.20.0 releases

cd ~
mv graylog2 graylog2.old
git clone <https://github.com/mrlesmithjr/graylog2/>
chmod +x ./graylog2/Uninstall_Scripts/uninstall_graylog2_preview_ubuntu.sh
sudo ./graylog2/Uninstall_Scripts/uninstall_graylog2_preview_ubuntu.sh

Upgrade steps from Preview/RC to Final v0.20.0 releases (Use with caution as of now) **Not for v0.12.0 to v0.20.x versions!!!

cd ~
mv graylog2 graylog2.old
git clone <https://github.com/mrlesmithjr/graylog2/>
chmod +x ./graylog2/Upgrade_Scripts/upgrade_to_graylog2_20_ubuntu.sh
sudo ./graylog2/Upgrade_Scripts/upgrade_to_graylog2_20_ubuntu.sh

Author Info

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.