macOS
brew install logstashlocal Homebrew formula metadata
brew
logstash のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install logstashlocal Homebrew formula metadata
nix profile install nixpkgs#logstashnixpkgs package indexes · logstash · ソース: raw.githubusercontent.com
choco install logstashChocolatey community package catalog · logstash · ソース: community.chocolatey.org
scoop install extras/logstashScoop official bucket manifest trees · bucket/logstash.json · ソース: api.github.com
概要
Tool for managing events and logs
履歴
Logstash is Elastic's open-source server-side data processing pipeline for ingesting, transforming, enriching, and routing events and logs. It is one of the classic components of the Elastic Stack and the older ELK stack.
The official repository describes Logstash as a tool to transport and process logs, events, and other data. Its GitHub repository was created in November 2010, and Elastic's current documentation frames it as a real-time data collection engine that can unify data from many sources and normalize it for downstream analytics and visualization.
Elastic documentation emphasizes Logstash's pipeline model: inputs receive events, filters parse or enrich them, and outputs send them onward. The project also developed a large plugin ecosystem; the upstream README notes more than 200 plugins and points plugin issues to separate repositories under the `logstash-plugins` organization.
Logstash became widely adopted because it paired naturally with Elasticsearch and Kibana for log search and visualization. Elastic's own product pages and stack documentation present Logstash as part of the Elastic Stack alongside Elasticsearch, Kibana, Beats, and newer Elastic Agent components.
A 2014 Elastic press release for Logstash 1.4 described it as one of the most popular open-source log-management tools and tied its growth to the ELK stack. In package-manager terms, the supplied facts show distribution through Homebrew, Chocolatey, Nix, and Scoop, while Elastic also publishes official downloadable binaries and Debian/RPM packages.
Users write pipeline configuration files that describe inputs, filters, and outputs, commonly placing `.conf` files under `/etc/logstash/conf.d` on Debian and RPM installations. Settings such as `logstash.yml`, `pipelines.yml`, and JVM options live in the `path.settings` directory.
The official docs also document a Logstash keystore for secrets. Sensitive values such as Elasticsearch passwords can be stored in the keystore and referenced from `logstash.yml` or pipeline configuration as `${KEY}`.
Logstash matters to package nerds because it is a heavyweight but scriptable bridge between Unix log files and modern search/observability stacks. It brought plugin-managed, package-distributed ETL behavior into the everyday log pipeline, and its config-file layout is a frequent concern for distro, Docker, and Homebrew packaging.
セキュリティ状態
formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
{extract.path}/config/logstash.yml/etc/logstash/logstash.yml/etc/logstash/pipelines.yml/etc/logstash/conf.d/*.confCredential-bearing paths to review before unattended agent runs.
/etc/logstash/logstash.keystore{path.settings}/logstash.keystore実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
logstash | cli | グローバル実行可能ファイル | |
logstash-plugin | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/elastic/logstash
インストールメタデータ
| パッケージキー | brew:logstash |
|---|---|
| バージョン | 9.4.4 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/logstash |
| ホームページ | https://www.elastic.co/products/logstash |
| リポジトリ | https://github.com/elastic/logstash |
| 上流ドキュメント | https://www.elastic.co/docs/reference/logstash |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/elastic/logstash/archive/refs/tags/v9.4.4.tar.gz |
| 最終更新 | 2026-07-21T15:31:37Z |
| Pulse | updated |
| 依存関係 | openjdk@21 |
| ビルド依存関係 | gradle@8 |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | declared |
| 注意点 | Configuration files are located in $HOMEBREW_PREFIX/etc/logstash/ |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | logstash |
| Version Scheme | 1 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
logstash
nix profile install nixpkgs#logstashlogstash
choco install logstashextras/logstash
scoop install extras/logstashソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.