Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ redirects:
stream-processing/getting-started/hands-on: ./stream-processing/tutorial.md
pipeline/pipeline-monitoring: ./administration/monitoring.md
about/license: ./README.md
about/history: ./about/what-is-fluent-bit.md
installation/getting-started-with-fluent-bit: ./installation/downloads.md
installation/requirements: ./installation/downloads.md
installation/supported-platforms: ./installation/downloads.md
Expand Down
1 change: 0 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
## About

* [What is Fluent Bit?](about/what-is-fluent-bit.md)
* [A brief history of Fluent Bit](about/history.md)
* [Fluentd and Fluent Bit](about/fluentd-and-fluent-bit.md)
* [Lab resources](about/resources.md)

Expand Down
10 changes: 0 additions & 10 deletions about/history.md

This file was deleted.

7 changes: 6 additions & 1 deletion about/what-is-fluent-bit.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@

Fluent Bit can be deployed as an edge agent for localized telemetry data handling or utilized as a central aggregator/collector for managing telemetry data across multiple sources and environments.


{% embed url="https://www.youtube.com/watch?v=3ELc1helke4" %}

## The history of Fluent Bit

In 2014, the [Fluentd](https://www.fluentd.org/) team at [Treasure Data](https://www.treasuredata.com/) was forecasting the need for a lightweight log processor for constraint environments like embedded Linux and gateways. To meet this need, Eduardo Silva created Fluent Bit, a new open-source solution and part of the Fluentd ecosystem.

Check warning on line 17 in about/what-is-fluent-bit.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [FluentBit.WordList] Use 'open source' instead of 'open-source'. Raw Output: {"message": "[FluentBit.WordList] Use 'open source' instead of 'open-source'.", "location": {"path": "about/what-is-fluent-bit.md", "range": {"start": {"line": 17, "column": 283}}}, "severity": "INFO"}

After the project matured, it gained traction for normal Linux systems. With the new containerized world, the cloud native community asked to extend the project scope to support more sources, filters, and destinations. Not long after, Fluent Bit became one of the preferred solutions to solve the logging challenges in cloud environments.