Skip to content

Commit e971292

Browse files
committed
dockerfiles: README: reflect organization and status change
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 6552b7a commit e971292

File tree

2 files changed

+27
-13
lines changed

2 files changed

+27
-13
lines changed

dockerfiles/README.md

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,32 @@ $ docker run --rm -it fluent/fluent-bit:latest
5858
By default, the configuration uses the CPU input plugin and the stdout output plugin which means you should see regular output in the log showing the CPU loading.
5959

6060
```
61-
Fluent Bit v1.8.11
62-
* Copyright (C) 2019-2021 The Fluent Bit Authors
63-
* Copyright (C) 2015-2018 Treasure Data
64-
* Fluent Bit is a CNCF sub-project under the umbrella of Fluentd
61+
Fluent Bit v4.2.0
62+
* Copyright (C) 2015-2025 The Fluent Bit Authors
63+
* Fluent Bit is a CNCF graduated project under the Fluent organization
6564
* https://fluentbit.io
6665
67-
[2022/01/13 14:48:44] [ info] [engine] started (pid=1)
68-
[2022/01/13 14:48:44] [ info] [storage] version=1.1.5, initializing...
69-
[2022/01/13 14:48:44] [ info] [storage] in-memory
70-
[2022/01/13 14:48:44] [ info] [storage] normal synchronization mode, checksum disabled, max_chunks_up=128
71-
[2022/01/13 14:48:44] [ info] [cmetrics] version=0.2.2
72-
[2022/01/13 14:48:44] [ info] [sp] stream processor started
66+
______ _ _ ______ _ _ ___ _____
67+
| ___| | | | | ___ (_) | / | / __ \
68+
| |_ | |_ _ ___ _ __ | |_ | |_/ /_| |_ __ __/ /| | `' / /'
69+
| _| | | | | |/ _ \ '_ \| __| | ___ \ | __| \ \ / / /_| | / /
70+
| | | | |_| | __/ | | | |_ | |_/ / | |_ \ V /\___ |_./ /___
71+
\_| |_|\__,_|\___|_| |_|\__| \____/|_|\__| \_/ |_(_)_____/
72+
73+
Fluent Bit v4.2 – Direct Routes Ahead
74+
Celebrating 10 Years of Open, Fluent Innovation!
75+
76+
[2025/11/09 10:59:11.46951388] [ info] [fluent bit] version=4.2.0, commit=b63bcf40cc, pid=2833142
77+
[2025/11/09 10:59:11.47022363] [ info] [storage] ver=1.5.4, type=memory, sync=normal, checksum=off, max_chunks_up=128
78+
[2025/11/09 10:59:11.47037121] [ info] [simd ] disabled
79+
[2025/11/09 10:59:11.47042051] [ info] [cmetrics] version=1.0.5
80+
[2025/11/09 10:59:11.47051870] [ info] [ctraces ] version=0.6.6
81+
[2025/11/09 10:59:11.47133035] [ info] [input:cpu:cpu.0] initializing
82+
[2025/11/09 10:59:11.47143244] [ info] [input:cpu:cpu.0] storage_strategy='memory' (memory only)
83+
[2025/11/09 10:59:11.47503863] [ info] [sp] stream processor started
84+
[2025/11/09 10:59:11.47543138] [ info] [engine] Shutdown Grace Period=5, Shutdown Input Grace Period=2
85+
[2025/11/09 10:59:11.47544701] [ info] [output:stdout:stdout.0] worker #0 started
86+
7387
[0] cpu.local: [1642085324.503383520, {"cpu_p"=>0.437500, "user_p"=>0.250000, "system_p"=>0.187500, "cpu0.p_cpu"=>0.000000, "cpu0.p_user"=>0.000000, "cpu0.p_system"=>0.000000, "cpu1.p_cpu"=>0.000000, "cpu1.p_user"=>0.000000, "cpu1.p_system"=>0.000000, "cpu2.p_cpu"=>1.000000, "cpu2.p_user"=>1.000000, "cpu2.p_system"=>0.000000, "cpu3.p_cpu"=>1.000000, "cpu3.p_user"=>1.000000, "cpu3.p_system"=>0.000000, "cpu4.p_cpu"=>1.000000, "cpu4.p_user"=>1.000000, "cpu4.p_system"=>0.000000, "cpu5.p_cpu"=>1.000000, "cpu5.p_user"=>0.000000, "cpu5.p_system"=>1.000000, "cpu6.p_cpu"=>0.000000, "cpu6.p_user"=>0.000000, "cpu6.p_system"=>0.000000, "cpu7.p_cpu"=>0.000000, "cpu7.p_user"=>0.000000, "cpu7.p_system"=>0.000000, "cpu8.p_cpu"=>2.000000, "cpu8.p_user"=>1.000000, "cpu8.p_system"=>1.000000, "cpu9.p_cpu"=>1.000000, "cpu9.p_user"=>1.000000, "cpu9.p_system"=>0.000000, "cpu10.p_cpu"=>0.000000, "cpu10.p_user"=>0.000000, "cpu10.p_system"=>0.000000, "cpu11.p_cpu"=>0.000000, "cpu11.p_user"=>0.000000, "cpu11.p_system"=>0.000000, "cpu12.p_cpu"=>0.000000, "cpu12.p_user"=>0.000000, "cpu12.p_system"=>0.000000, "cpu13.p_cpu"=>0.000000, "cpu13.p_user"=>0.000000, "cpu13.p_system"=>0.000000, "cpu14.p_cpu"=>2.000000, "cpu14.p_user"=>1.000000, "cpu14.p_system"=>1.000000, "cpu15.p_cpu"=>0.000000, "cpu15.p_user"=>0.000000, "cpu15.p_system"=>0.000000}]
7488
```
7589

dockerfiles/dockerhub-description.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ On Fluent Bit container, it will print to stdout something like this:
3030
```shell
3131
Fluent Bit v1.9.8
3232
* Copyright (C) 2015-2022 The Fluent Bit Authors
33-
* Fluent Bit is a CNCF sub-project under the umbrella of Fluentd
33+
* Fluent Bit is a CNCF graduated project under the Fluent organization
3434
* https://fluentbit.io
3535

3636
[2022/09/16 10:03:48] [ info] [fluent bit] version=1.9.8, commit=97a5e9dcf3, pid=1
@@ -58,14 +58,14 @@ Feel free to contact us through the following community channels:
5858

5959
## Fluent Bit & Fluentd
6060

61-
[Fluent Bit](https://fluentbit.io/) is a [CNCF](https://cncf.io/) sub-project under the umbrella of [Fluentd](https://www.fluentd.org/).
61+
[Fluent Bit](https://fluentbit.io/) is a [CNCF](https://cncf.io/) graduated project under the [Fluent organization](https://www.fluentd.org/).
6262

6363
## License
6464

6565
This program is under the terms of the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0).
6666

6767
## Authors
6868

69-
[Fluent Bit](https://fluentbit.io/) is a [CNCF](https://cncf.io/) sub-project under the umbrella of [Fluentd](https://www.fluentd.org/).
69+
[Fluent Bit](https://fluentbit.io/) is a [CNCF](https://cncf.io/) graduated project under the [Fluent organization](https://www.fluentd.org/).
7070

7171
Made with love by [many contributors](https://github.com/fluent/fluent-bit/graphs/contributors) :).

0 commit comments

Comments
 (0)