fluent / fluent-bit

Fast and Lightweight Logs and Metrics processor for Linux, BSD, OSX and Windows
https://fluentbit.io
Apache License 2.0
5.53k stars 1.51k forks source link

Need Grok parsing support in fluentbit #8788

Open Praveen2099 opened 2 months ago

Praveen2099 commented 2 months ago

Is your feature request related to a problem? Please describe.

In fluentbit i need to parse plain text logs using Grok . Either via Grok parser or using Lua script .But currently there is no document or page have this info in the internet.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

Praveen2099 commented 2 months ago

@patrick-stephens need your help how to use Grok.I have required to only use Grok. In lua scripts also there is no official Grok library

patrick-stephens commented 2 months ago

Duplicate of https://github.com/fluent/fluent-bit/issues/8166 I think.

Praveen2099 commented 2 months ago

But i didn't find the solution.Can you please give the solution