From b25d21667cfe8e434b0fd7c023e9cb6b9f617fcb Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 19 Nov 2014 17:43:45 +0100 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 172829a..06d4ac9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Fig ELK Stack Test +# Fig ELK Stack -Test of building an ELK (Elasticseach, Logstash, Kibana) stack with Fig and Docker. +Run a local ELK (Elasticseach, Logstash, Kibana) stack with Fig and Docker. ## Installation and use 1. Install [Docker](http://docker.io). 2. Install [Fig](http://fig.sh). -3. Clone this repo +3. Clone this repository 4. fig up 5. nc localhost 5000 < /some/log/file.log 6. http://localhost:8080 to see the messages show up in Kibana.