Code Monkey home page Code Monkey logo

elastdocker's Introduction

๐Ÿณ Elastic Stack on Docker, with preconfigured security, tools, self-monitoring, and Prometheus Metrics Exporters

Comes with tools like Curator, ElastAlert for Alerting.

Elastic Stack Version 7^^ contributions welcome GitHub forks GitHub issues GitHub license

Introduction

Elastic Stack (AKA ELK) Docker Composition, preconfigured with Security, Monitoring, Tools such as ElastAlert for alerting and Curator.

Main Points ๐Ÿ“œ

  • Configured as Production Single Node Cluster (With a multi-node option for experimenting).
  • Use Docker-Compose and .env to configure your stack.
  • Security Enabled (under basic license).
  • SSL Enabled for Transport Layer.
  • Automated Script that initializes and persist Elasticsearch's Keystore and SSL Certifications.
  • Curator Preconfigured for Automated Snapshotting (Need to setup S3 Repository).
  • Self-Monitoring Metrics Enabled.
  • Filebeat instance for shipping Stack logs to Elasticsearch itself.
  • Prometheus Exporters for Stack Metrics.
  • ElastAlert preconfigured for Alerting.
  • Embedded Container Healthchecks for Stack Images.

Requirements

Setup

create repository from template

  1. Go to repository directory
  2. Modify .env file for your requirments, most importantly ELASTIC_PASSWORD that setup your superuser elastic's password. and ELK_VERSION for, yk, ELK Version.
  3. Initalize Elasticsearch Keystore and SSL Certificates
$ make setup
  1. Start Elastic Stack
$ make elk
---- OR ----
$ docker-compose up -d
  1. Visit Kibana at localhost:5601

Username: elastic

Password: changeme (or ELASTIC_PASSWORD value in .env)

Additional Commands

To Start Monitoring and Promethus Exporters

$ make monitoring

To Start Tools (ElastAlert and Curator

$ make tools

To Start ELK, Tools and Monitoring

$ make all

To Start 2 Extra Elasticsearch nodes (for development only)

$ make nodes

Notes

  • Adding Two Extra Nodes to the cluster will make the cluster depending on them and won't start without them again.

  • Makefile is a wrapper around Docker-Compose commands, use make help to know every command.

  • Elasticsearch will save its data to a volume named elasticsearch-data

  • Elasticsearch Keystore (that contains passwords and credentials) and SSL Certificate are generated in the ./secrets directory by the setup command.

  • Linux Users must set the following configuration as root

sysctl -w vm.max_map_count=262144

By default, Virtual Memory is not enough.

Configuration

  • Some Configuration are parameterized in the .env file.
    • ELASTIC_PASSWORD, user elastic's password (default: changeme pls).
    • ELK_VERSION Elastic Stack Version (default: 7.3.0)
    • ELASTICSEARCH_HEAP, how much Elasticsearch allocate from memory (default: 1GB -good for development only-)
    • LOGSTASH_HEAP, how much Logstash allocate from memory.
    • Other configurations which their such as cluster name, and node name, etc.
  • Elasticsearch Configuration in elasticsearch.yml at ./elasticsearch/config.
  • Logstash Configuration in logstash.yml at ./elasticsearch/config/logstash.yml.
  • Logstash Pipeline in main.conf at ./elasticsearch/pipeline/main.conf.
  • Kibana Configuration in kibana.yml at ./kibana/config.
  • ElastAlert Configuration in ./tools/elastalert/config.
  • ElastAlert Alert rules in ./tools/elastalert/rules, head to ElastAlert docs to lookup how to create alerts.
  • Curator Actions at ./tools/curator/actions and ./tools/curator/crontab.

Setting Up Keystore

You can extend the Keystore generation script by adding keys to ./setup/keystore.sh script. (e.g Add S3 Snapshot Repository Credentials)

To Re-generate Keystore:

make keystore

Monitoring Cluster

Prometheus Exporters

If you started Prometheus Exporters using make monitoring command. Prometheus Exporters will expose metrics at the following ports.

Prometheus Exporter Port Note
elasticsearch-exporter 9114 -
logstash-exporter 9304 -
cadvisor-exporter 8080 - To Monitor Each Container stats and metrics.

Self-Monitoring is Enabled

Head to Stack Monitoring tab in Kibana to see cluster metrics for all stack components.

Metrics Metrics

In Production, cluster metrics should be shipped to another dedicated monitoring cluster.

License

MIT License Copyright (c) 2019 Sherif Abdel-Naby

Contribution

PR(s) are Open and Welcomed.

elastdocker's People

Contributors

sherifabdlnaby avatar

Watchers

James Cloos avatar

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.