docs: remove reference to ES host input in console

There is no feature in console to input a generic URL for Elasticsearch
cluster access. This was an accidental carryover from sense.
This commit is contained in:
Court Ewing 2017-09-01 08:17:44 -04:00
parent d123c86c83
commit 27cdc4a07a

View file

@ -3,8 +3,6 @@
The Console plugin provides a UI to interact with the REST API of Elasticsearch. Console has two main areas: the *editor*,
where you compose requests to Elasticsearch, and the *response* pane, which displays the responses to the request.
Enter the address of your Elasticsearch server in the text box on the top of screen. The default value of this address
is `localhost:9200`.
.The Console UI
image::images/introduction_screen.png[Screenshot]