Re: Grok and Flink

2018-08-30 Thread Aarti Gupta
Interesting, thanks Lehuede. Will take a look. --Aarti On Thu, Aug 30, 2018 at 5:59 PM, Lehuede sebastien wrote: > Hi, > > To parse my logs and reuse all my Grok pattern, i use the Java Grok API > directly in my DataStream. Please see : https://github.com/thekrakken/ > java-grok > > With that y

Re: Grok and Flink

2018-08-30 Thread Lehuede sebastien
Hi, To parse my logs and reuse all my Grok pattern, i use the Java Grok API directly in my DataStream. Please see : https://github.com/thekrakken/java-grok With that you should be able to get rid of the full Logstash piece and use only the Grok part. Another solution, for example if you have lo