Automic VaultAutomic Vault

brew

Install filebeat with Homebrew, chocolatey, Nix

File harvester to ship log files to Elasticsearch or Logstash. Version 9.4.3 via Homebrew; verified 2026-06-30.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install filebeat

local Homebrew formula metadata

overview

Package summary

File harvester to ship log files to Elasticsearch or Logstash

Commands and aliases

  • filebeat

history

Project history and usage

Filebeat is Elastic's lightweight log shipper in the Beats family: a small agent installed near application and system logs, harvesting files and forwarding events to Elasticsearch or Logstash.

In package-manager terms, Filebeat matters because it turned log shipping into a standard single-purpose daemon: install the formula or package, edit filebeat.yml, enable modules or inputs, and wire it to an Elastic Stack endpoint.

Project history

The Beats repository began in 2014 as the home of lightweight shippers for Elasticsearch and Logstash. Early public tags were Packetbeat-focused, and the shared libbeat framework became the substrate for later Beats, including Filebeat.

Filebeat emerged as the file-log member of that family. Elastic's documentation describes its runtime model as inputs discovering log data, harvesters reading individual files, libbeat aggregating events, and configured outputs forwarding them to Elasticsearch or Logstash.

By the 5.x era, Filebeat was established enough for Elastic to document modules, which bundle input configuration, ingest pipelines, and dashboards for common log sources. Modern Elastic documentation still supports Filebeat modules, while recommending newer Elastic Agent integrations for streamlined data collection.

Adoption history

Filebeat adoption tracks Elastic Stack adoption: it became the default lightweight answer for users who wanted to avoid running a heavier Logstash instance on every host while still centralizing log files.

Its packaging footprint across Homebrew, Chocolatey, and Nix, together with Elastic's own packages and documentation, reflects cross-platform use by developers, operators, and observability teams.

Elastic's current docs place Filebeat inside the broader Beats and Elastic Agent story: existing Filebeat deployments remain supported, but greenfield Elastic collection is increasingly guided toward Fleet-managed integrations.

How it is used

Typical usage starts with filebeat.yml, where users configure inputs or modules, output credentials, and path settings. Filebeat then runs as a foreground command during testing or as a service on servers.

Operators care about path.config, path.data, and the Filebeat keystore because those paths determine where configuration, registry state, logs, and stored secrets live. The keystore lets credentials be referenced from configuration without writing the raw secret in filebeat.yml.

For package users, the everyday workflow is small but operationally important: install Filebeat, point it at logs, verify output connectivity, and let it continuously tail files with registry state so restarts do not resend the whole world.

Why package nerds care

Filebeat is a classic example of a package-manager-friendly observability agent: one executable, one YAML config, a daemon/service mode, and enough defaults for automated installation.

It also illustrates how upstream package structure matters. The formula installs a single Beat, but the source lives in Elastic's monorepo alongside Metricbeat, Heartbeat, Auditbeat, Winlogbeat, and libbeat.

Timeline

  • 2014: Elastic Beats repository created and early Packetbeat releases published.
  • 2015: Beats 1.0 release candidates published from the shared repository.
  • 2016: Beats 5.0.0 release line shipped as Elastic Stack 5-era Beats matured.
  • 2017: Filebeat modules documented for Elasticsearch 5.2 or later.
  • 2022: Beats 8.0.0 release line published.
  • 2025: Beats 9.0.0 release line published.

Related projects

  • Filebeat is part of Elastic Beats and shares libbeat infrastructure with Metricbeat, Heartbeat, Auditbeat, Packetbeat, and Winlogbeat.
  • It commonly appears with Elasticsearch, Logstash, Kibana, Elastic Agent, and Fleet integrations.

Sources

security posture

Risk level: orange

formula declares a Homebrew service.

Risk classifier

orange risk · medium confidence · infrastructure

Why

  • formula declares a Homebrew service

Signals

  • metadata:service

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Formula metadata declares a service or daemon block.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Build metadata lists 2 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

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

Config paths the tool may read or write during local use.

Linux
/etc/filebeat/filebeat.yml
Unix
{path.config}/filebeat.yml

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
{path.config}/filebeat.keystore

executables

Installed executables

CommandKindExposureNote
filebeatcliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version9.4.3
manager updated2026-06-30
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/elastic/beats

install metadata

Package metadata

Package keybrew:filebeat
Version9.4.3
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/filebeat
Homepagehttps://www.elastic.co/products/beats/filebeat
Repositoryhttps://github.com/elastic/beats
Upstream docshttps://www.elastic.co/docs/reference/beats/filebeat
LicenseApache-2.0
Source archivehttps://github.com/elastic/beats.git
Last updated2026-06-30T18:09:32Z
Pulseupdated
Build dependenciesgo, mage
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicedeclared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namefilebeat
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

filebeat

nix profile install nixpkgs#filebeat
  • normalized package name match
  • Matched by: Filebeat
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: filebeat from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Chocolatey95%

filebeat

choco install filebeat
  • normalized package name match
  • Matched by: Filebeat
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: filebeat from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','fah'

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

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