Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkoertgen/hello.docker.logstash
A quick experiment evaluating the various docker images for an ELK stack
https://github.com/mkoertgen/hello.docker.logstash
Last synced: 28 days ago
JSON representation
A quick experiment evaluating the various docker images for an ELK stack
- Host: GitHub
- URL: https://github.com/mkoertgen/hello.docker.logstash
- Owner: mkoertgen
- License: mit
- Created: 2015-04-22T13:51:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T19:57:04.000Z (over 9 years ago)
- Last Synced: 2024-10-14T23:43:48.195Z (2 months ago)
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello.docker.logstash
A quick experiment evaluating the various [docker images for an ELK stack](https://registry.hub.docker.com/search?q=elk), i.e. Elasticsearch, Logstash, Kibana with
- [qnib/elk](https://registry.hub.docker.com/u/qnib/elk/)
- [willdurand/elk](https://registry.hub.docker.com/u/willdurand/elk/)
- [sebp/elk](https://registry.hub.docker.com/u/sebp/elk/)
- ...For now i checked `sebp/elk` which looks good.
## Prerequisites
You should have installed
- [VirtualBox](https://www.virtualbox.org/) (v4.3.26)
- [vagrant](https://www.vagrantup.com/) (v1.7.2)## How to use
Just go `vagrant up` and after vagrant and docker have done their magic you should be able to access running instances of
- Kibana at [http://localhost:5601](http://localhost:5601),
- Elasticsearch at [http://localhost:9200](http://localhost:9200) and
- Logstash at [http://localhost:5000](http://localhost:5000) which receives logs from logstash forwarders