ElasticSearch Cheat Sheet

From Gejoreuy
Revision as of 10:32, 1 October 2021 by Gejor (talk | contribs)
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]