Hello Guru's,
i want to know how many indices are present and how many documents are present in each index.(not including nested documents)
also need to know if there is any indexing going on this index(like index refresh or new documents being loaded)
_stats is giving me more count.and dont know how to give query using count api
curl -XGET 'http://localhost:9200/_aliases?pretty' --> this is giving a list of indices this was easy till this part but want doc-count and status as i described above