I would want to process log files like CEP (Complex Event Processing), but CEP is intended to use streams, not log files as source.
Are there exist CEP like tools for log files (batch data with timestamps) source ?
Or should i convert my log files into streams before processing them by existing CEP tool (or framework) ?
I have tried FlinkCEP and it did the work by some way, but it does not seem to suitable for complex event patterns, or it is very hard to learn how to use it.. There are very few examples for complex event patterns..
But what about Siddhi, is it applicable for log files ?
BR Esa