From fc9c2783a7a20e6f08ad5edd5595c738d71c2e6f Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Sun, 15 May 2016 17:00:37 +1200 Subject: [PATCH] update credentials for Kibana --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c59cb45..5a994b2 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ $ nc localhost 5000 < /path/to/logfile.log And then access Kibana UI by hitting [http://localhost:5601](http://localhost:5601) with a web browser and use the following credentials to login: * user: *elastic* -* password: *pass-elastic* +* password: *changeme* *NOTE*: You'll need to inject data into logstash before being able to create a logstash index in Kibana. Then all you should have to do is to hit the create button.