Bug 293760 - [NEW PORT] sysutils/logstash93: Log monitoring and collection tool (v9.3.x)
Summary: [NEW PORT] sysutils/logstash93: Log monitoring and collection tool (v9.3.x)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks: 293746
  Show dependency treegraph
 
Reported: 2026-03-12 13:49 UTC by Saro
Modified: 2026-03-13 20:25 UTC (History)
1 user (show)

See Also:


Attachments
Logstash 9.3.1 (10.29 KB, patch)
2026-03-12 21:09 UTC, Saro
no flags Details | Diff
Logstash 8.19.12 (3.02 KB, patch)
2026-03-13 14:50 UTC, Saro
no flags Details | Diff
Logstash 9.3.1 (10.53 KB, patch)
2026-03-13 14:51 UTC, Saro
no flags Details | Diff
Logstash 9.3.1 (10.49 KB, patch)
2026-03-13 18:33 UTC, Saro
web: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saro 2026-03-12 13:49:35 UTC

    
Comment 1 Saro 2026-03-12 21:09:47 UTC
Created attachment 268756 [details]
Logstash 9.3.1
Comment 2 Saro 2026-03-13 14:50:36 UTC
Created attachment 268780 [details]
Logstash 8.19.12

A few minor fixes to follow the recent changes done sysutils/logstash7.
Comment 3 Saro 2026-03-13 14:51:12 UTC
Created attachment 268781 [details]
Logstash 9.3.1

*sigh* wrong patch...
Comment 4 Saro 2026-03-13 18:33:11 UTC
Created attachment 268788 [details]
Logstash 9.3.1
Comment 5 commit-hook freebsd_committer freebsd_triage 2026-03-13 20:22:57 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4587ae547e41a3e020c31cc732bc220c0f739287

commit 4587ae547e41a3e020c31cc732bc220c0f739287
Author:     Saro <web@saromedia.com>
AuthorDate: 2026-03-13 20:19:28 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-03-13 20:21:26 +0000

    sysutils/logstash93: New port version 9.3.1

    Server-side data ingestion and transformation tool (9.3.x version).

    Release Notes:
    https://www.elastic.co/docs/release-notes/logstash#logstash-9.3.1-release-notes

    PR:             293760
    Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)
    Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>

 sysutils/Makefile                        |  1 +
 sysutils/logstash93/Makefile             | 10 +++++-----
 sysutils/logstash93/distinfo             |  6 +++---
 sysutils/logstash93/files/pkg-message.in |  2 +-
 4 files changed, 10 insertions(+), 9 deletions(-)
Comment 6 commit-hook freebsd_committer freebsd_triage 2026-03-13 20:22:58 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7e21fcb03ddc05c29fb625d345b9389c30db562f

commit 7e21fcb03ddc05c29fb625d345b9389c30db562f
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2026-03-13 20:16:37 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-03-13 20:16:37 +0000

    sysutils/logstash93: Repo copy from sysutils/logstash92

    PR:             293760
    Approved by:    elastic (maintainer, implicit - inactive for more than 6 months)

 sysutils/logstash93/Makefile (new)                 |  92 ++++++++++++++++
 sysutils/logstash93/distinfo (new)                 |   3 +
 .../logstash93/files/logstash.conf.sample (new)    |  17 +++
 sysutils/logstash93/files/logstash.in (new)        | 117 +++++++++++++++++++++
 .../files/patch-config_logstash.yml (new)          |  11 ++
 sysutils/logstash93/files/pkg-message.in (new)     |  25 +++++
 sysutils/logstash93/pkg-descr (new)                |   3 +
 7 files changed, 268 insertions(+)
Comment 7 Vladimir Druzenko freebsd_committer freebsd_triage 2026-03-13 20:25:16 UTC
Thanks.