From 6bb0b53648af0261227640bb9ad81c3ab0cdb180 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Sat, 29 Oct 2016 12:22:08 +1300 Subject: [PATCH] Update README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 463df47..8a54b76 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,7 @@ Now that the stack is running, you'll want to inject logs in it. The shipped log $ 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: *changeme* +And then access Kibana UI by hitting [http://localhost:5601](http://localhost:5601) with a web browser. *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.