# Fluent Bit — Lightweight High-Performance Log and Metrics Processor > Fluent Bit is a fast, lightweight telemetry agent from the Fluentd family. It collects logs, metrics and traces from any source, processes them with filters, and forwards them to dozens of backends. ## Install Save in your project root: # Fluent Bit — Lightweight Log and Metrics Processor ## Quick Use ```bash # Run a container that tails stdin and writes to stdout docker run --rm -it fluent/fluent-bit:latest \ /fluent-bit/bin/fluent-bit -i stdin -o stdout # Minimal config file cat > fluent-bit.conf <