Skip to content

Instantly share code, notes, and snippets.

@PowerWagon
PowerWagon / graylog2-bootstrap.sh
Last active November 11, 2017 01:57 — forked from SeonghoonKim/graylog2-bootstrap.sh
Graylog2 0.20.1 install script for RHEL/OEL/CentOS 6.5
#!/bin/bash
# Created Fri Mar 21 2014
# This is a fork of https://gist.github.com/SeonghoonKim/4378896
# This script will download, install and start
# the following items on CentOS 6.5:
# MongoDB
# OpenJDK 1.7.0
# ElasticSearch 0.90.1
# Graylog2 server 0.20.1
# Graylog2 web interface 0.20.1