User Tools

Site Tools


wiki:elasticsearch_commands

This is an old revision of the document!


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 14:18 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki