Cette page est affichée en anglais. Une traduction française est en cours.
ConfigsMay 15, 2026·3 min de lecture

Elastic Beats — Lightweight Data Shippers for Logs, Metrics & More

Elastic Beats is a family of lightweight, single-purpose agents that ship operational data from edge machines to Elasticsearch or Logstash for centralized analysis.

Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Needs Confirmation · 64/100Policy : confirmer
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Elastic Beats Overview
Commande CLI universelle
npx tokrepo install 18ffd0c0-5058-11f1-9bc6-00163e2b0d79

Introduction

Elastic Beats are open-source data shippers that run as lightweight agents on servers, containers, or edge devices. Each Beat focuses on a single type of data — logs, metrics, network packets, or audit events — and forwards it to Elasticsearch or Logstash with minimal resource overhead.

What Elastic Beats Does

  • Ships log files, container stdout, and syslog to Elasticsearch via Filebeat
  • Collects system and service metrics (CPU, memory, disk) via Metricbeat
  • Captures network traffic and protocol-level data via Packetbeat
  • Monitors file integrity and audit logs via Auditbeat
  • Supports Kubernetes autodiscovery for dynamic container environments

Architecture Overview

Each Beat is a Go binary built on libbeat, a shared framework that handles configuration, output routing, back-pressure, and internal metrics. Beats read data from inputs (files, sockets, OS APIs), enrich it with processors (add_kubernetes_metadata, decode_json_fields), and ship to one or more outputs (Elasticsearch, Logstash, Kafka, Redis). Elastic Agent can manage multiple Beats from a single Fleet-controlled process.

Self-Hosting & Configuration

  • Install from DEB/RPM packages, Docker images, or standalone tarballs
  • YAML configuration defines inputs, processors, and outputs per Beat
  • Built-in modules provide pre-configured dashboards for common services (Nginx, MySQL, PostgreSQL)
  • filebeat setup and metricbeat setup load index templates and Kibana dashboards automatically
  • Kubernetes deployments use DaemonSets with host-path volume mounts for node-level log collection

Key Features

  • Minimal memory footprint (typically 30-80 MB per Beat)
  • Libbeat framework makes it straightforward to build custom Beats
  • Autodiscovery for Docker and Kubernetes adapts to dynamic infrastructure
  • Back-pressure handling with in-memory and disk-backed queues
  • Native integration with Elastic Stack (Elasticsearch, Kibana, Logstash)

Comparison with Similar Tools

  • Fluentd / Fluent Bit — CNCF-graduated log processor; more flexible routing but heavier plugin ecosystem
  • Vector — High-performance Rust-based agent for logs and metrics with a VRL transform language
  • Telegraf — InfluxData's plugin-driven agent focused on metrics; pairs with InfluxDB
  • Promtail — Grafana's log agent designed specifically for Loki
  • OpenTelemetry Collector — Vendor-neutral telemetry pipeline for traces, metrics, and logs

FAQ

Q: Do I need the full Elastic Stack to use Beats? A: No. Beats can ship to Logstash, Kafka, or Redis as well. However, Elasticsearch is required for the built-in dashboards.

Q: What is the difference between Beats and Elastic Agent? A: Elastic Agent is a unified wrapper that manages multiple Beats under one process, configured centrally via Fleet. Individual Beats can still be run standalone.

Q: Can Beats handle high-throughput log environments? A: Yes. Filebeat supports harvester-level parallelism, disk-based registries, and back-pressure from the output to avoid data loss.

Q: Is Beats fully open source? A: Beats source is available under the Elastic License 2.0, which permits most use cases except offering Beats as a managed service.

Sources

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires