What does indexing.index_total means in elasticsearch's indices/_stats endpoint. What does indexing.index_total means in elasticsearch's indices/_stats endpoint. elasticsearch elasticsearch

What does indexing.index_total means in elasticsearch's indices/_stats endpoint.


index_total represents how many indexing operations were performed during elasticsearch's uptime.

So if you put 1M docs to the index and update 500k of them your index_total will be 1.5M because "update" will be count as indexing operation.