Solr has the built-in "Analysis Screen", which helps to debug the interplay between tokenizers and filters for specific field types:
Is there a plugin for ElasticSearch that does something similar? Specifically, I want to see the input/ output of each filter, not only the end result of the analysis chain. I used Google quite intensively on this, but didn't find anything.
https://www.found.no/play/#analysis contains exactly the feature I want (scroll down to "myAnalyzer"), but unfortunately it's not something I can run on my index. But it shows that such a feature is possible.
Edit: I know there are many plugins that show me the output for a complete chain of filters, for example kopf as suggested by user @Bass:
This is not what I want! I want to see the output of each filter, not only the end result.