This article includes answers to commonly asked questions about OpenSearch.
1. How to check the number of total documents in a OpenSearch cluster.
You can utilise the Count API to get the number of documents. For example to get the total number of documents in the cluster, you can use GET _count
. The full documentation and additional examples for the Count API can be found here.