HTTP for standard development URL in documentation (#17834)

The documentation states, that after using `yarn start` one should navigate to https://localhost:5601. For me it did not work, since kibana only seems to listen to https if one provides the "--ssl" flag as option (just as described in #### Setting Up SSL).
Thus, I changed the documentation to reflect this fact.
This commit is contained in:
Hilko 2018-04-30 17:41:29 +02:00 committed by Jonathan Budzenski
parent 9267eb53ed
commit 5b4e00b053
No known key found for this signature in database
GPG key ID: D28BF9418FA0F292

View file

@ -193,7 +193,7 @@ Start the development server.
> On Windows, you'll need you use Git Bash, Cygwin, or a similar shell that exposes the `sh` command. And to successfully build you'll need Cygwin optional packages zip, tar, and shasum.
Now you can point your web browser to https://localhost:5601 and start using Kibana! When running `yarn start`, Kibana will also log that it is listening on port 5603 due to the base path proxy, but you should still access Kibana on port 5601.
Now you can point your web browser to http://localhost:5601 and start using Kibana! When running `yarn start`, Kibana will also log that it is listening on port 5603 due to the base path proxy, but you should still access Kibana on port 5601.
#### Running Kibana in Open-Source mode