Reverting 127.0.0.1 to localhost
This commit is contained in:
parent
be602ee026
commit
e6d6eaa1bf
|
@ -1,11 +1,11 @@
|
|||
==== Checking that Elasticsearch is running
|
||||
|
||||
You can test that your Elasticsearch node is running by sending an HTTP
|
||||
request to port `9200` on `127.0.0.1`:
|
||||
request to port `9200` on `localhost`:
|
||||
|
||||
[source,sh]
|
||||
--------------------------------------------
|
||||
curl 127.0.0.1:9200
|
||||
curl localhost:9200
|
||||
--------------------------------------------
|
||||
|
||||
which should give you a response something like this:
|
||||
|
|
Loading…
Reference in New Issue