Difference between revisions of "Elasticsearch"

From Freephile Wiki
Jump to navigation Jump to search
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