Elasticsearch: Difference between revisions

From Freephile Wiki
No edit summary
m -X GET is default, and thus totally not necessary to specify as an option.
Line 82: Line 82:
Checking if elasticsearch is running
Checking if elasticsearch is running
<source lang="bash">
<source lang="bash">
curl -X GET http://localhost:9200/
curl http://localhost:9200/
</source>
</source>
<source lang="javascript">
<source lang="javascript">

Revision as of 10:37, 7 September 2017