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
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