Hi,
- What is the best way to get a list of all indices in Elastic Search using Java ? I am using RestHighLevelClient.
- Also, is there a way to get only those indices that match a prefix ?
I see cat indices REST endpoint provides the capability,
cat indices API | Elasticsearch Guide [7.17] | Elastic , but I cant find any Java client example to invoke it.