Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csalih/docker-elk-stack
Simplified ELK Stack on Docker
https://github.com/csalih/docker-elk-stack
docker docker-compose elasticsearch elk-stack kibana logstash
Last synced: about 2 months ago
JSON representation
Simplified ELK Stack on Docker
- Host: GitHub
- URL: https://github.com/csalih/docker-elk-stack
- Owner: CSalih
- License: mit
- Created: 2020-11-28T13:03:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T13:42:18.000Z (over 3 years ago)
- Last Synced: 2023-03-04T23:48:55.821Z (almost 2 years ago)
- Topics: docker, docker-compose, elasticsearch, elk-stack, kibana, logstash
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.elastic.co/what-is/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](https://www.elastic.co/guide/en/elastic-stack-get-started/current/get-started-docker.html).To start the Stack execute the lines below.
```bash
$ git clone https://github.com/CSalih/docker-elk-stack.git
$ cd docker-elk-stack
$ 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`