项目作者: onyas

项目描述 :
ELK cluster in docker
高级语言: Shell
项目地址: git://github.com/onyas/elk-in-docker.git
创建时间: 2018-05-20T00:58:34Z
项目社区:https://github.com/onyas/elk-in-docker

开源协议:MIT License

下载


ELK In Docker

Supported ELK Versions

  • 6.2.4

Quick Start

If you want to run ELK in cluster,in current folder run:

  1. docker-compose up

wait until all the service started

  1. docker ps

You can find that there is a container named elk

Then open http://172.16.0.110:5601/app/kibana#/home, you can find that kabana already started.
After that you can request http://172.16.0.110:8080 to generate log to Logstash.
Followed that open the Managerment tab to add Index Patterns.
Finally you will find some logs in the Discover tab.

Contributing, feedback, contact

Any kind of feedback/criticism would be greatly appreciated.