Can't figure out doc it

Please help me understand, we have following message:
Caused by: java.lang.IllegalArgumentException: The length of [message] field of [25654] doc of [marketing-reporting-2022.08.23] index has exceeded [1000000] - maximum allowed to be analyzed for highlighting. This maximum can be set by changing the [index.highlight.max_analyzed_offset] index level setting. For large texts, indexing with offsets or term vectors is recommended!

What we want to do is find documents like this, and delete them. But the doc with ID 25654 does not exist.
Doc IDs look like this: 93bg-IIBI52JCMefEkPA

How do I find this exact doc and remove it from the index?