Date: Fri, 26 Jul 2024 13:03:56 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 280457] sysutils/fluent-bit: Add LUA_FILTER option Message-ID: <bug-280457-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280457 Bug ID: 280457 Summary: sysutils/fluent-bit: Add LUA_FILTER option Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: girgen@FreeBSD.org Reporter: 0mp@FreeBSD.org Assignee: girgen@FreeBSD.org Flags: maintainer-feedback?(girgen@FreeBSD.org) Created attachment 252296 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D252296&action= =3Dedit Patch adding LUA_FILTER option Hey, I'm submitting a patch which adds support for the Lua filter. >From https://docs.fluentbit.io/manual/pipeline/filters/lua: > The Lua filter allows you to modify the incoming records (even split > one record into multiple records) using custom Lua scripts. I enabled this option by default, as it is on by default upstream (cf. https://docs.fluentbit.io/manual/installation/sources/build-and-install). Also, I added a small do-test target for the new option and add appropriate conflicts with luajit ports. The conflicts should be added to luajit ports in subsequent commits. Ideally, we should patch Fluent Bit to install its copy of luajit in its own libexec directory. Cheers, Mateusz --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280457-7788>