JesseJ
0
Q:

java program to get all cat indices in elasticsearch javadoc

GetIndexRequest request = new GetIndexRequest().indices("*");
GetIndexResponse response = client.indices().get(request, RequestOptions.DEFAULT);
String[] indices = response.getIndices();
0

New to Communities?

Join the community