Hi folks, I'm learning how to use grok with nifi starting with the ExtractGrok processor and I'd like to use it to extract data from file headers and trailers however since the GrokExtract processor only apply the grok expression on the defined buffer size (and each of my file differs on size) I can't evaluate trailers on every file.
Any ideas on how could I apply the grok expression from the end of file instead of from the beginning, or any alternative processor? Cheers,
