This is an old revision of the document!


Elasticsearch

The following assumes that elasticsearch is running on the localhost on port 9200.

General Info about elasticsearch instance

How is elasticsearch doing?

curl -XGET 'localhost:9200/_cat/health?v&pretty' 
curl -XGET 'localhost:9200/_cat/nodes?v’

What are the indices on this instance?

curl -XGET 'localhost:9200/_cat/indices?v&pretty’

Searching

courses/cs397/winter2017/elasticsearch.1490634729.txt.gz · Last modified: 2017/03/27 17:12 by admin
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0