# Install logstash with Homebrew, chocolatey, Nix, scoop

Tool for managing events and logs. Version 9.4.3 via Homebrew; verified 2026-06-30.

## Install

```sh
sudo av install brew:logstash
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install logstash
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#logstash
```

  Evidence: nixpkgs package indexes: logstash from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

### Windows

- Chocolatey (92%):

```sh
choco install logstash
```

  Evidence: Chocolatey community package catalog: logstash from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','librespeed-cli'

- Scoop (92%):

```sh
scoop install extras/logstash
```

  Evidence: Scoop official bucket manifest trees: bucket/logstash.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:logstash
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/logstash>
- **Version:** 9.4.3
- **Source summary:** Tool for managing events and logs
- **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
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- logstash (cli)
- logstash-plugin (cli)
- logstash (alias)
- logstash-plugin (alias)

## Dependencies

- openjdk@21

## Build dependencies

- gradle@8

## Install behavior

- Post-install hook: not defined
- Service: declared
- Caveats: Configuration files are located in $HOMEBREW_PREFIX/etc/logstash/
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 9.4.3
- Package-manager updated: 2026-06-30
- Local data: ok
- Upstream repository: https://github.com/elastic/logstash
- Upstream latest detected: v9.4.3 (current)
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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}`.

### Why package nerds care

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.

### Timeline

- 2010: Official GitHub repository created.
- 2014: Elastic announces Logstash 1.4 and promotes it as a major ELK-stack log-management component.
- 2015: Elastic blog describes Logstash Forwarder as started by Logstash creator Jordan Sissel and folded into Filebeat.
- 2026: Logstash 9.x tags are active in the official repository.

### Related projects

- Logstash is part of the Elastic Stack with Elasticsearch, Kibana, Beats, and Elastic Agent.
- Logstash plugins are maintained separately under the `logstash-plugins` GitHub organization and are published as Ruby gems.

### Sources

- <https://api.github.com/repos/elastic/logstash>
- <https://github.com/elastic/logstash#readme>
- <https://www.elastic.co/about/press/elasticsearch-releases-logstash-1-4-makes-log-analysis-faster-simpler>
- <https://www.elastic.co/docs/get-started/the-stack>
- <https://www.elastic.co/docs/reference/logstash>
- <https://www.elastic.co/logstash>
- source_facts.package-manager


## Security Notes

formula declares a Homebrew service.

- **Geiger risk:** orange / medium
- formula declares a Homebrew service


## Configuration and credential file locations

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.


## Configuration files

- Unix: {extract.path}/config/logstash.yml, /etc/logstash/logstash.yml, /etc/logstash/pipelines.yml, /etc/logstash/conf.d/*.conf

## Credential files

- Linux: /etc/logstash/logstash.keystore
- Unix: {path.settings}/logstash.keystore
## Source Database Details

- **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:** head, stable

## Other Package-Manager Records

- Nix - logstash: normalized package name match | nixpkgs package indexes: logstash from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Chocolatey - logstash: normalized package name match | Chocolatey community package catalog: logstash from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','librespeed-cli'
- Scoop - extras/logstash: normalized package name match | Scoop official bucket manifest trees: bucket/logstash.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Related links

- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [openjdk@21](https://www.automicvault.com/pkg/brew/openjdk-21/) - Runtime dependency declared by Homebrew.
- [filebeat](https://www.automicvault.com/pkg/brew/filebeat/) - Shares av.db curated category or tags: cli, data, logs.
- [fluent-bit](https://www.automicvault.com/pkg/brew/fluent-bit/) - Shares av.db curated category or tags: cli, data, logs.
- [flume](https://www.automicvault.com/pkg/brew/flume/) - Shares av.db curated category or tags: cli, data, logs.
- [influxdb](https://www.automicvault.com/pkg/brew/influxdb/) - Shares av.db curated category or tags: cli, data, events.
- [kapacitor](https://www.automicvault.com/pkg/brew/kapacitor/) - Shares av.db curated category or tags: cli, data, etl.
- [kettle](https://www.automicvault.com/pkg/brew/kettle/) - Shares av.db curated category or tags: cli, data, etl.
- [loki](https://www.automicvault.com/pkg/brew/loki/) - Shares av.db curated category or tags: cli, data, logs.
- [nifi](https://www.automicvault.com/pkg/brew/nifi/) - Shares av.db curated category or tags: cli, data, etl.
- [apache-flink](https://www.automicvault.com/pkg/brew/apache-flink/) - Local package facts share a topical domain. Shared terms: cli, data, openjdk, openjdk-21, processing.

## Combined YAML source

View the package source record on GitHub. [combined/logstash.yml](https://github.com/automic-vault/db/blob/main/combined/logstash.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
