Answers for "check index using curl + elastic search"

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 "check index using curl + elastic search"

Browse Popular Code Answers by Language