macOS
brew install filebeatlocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de filebeat pour les workflows d'agents IA.
installation
brew install filebeatlocal Homebrew formula metadata
nix profile install nixpkgs#filebeatnixpkgs package indexes · filebeat · Source: raw.githubusercontent.com
choco install filebeatChocolatey community package catalog · filebeat · Source: community.chocolatey.org
aperçu
File harvester to ship log files to Elasticsearch or Logstash
historique
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.
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.
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.
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.
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.
posture de sécurité
formula declares a Homebrew service.
risque orange · confiance moyen · infrastructure
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des 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.
/etc/filebeat/filebeat.yml{path.config}/filebeat.ymlCredential-bearing paths to review before unattended agent runs.
{path.config}/filebeat.keystoreexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
filebeat | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/elastic/beats
métadonnées d'installation
| Clé du paquet | brew:filebeat |
|---|---|
| Version | 9.4.4 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/filebeat |
| Page d'accueil | https://www.elastic.co/products/beats/filebeat |
| Dépôt | https://github.com/elastic/beats |
| Docs amont | https://www.elastic.co/docs/reference/beats/filebeat |
| Licence | Apache-2.0 |
| Archive source | https://github.com/elastic/beats.git |
| Dernière mise à jour | 2026-07-23T07:28:30Z |
| Pulse | updated |
| Dépendances de compilation | go, mage |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | declared |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | filebeat |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
filebeat
nix profile install nixpkgs#filebeatfilebeat
choco install filebeatpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.