I'm using python ES client and I would like to query stats about indexes. More concretely, I'm looking for this endpoint:
GET /_stats
Does anyone know how to use the IndicesClient class mentioned in the docs?
I'm using python ES client and I would like to query stats about indexes. More concretely, I'm looking for this endpoint:
GET /_stats
Does anyone know how to use the IndicesClient class mentioned in the docs?
es.indices.stats(...), Whereesis yourElasticsearchobject.