Re: git: fc0a0b37b12c - main - sysutils/fluent-bit: Add option LUA_FILTER
- In reply to: Mateusz Piotrowski : "git: fc0a0b37b12c - main - sysutils/fluent-bit: Add option LUA_FILTER"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Aug 2024 23:33:08 UTC
On 23. Aug 2024, at 01:27, Mateusz Piotrowski <0mp@freebsd.org> wrote: > > The branch main has been updated by 0mp: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=fc0a0b37b12c8abd83ba0f7ca2153d1419fbb86d > > commit fc0a0b37b12c8abd83ba0f7ca2153d1419fbb86d > Author: Mateusz Piotrowski <0mp@FreeBSD.org> > AuthorDate: 2024-07-25 12:52:29 +0000 > Commit: Mateusz Piotrowski <0mp@FreeBSD.org> > CommitDate: 2024-08-22 23:27:12 +0000 > > sysutils/fluent-bit: Add option 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. > > The option depends on luajit-devel, because at least version 2.1.0 is > required: https://github.com/fluent/fluent-bit/pull/7286/files. > > Keep the option disabled for now. We may consider enabling it by default > in the future to match what upstream does: > https://docs.fluentbit.io/manual/installation/sources/build-and-install. > > Also, add a small do-test target for the new option. > > PR: 252296 PR: 280457