Bug 290986 - [NEW PORT] sysutils/logstash92: Log monitoring and collection tool (v9.2.x)
Summary: [NEW PORT] sysutils/logstash92: Log monitoring and collection tool (v9.2.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: Jesús Daniel Colmenares Oviedo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-12 21:33 UTC by Saro
Modified: 2026-01-01 19:28 UTC (History)
1 user (show)

See Also:


Attachments
Logstash 9.2.1 (3.34 KB, application/x-gzip)
2025-11-12 21:33 UTC, Saro
no flags Details
git diff for Logstash 9.2 (9.84 KB, patch)
2025-12-06 01:30 UTC, Mark Linimon
no flags Details | Diff
Logstash 9.2.3 (10.29 KB, patch)
2025-12-31 14:57 UTC, Saro
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saro 2025-11-12 21:33:58 UTC
Created attachment 265382 [details]
Logstash 9.2.1
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2025-12-06 01:30:25 UTC
Created attachment 265901 [details]
git diff for Logstash 9.2

^Triage: convert to git diff format.
Comment 2 Saro 2025-12-31 14:57:31 UTC
Created attachment 266692 [details]
Logstash 9.2.3
Comment 3 commit-hook freebsd_committer freebsd_triage 2026-01-01 19:27:55 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2b2554ee15ecffb4493e89f124ba799debc656e4

commit 2b2554ee15ecffb4493e89f124ba799debc656e4
Author:     Saro <web@saromedia.com>
AuthorDate: 2026-01-01 18:58:16 +0000
Commit:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2026-01-01 19:22:37 +0000

    sysutils/logstash92: New port: Server-side data ingestion and transformation tool (9.2.x version)

    Logstash is an open source, server-side data processing pipeline that
    ingests data from a multitude of sources simultaneously, transforms it,
    and then sends it to your favorite "stash."

    PR:             290986

 sysutils/Makefile                                  |   1 +
 sysutils/logstash92/Makefile (new)                 |  89 ++++++++++++++++
 sysutils/logstash92/distinfo (new)                 |   3 +
 .../logstash92/files/logstash.conf.sample (new)    |  17 +++
 sysutils/logstash92/files/logstash.in (new)        | 117 +++++++++++++++++++++
 .../files/patch-config_logstash.yml (new)          |  11 ++
 sysutils/logstash92/files/pkg-message.in (new)     |  25 +++++
 sysutils/logstash92/pkg-descr (new)                |   3 +
 8 files changed, 266 insertions(+)