Answers for "how to list all indices in elasti searc h"

5

elasticsearch show indexes

GET /_cat/indices

curl -X GET "localhost:9200/_cat/indices?pretty"
Posted by: Guest on September-11-2020

Code answers related to "how to list all indices in elasti searc h"

Browse Popular Code Answers by Language