elastic_stack icon indicating copy to clipboard operation
elastic_stack copied to clipboard

elastic_stack

Deploying the Elastic Stack can be difficult. This project hopes to simplify that.

Initial Goal

Make it simple to deploy a full fledged Elastic Stack with advanced capabilities on a single physical box using Docker.

Long Term Goal

Contain scripts for easy deployment to production systems

Prerequisites

Must have Docker installed. An example of how to do this on an Ubuntu 16.04 system is as below:

sudo apt-get install -y wget
wget https://github.com/HASecuritySolutions/elastic_stack/raw/master/scripts/prereq.sh
sudo bash prereq.sh
sudo bash /opt/elastic_stack/scripts/initialize.sh
docker-compose up -d
# Wait until Elasticsearch is running then run this:
bash elasticsearch/indexes/import.sh