ElasticSearch Cheat Sheet
Jump to navigation
Jump to search
List Index
$ curl http://localhost:9200/_cat/indices?v
List Aliases
$ curl http://localhost:9200/_aliases?pretty=true
Delete Index
$ curl -XDELETE http://localhost-0:9200/[index-name]