Bug 281459 - sysutils/fluent-bit: Enable LUA_FILTER by default
Summary: sysutils/fluent-bit: Enable LUA_FILTER by default
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Palle Girgensohn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-12 12:18 UTC by Mateusz Piotrowski
Modified: 2024-11-05 13:03 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (girgen)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mateusz Piotrowski freebsd_committer freebsd_triage 2024-09-12 12:18:34 UTC
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.
Comment 1 Philip Paeps freebsd_committer freebsd_triage 2024-09-12 13:18:12 UTC
I agree this is a good idea.  Thank you!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-11-05 13:02:42 UTC
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(-)
Comment 3 Palle Girgensohn freebsd_committer freebsd_triage 2024-11-05 13:03:05 UTC
Committed. Thanks!