项目作者: CSalih

项目描述 :
Simplified ELK Stack on Docker
高级语言: Shell
项目地址: git://github.com/CSalih/docker-elk-stack.git
创建时间: 2020-11-28T13:03:11Z
项目社区:https://github.com/CSalih/docker-elk-stack

开源协议:MIT License

下载


Elasticsearch, Logstash and Kibana (ELK Stack)

This is a simplified docker (compose) project to boot up the ELK Stack.

So, what is the ELK Stack? “ELK” is the acronym for three open source projects: Elasticsearch, Logstash, and Kibana.
Elasticsearch is a search and analytics engine. Logstash is a server‑side data processing pipeline that ingests data from
multiple sources simultaneously, transforms it, and then sends it to a “stash” like Elasticsearch. Kibana lets users
visualize data with charts and graphs in Elasticsearch.
For more information please read ELK Stack.

Note: You may not use this stack in production!

Setup

For custom configurations you may look at the config folders and read
Get started with Docker.

To start the Stack execute the lines below.

  1. $ git clone https://github.com/CSalih/docker-elk-stack.git
  2. $ cd docker-elk-stack
  3. $ docker-compose up -d

Now you can connect to http://localhost:5601/ to access the Kibana UI.
You may login with elastic and passwd.

Note: Boot time of Kibana may took a bit