wiki:elasticsearch_commands
This is an old revision of the document!
Table of Contents
Elasticsearch commands
Get elastic search indexes
curl -XGET 'localhost:9200/_cat/indices?v&pretty'
Delete index
curl -XDELETE 'localhost:9200/twitter?pretty'
Replace “twitter” with your index name.
Tested on
See also
References
wiki/elasticsearch_commands.1664540295.txt.gz · Last modified: 2022/09/30 12:18 by antisa