Difference between revisions of "Elasticsearch"
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 | + | curl http://localhost:9200/ |
</source> | </source> | ||
<source lang="javascript"> | <source lang="javascript"> |