How to Count the Number of Documents in an Elasticsearch Index using NodeJS
Introduction Getting the total number of documents in an Elasticsearch index is one of, if not the most common statistic used in Elasticsearch. You might use this kind of stat to figure out how many users there are for example. This is a very simple but very common task that we wanted to cover in … Continued