How to trigger "indexing.index_failed" stat

Hello,
One of the stats, that we can receive from the _cat/indices API, is indexing.index_failed.
In the documentation, this stat describes as: "Number of failed indexing operations".
How can I trigger this stat?
I try to do this with incorrect document indexing.
For example, I send a document with an integer in date mapped field, that looks like a classic failed indexing operation, but I do not see any changes in the stat.

Thank a lot!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.