macOS
brew install logstashlocal Homebrew formula metadata
brew
Tool for managing events and logs. Version 9.4.3 via Homebrew; verified 2026-06-30.
install
brew install logstashlocal Homebrew formula metadata
nix profile install nixpkgs#logstashnixpkgs package indexes · logstash · source: raw.githubusercontent.com
choco install logstashChocolatey community package catalog · logstash · source: community.chocolatey.org
scoop install extras/logstashScoop official bucket manifest trees · bucket/logstash.json · source: api.github.com
overview
Tool for managing events and logs
history
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.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.keystoreexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
logstash | cli | global executable | |
logstash-plugin | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/elastic/logstash
install metadata
| Package key | brew:logstash |
|---|---|
| Version | 9.4.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/logstash |
| Homepage | https://www.elastic.co/products/logstash |
| Repository | https://github.com/elastic/logstash |
| Upstream docs | https://www.elastic.co/docs/reference/logstash |
| License | Apache-2.0 |
| Source archive | https://github.com/elastic/logstash/archive/refs/tags/v9.4.3.tar.gz |
| Last updated | 2026-06-30T16:09:00Z |
| Pulse | updated |
| Dependencies | openjdk@21 |
| Build dependencies | gradle@8 |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
| Caveats | Configuration files are located in $HOMEBREW_PREFIX/etc/logstash/ |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
logstash
nix profile install nixpkgs#logstashlogstash
choco install logstashextras/logstash
scoop install extras/logstashsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.