Giter Club home page Giter Club logo

elkdocker's Introduction

ELK Setup Based on Docker

Docker based ELK deployement

Keep all the files under one folder and run docker-compose up

Make sure you have docker and docker-compose installed in your env

Access your ELK instance via : http://localhost:5601

username : elastic Password : StrongPassword

Which is ELASTIC_PASSWORD, If you havent changed ,then it is "StrongPassword"

Please change password in docker-compose.yml , which is ELASTIC_PASSWORD variable Required same in kibana.yml , logstash.yml as well...

Play with ELK .. Enjoy

If you are facing problem with windows docker ,Like drive mapping , make sure you build container with below settings and mention same in docker-compose.yml

FROM kibana:7.4.0 ADD kibana.yml /usr/share/kibana/config/kibana.yml EXPOSE 5601

FROM logstash:7.4.0 ADD logstash.yml /usr/share/logstash/config/logstash.yml EXPOSE 5000 EXPOSE 9600

FROM elasticsearch:7.4.0 ADD elasticsearch.yml /usr/share/elasticsearch/config/elasticsearch.yml EXPOSE 9200 EXPOSE 9300

elkdocker's People

Contributors

ratheeshpc avatar

Watchers

 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.