docker-elk-ssl/README.md

17 lines
689 B
Markdown
Raw Normal View History

2014-11-19 17:43:45 +01:00
# Fig ELK Stack
2014-11-18 21:08:33 +01:00
2014-11-19 17:43:45 +01:00
Run a local ELK (Elasticseach, Logstash, Kibana) stack with Fig and Docker.
2014-11-18 21:08:33 +01:00
## Installation and use
1. Install [Docker](http://docker.io).
2. Install [Fig](http://fig.sh).
2014-11-19 17:43:45 +01:00
3. Clone this repository
2014-11-18 21:08:33 +01:00
4. fig up
5. nc localhost 5000 < /some/log/file.log
6. http://localhost:8080 to see the messages show up in Kibana.
This will create 3 docker containers with Elasticsearch, Kibana, and Logstash running in them and connected to each other. Three ports are exposed for access:
* 5000: Logstash TCP input.
* 9200: Elasticsearch HTTP (With Marvel plugin accessible via [http://localhost:9200/_plugin/marvel](http://localhost:9200/_plugin/marvel))
* 8080: Kibana web interface.