GithubHelp home page GithubHelp logo

elk-compose's Introduction

ELK Stack Using Docker Compose

The Elastic stack version 7.0.0 using Docker Compose and the official (OSS) images from Elastic:

See https://www.elastic.co/blog/elastic-stack-7-0-0-released for more info about the features of 7.0.0.

What's in the box?

A docker-compose.yml file, defining:

  • 2 Elasticsearch master nodes
  • 1 Elasticsearch slave (data/ingest) node
  • Logstash
  • Kibana

Configuration files for each type of service.

Usage

Clone this repo and run docker-compose up. Watch it unfold, and hopefully you should be able to access the cluster at localhost:5601 through Kibana.

Scaling

Seems to be a bit shaky, but you should be able to scale the slave (data, ingest) nodes using docker-compose scale. For example, if you want 3 slave nodes, write docker-compose scale elasticslave=3.

I have yet to find an easy way to scale the master nodes using Docker Compose without everything breaking.

Other Projects

This project is by far the only one to attempt a Docker Compose setup for the Elastic stack. Here are a few notewothy projects:

Thus this project was made. I wanted my images to be as close to the official builds as possible, and make it easy to scale using docker-compose. I find it to fit neatly between the two projects. But there is no documentation. Can't have it all, now can we?

elk-compose's People

Watchers

 avatar  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.