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 | curl http://localhost:9200/ | ||
</source> | </source> | ||
<source lang="javascript"> | <source lang="javascript"> |