I need to fetch the count of indices available in ElasticSearch. Right now i am using /_cat/indices to fetch the list of indices and mapping it with array list and fetching the count. Is there any other API through which I can fetch the count of indices rather than fetching the list and counting it?
Thanks.
