You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 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, the project aimed to be part of the Fluentd Ecosystem; at that moment, Eduardo created [Fluent Bit](https://fluentbit.io/), a new open source solution written from scratch available under the terms of the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0).\
8
+
In 2014, the [Fluentd](https://www.fluentd.org/) team at
9
+
[Treasure Data](https://www.treasuredata.com/) was forecasting the need for a
10
+
lightweight log processor for constraint environments like embedded Linux and
11
+
gateways. The project aimed to be part of the Fluentd ecosystem. At that moment,
12
+
Eduardo Silva created [Fluent Bit](https://fluentbit.io/), a new open source solution,
13
+
written from scratch and available under the terms of the
After the project was around for some time, it got more traction for normal Linux systems, also with the new containerized world, the Cloud Native community asked to extend the project scope to support more sources, filters, and destinations. Not so long after, Fluent Bit became one of the preferred solutions to solve the logging challenges in Cloud environments.
16
+
After the project matured, it gained traction for normal Linux systems. With the
17
+
new containerized world, the Cloud Native community asked to extend the
18
+
project scope to support more sources, filters, and destinations. Not long after,
19
+
Fluent Bit became one of the preferred solutions to solve the logging challenges
Copy file name to clipboardExpand all lines: about/license.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,13 @@
1
1
---
2
-
description: Strong Commitment to the Openness and Collaboration
2
+
title: License
3
+
description: Fluent Bit license description
3
4
---
4
5
5
6
# License
6
7
7
-
[Fluent Bit](http://fluentbit.io), including its core, plugins and tools are distributed under the terms of the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0):
8
+
[Fluent Bit](http://fluentbit.io), including its core, plugins, and tools are
0 commit comments