From c13809d6c9d126cf7c348d52877bb997807b5059 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 7 Apr 2016 20:04:52 +1200 Subject: [PATCH] Added a note about the logstash indice creation. Close #49. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e2062d5..d53b7e5 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ $ nc localhost 5000 < /path/to/logfile.log And then access Kibana UI by hitting [http://localhost:5601](http://localhost:5601) with a web browser. +*NOTE*: You'll need to create an index for logstash in Kibana, you should just have to hit the create button. + +See: https://www.elastic.co/guide/en/kibana/current/setup.html#connect + You can also access: * Sense: [http://localhost:5601/app/sense](http://localhost:5601/app/sense)