Update README

This commit is contained in:
Anthony Lapenna 2016-10-29 12:22:08 +13:00
parent 23d036d09e
commit 6bb0b53648
1 changed files with 1 additions and 4 deletions

View File

@ -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 $ 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: And then access Kibana UI by hitting [http://localhost:5601](http://localhost:5601) with a web browser.
* user: *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. *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.