Answers for "elastic search api get index list node"

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 "elastic search api get index list node"

Browse Popular Code Answers by Language