# Installer fluent-bit avec Homebrew, apk, dnf, MacPorts, Nix, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de fluent-bit pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:fluent-bit
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install fluent-bit
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install fluent-bit
```

  Preuve: MacPorts ports tree: sysutils/fluent-bit/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add fluent-bit
```

  Preuve: Alpine Linux edge package indexes: fluent-bit from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install fluent-bit
```

  Preuve: Fedora Rawhide package metadata: fluent-bit from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#fluent-bit
```

  Preuve: nixpkgs package indexes: pkgs/by-name/fl/fluent-bit/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- winget (92%):

```sh
winget install --id Chronosphere.FluentBit -e
```

  Preuve: Windows Package Manager source index: Chronosphere.FluentBit from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:fluent-bit
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/fluent-bit>
- **Version:** 5.0.9
- **Résumé source:** Fast and Lightweight Logs and Metrics processor
- **Page d'accueil:** <https://fluentbit.io>
- **Dépôt:** <https://github.com/fluent/fluent-bit>
- **Docs amont:** <https://fluentbit.io>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/fluent/fluent-bit/archive/refs/tags/v5.0.9.tar.gz>
- **Dernière mise à jour:** 2026-07-04T17:52:35Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- fluent-bit (cli)
- fluent-bit (alias)

## Dépendances

- libyaml
- luajit
- openssl@4

## Dépendances de compilation

- bison
- cmake
- flex
- pkgconf

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 5.0.9
- gestionnaire mis à jour: 2026-07-04
- données locales: OK
- dépôt amont: https://github.com/fluent/fluent-bit
- dernière version détectée: v5.0.9 (à jour)
## Historique du projet et usages

Fluent Bit is a CNCF graduated telemetry agent in the Fluentd ecosystem, built to collect, process, and forward logs, metrics, and traces with a small C implementation.

### Historique du projet

The Fluent Bit manual traces the project to 2014, when the Fluentd team at Treasure Data anticipated the need for a lightweight log processor for constrained environments such as embedded Linux and gateways. Eduardo Silva created Fluent Bit as a new open-source component of the Fluentd ecosystem.

As container and cloud-native deployments grew, Fluent Bit expanded beyond its original constrained-device scope to support more sources, filters, destinations, metrics, and traces.

### Historique d'adoption

Official documentation describes Fluent Bit as a CNCF graduated project under the Fluentd umbrella and says it is trusted by major cloud providers, banks, and other companies. The Fluentd comparison page says Fluent Bit is production-grade, vendor-neutral, and deployed globally at very large scale.

### Modes d'utilisation

Operators run fluent-bit as an edge agent, node-level log collector, or central aggregator. Its data pipeline model wires inputs, parsers, filters, processors, buffering, and outputs to ship telemetry into systems such as Prometheus, OpenTelemetry, cloud log services, search engines, and Fluentd.

### Pourquoi les passionnés de paquets s'y intéressent

Fluent Bit is significant to package maintainers because it is the small, C-based counterpart to Fluentd's Ruby-gem-centered ecosystem. That makes it attractive for base images, Kubernetes nodes, appliances, and distro packages where memory footprint, static-ish deployment, plugin packaging, and init-system integration matter.

Its rapid major-version release stream and wide plugin surface also make it a classic packaging stress test: downstreams care about bundled libraries, optional outputs, cloud credentials behavior, config compatibility, and migration notes.

### Chronologie

- 2014: Fluent Bit was created within the Fluentd ecosystem for lightweight log processing.
- 2018: Fluent Bit 1.0.0 was released.
- 2025: Fluent Bit 4.0.0 was released.
- 2026: Fluent Bit 5.0.0 and later 5.0 maintenance releases were published.

### Related projects

- Fluentd is the parent ecosystem project and a related CNCF graduated project.
- OpenTelemetry, Prometheus, and cloud-provider logging services are common integration targets described in the official manual.

### Sources

- <https://docs.fluentbit.io/manual/about/fluentd-and-fluent-bit>
- <https://docs.fluentbit.io/manual/about/what-is-fluent-bit>
- <https://fluentbit.io/announcements/>
- <https://github.com/fluent/fluent-bit/releases/tag/v1.0.0>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour fluent-bit. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.


## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** fluent-bit
- **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:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - fluent-bit: normalized package name match | nixpkgs package indexes: pkgs/by-name/fl/fluent-bit/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - fluent-bit - 5.0.9-r0: normalized package name match | Alpine Linux edge package indexes: fluent-bit from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fast and Lightweight Log processor and forwarder | https://fluentbit.io/
- apk - fluent-bit-dev - 5.0.9-r0: normalized package name match | Alpine Linux edge package indexes: fluent-bit-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fast and Lightweight Log processor and forwarder (development files) | https://fluentbit.io/
- apk - fluent-bit-openrc - 5.0.9-r0: normalized package name match | Alpine Linux edge package indexes: fluent-bit-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fast and Lightweight Log processor and forwarder (OpenRC init scripts) | https://fluentbit.io/
- dnf - fluent-bit - 4.2.2-4.fc45: normalized package name match | Fedora Rawhide package metadata: fluent-bit from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Fluent Bit is a super fast, lightweight, and highly scalable logging and metrics processor and forwarder. | https://github.com/fluent/fluent-bit
- MacPorts - fluent-bit: normalized package name match | MacPorts ports tree: sysutils/fluent-bit/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- winget - Chronosphere.FluentBit: normalized package name match | Windows Package Manager source index: Chronosphere.FluentBit from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Database and data packages](https://pkg.so/fr/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [luajit](https://pkg.so/fr/brew/luajit/) - Runtime dependency declared by Homebrew.
- [openssl@4](https://pkg.so/fr/brew/openssl-4/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [cmake](https://pkg.so/fr/brew/cmake/) - Build dependency declared by Homebrew.
- [bison](https://pkg.so/fr/brew/bison/) - Build dependency declared by Homebrew.
- [flex](https://pkg.so/fr/brew/flex/) - Build dependency declared by Homebrew.
- [telegraf](https://pkg.so/fr/brew/telegraf/) - Shares pkgdb curated category or tags: agent, cli, data, metrics, observability.
- [filebeat](https://pkg.so/fr/brew/filebeat/) - Shares pkgdb curated category or tags: cli, data, logs, observability.
- [loki](https://pkg.so/fr/brew/loki/) - Shares pkgdb curated category or tags: cli, data, logs, observability.
- [victorialogs](https://pkg.so/fr/brew/victorialogs/) - Shares pkgdb curated category or tags: cli, data, logs, observability.
- [cortex](https://pkg.so/fr/brew/cortex/) - Shares pkgdb curated category or tags: cli, data, metrics, observability.
- [influxdb](https://pkg.so/fr/brew/influxdb/) - Shares pkgdb curated category or tags: cli, data, metrics.
- [logstash](https://pkg.so/fr/brew/logstash/) - Shares pkgdb curated category or tags: cli, data, logs.
- [influxdb@1](https://pkg.so/fr/brew/influxdb-1/) - Shares pkgdb curated category or tags: cli, data, metrics.

## Combined YAML source

View the package source record on GitHub. [combined/fluent-bit.yml](https://github.com/mxcl/pkgdb/blob/main/combined/fluent-bit.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
