Difference between revisions of "ElasticSearch Cheat Sheet"
Jump to navigation
Jump to search
(Created page with "'''List Index''' $ curl http://localhost:9200/_cat/indices?v") |
|||
| Line 2: | Line 2: | ||
$ curl http://localhost:9200/_cat/indices?v | $ curl http://localhost:9200/_cat/indices?v | ||
| + | |||
| + | '''List Aliases''' | ||
| + | |||
| + | $ curl http://localhost:9200/_aliases?pretty=true | ||
Revision as of 10:07, 1 October 2021
List Index
$ curl http://localhost:9200/_cat/indices?v
List Aliases
$ curl http://localhost:9200/_aliases?pretty=true