Go to file
Anthony Lapenna daea347fa2 Updated logstash configuration for Kibana4 support. 2014-11-19 21:04:54 +01:00
logstash-conf Updated logstash configuration for Kibana4 support. 2014-11-19 21:04:54 +01:00
README.md Updated README 2014-11-19 20:04:51 +01:00
fig.yml Removed build for images. Added logstash configuration volume and default conf. file. 2014-11-19 19:58:21 +01:00

README.md

Fig ELK Stack

Run a local ELK (Elasticseach, Logstash, Kibana) stack with Fig and Docker.

This aims to give you the ability to quickly test your logstash filters and how the data can be processed in Kibana.

Based on 3 Docker images:

Installation and use

  1. Install Docker.
  2. Install Fig.
  3. Clone this repository
  4. Update the logstash-configuration in logstash-conf/logstash.conf
  5. fig up
  6. nc localhost 5000 < /some/log/file.log
  7. 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: