macOS
brew install logstashlocal Homebrew formula metadata
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.