This is something we discussed with philip@. We both think it is a good idea. Also, upstream also ships the Lua filter enabled by default. Unless there are reasons to keep it disabled, I'm happy to commit an update changing the default.
I agree this is a good idea. Thank you!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=923cb3477f58fcd1dd44eb4e682fef130c271eee commit 923cb3477f58fcd1dd44eb4e682fef130c271eee Author: Palle Girgensohn <girgen@FreeBSD.org> AuthorDate: 2024-11-05 11:04:55 +0000 Commit: Palle Girgensohn <girgen@FreeBSD.org> CommitDate: 2024-11-05 13:02:14 +0000 sysutils/fluent-bit: Update to 3.1.10 Make postgresql and lua default on, since the documentation for fluent-bit has no mention of them possibly ever being off. Fix start script to not use --daemon option redundantly when we already use the daemon(8) tool. PR: 281459, 269480 Release notes: https://github.com/fluent/fluent-bit/releases/tag/v3.1.10 sysutils/fluent-bit/Makefile | 4 ++-- sysutils/fluent-bit/distinfo | 6 +++--- sysutils/fluent-bit/files/fluent-bit.in | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-)
Committed. Thanks!