Coder Social home page Coder Social logo

elkc's Introduction

1 Overview

This repo is a docker-compose repo for elasticsearch logstash kibana cerebro

2 Instruction

2.1 Install Docker

https://docs.docker.com/engine/installation/

2.2 Pull down the git repo

git clone [email protected]:Shuliyey/elkc.git

2.3 Make sure you are under the root directory of the elkc git repo

cd elkc

2.4 Start the elkc cluster

docker-compose up -d

2.5 Stop the elkc cluster

docker-compose stop

3 IMPORTANT NOTE

the cluster spins up 4 docker containers with the name elasticsearch, logstash, kibana and cerebro.

| => docker ps
CONTAINER ID        IMAGE                   COMMAND                  CREATED             STATUS              PORTS                    NAMES
44c035cf55bc        yannart/cerebro:0.5.0   "./bin/cerebro"          20 minutes ago      Up 14 minutes       0.0.0.0:9000->9000/tcp   cerebro
fac6367ae341        logstash:5              "/docker-entrypoint.s"   8 weeks ago         Up 14 minutes                                logstash
b217e2859ff4        kibana:5                "/docker-entrypoint.s"   8 weeks ago         Up 14 minutes       0.0.0.0:5601->5601/tcp   kibana
05df6bec929d        elasticsearch:5         "/docker-entrypoint.s"   8 weeks ago         Up 14 minutes       9200/tcp, 9300/tcp       elasticsearch

If you have existing docker containers that conflict with anyone of the listed name, you have to modify the repo locally a bit to avoid the name conflict, alternatively remove your existing docker container (that had the name conflict)

elkc's People

Watchers

James Cloos avatar 老叶 avatar

elkc's Issues

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.