Bug 290985 - [NEW PORT] sysutils/logstash91: Log monitoring and collection tool (v9.1.x)
Summary: [NEW PORT] sysutils/logstash91: Log monitoring and collection tool (v9.1.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.1.7 (3.34 KB, application/x-gzip)
2025-11-12 21:33 UTC, Saro
no flags Details
git diff for Logstash 9.1.7 (9.84 KB, patch)
2025-12-06 01:26 UTC, Mark Linimon
no flags Details | Diff
Logstash 9.1.9 (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:57 UTC
Created attachment 265381 [details]
Logstash 9.1.7
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2025-12-06 01:26:52 UTC
Created attachment 265900 [details]
git diff for Logstash 9.1.7

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=01dfe41044958286dcb6354aab588269b62aedff

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

    sysutils/logstash91: New port: Server-side data ingestion and transformation tool (9.1.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:             290985

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