macOS
brew install filebeatlocal Homebrew formula metadata
brew
filebeat のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install filebeatlocal Homebrew formula metadata
nix profile install nixpkgs#filebeatnixpkgs package indexes · filebeat · ソース: raw.githubusercontent.com
choco install filebeatChocolatey community package catalog · filebeat · ソース: community.chocolatey.org
概要
File harvester to ship log files to Elasticsearch or Logstash
履歴
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.
セキュリティ状態
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.
/etc/filebeat/filebeat.yml{path.config}/filebeat.ymlCredential-bearing paths to review before unattended agent runs.
{path.config}/filebeat.keystore実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
filebeat | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/elastic/beats
インストールメタデータ
| パッケージキー | brew:filebeat |
|---|---|
| バージョン | 9.4.4 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/filebeat |
| ホームページ | https://www.elastic.co/products/beats/filebeat |
| リポジトリ | https://github.com/elastic/beats |
| 上流ドキュメント | https://www.elastic.co/docs/reference/beats/filebeat |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/elastic/beats.git |
| 最終更新 | 2026-07-23T07:28:30Z |
| Pulse | updated |
| ビルド依存関係 | go, mage |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | declared |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
filebeat
nix profile install nixpkgs#filebeatfilebeat
choco install filebeatソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.