docker
instead of
podman
).
podman machine start
podman run --rm --name fb -ti ghcr.io/fluent/fluent-bit:4.0.3
--rm
), that we give the container a name we
can reference (--name fb
), assign it a console for output and stay
interactive (-ti
), and use the image version supported in this workshop
(ghcr.io/fluent/fluent-bit:4.0.3
).
Fluent Bit v4.0.3
* Copyright (C) 2015-2025 The Fluent Bit Authors
* Fluent Bit is a CNCF sub-project under the umbrella of Fluentd
* https://fluentbit.io
______ _ _ ______ _ _ ___ _____
| ___| | | | | ___ (_) | / || _ |
| |_ | |_ _ ___ _ __ | |_ | |_/ /_| |_ __ __/ /| || |/' |
| _| | | | | |/ _ \ '_ \| __| | ___ \ | __| \ \ / / /_| || /| |
| | | | |_| | __/ | | | |_ | |_/ / | |_ \ V /\___ |\ |_/ /
\_| |_|\__,_|\___|_| |_|\__| \____/|_|\__| \_/ |_(_)___/
[2025/07/09 10:30:00] [ info] [fluent bit] version=4.0.3, commit=f5f5f3c17d, pid=1
[2025/07/09 10:30:00] [ info] [storage] ver=1.5.3, type=memory, sync=normal, checksum=off, max_chunks_up=128
[2025/07/09 10:30:00] [ info] [simd ] disabled
[2025/07/09 10:30:00] [ info] [cmetrics] version=1.0.3
[2025/07/09 10:30:00] [ info] [ctraces ] version=0.6.6
[2025/07/09 10:30:00] [ info] [input:cpu:cpu.0] initializing
[2025/07/09 10:30:00] [ info] [input:cpu:cpu.0] storage_strategy='memory' (memory only)
[2025/07/09 10:30:00] [ info] [sp] stream processor started
[2025/07/09 10:30:00] [ info] [engine] Shutdown Grace Period=5, Shutdown Input Grace Period=2
[2025/07/09 10:30:00] [ info] [output:stdout:stdout.0] worker #0 started
[0] cpu.local: [[1733738024.164564312, {}], {"cpu_p"=>0.000000, "user_p"=>0.000000, "system_p"=>0.000000, "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"=>0.000000, "cpu2.p_user"=>0.000000, "cpu2.p_system"=>0.000000, "cpu3.p_cpu"=>0.000000, "cpu3.p_user"=>0.000000, "cpu3.p_system"=>0.000000}]
[0] cpu.local: [[1733738025.163455189, {}], {"cpu_p"=>0.250000, "user_p"=>0.000000, "system_p"=>0.250000, "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"=>0.000000, "cpu2.p_user"=>0.000000, "cpu2.p_system"=>0.000000, "cpu3.p_cpu"=>1.000000, "cpu3.p_user"=>0.000000, "cpu3.p_system"=>1.000000}]
...
(Scroll to the right to see log lines)
podman run --rm --name fb -ti ghcr.io/fluent/fluent-bit:4.0.3
podman machine stop
Fluent Bit v4.0.3
* Copyright (C) 2015-2025 The Fluent Bit Authors
* Fluent Bit is a CNCF sub-project under the umbrella of Fluentd
* https://fluentbit.io
______ _ _ ______ _ _ ___ _____
| ___| | | | | ___ (_) | / || _ |
| |_ | |_ _ ___ _ __ | |_ | |_/ /_| |_ __ __/ /| || |/' |
| _| | | | | |/ _ \ '_ \| __| | ___ \ | __| \ \ / / /_| || /| |
| | | | |_| | __/ | | | |_ | |_/ / | |_ \ V /\___ |\ |_/ /
\_| |_|\__,_|\___|_| |_|\__| \____/|_|\__| \_/ |_(_)___/
[2025/07/09 10:30:00] [ info] [fluent bit] version=4.0.3, commit=f5f5f3c17d, pid=1
[2025/07/09 10:30:00] [ info] [storage] ver=1.5.3, type=memory, sync=normal, checksum=off, max_chunks_up=128
[2025/07/09 10:30:00] [ info] [simd ] disabled
[2025/07/09 10:30:00] [ info] [cmetrics] version=1.0.3
[2025/07/09 10:30:00] [ info] [ctraces ] version=0.6.6
[2025/07/09 10:30:00] [ info] [input:cpu:cpu.0] initializing
[2025/07/09 10:30:00] [ info] [input:cpu:cpu.0] storage_strategy='memory' (memory only)
[2025/07/09 10:30:00] [ info] [sp] stream processor started
[2025/07/09 10:30:00] [ info] [engine] Shutdown Grace Period=5, Shutdown Input Grace Period=2
[2025/07/09 10:30:00] [ info] [output:stdout:stdout.0] worker #0 started
[0] cpu.local: [[1733738024.164564312, {}], {"cpu_p"=>0.000000, "user_p"=>0.000000, "system_p"=>0.000000, "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"=>0.000000, "cpu2.p_user"=>0.000000, "cpu2.p_system"=>0.000000, "cpu3.p_cpu"=>0.000000, "cpu3.p_user"=>0.000000, "cpu3.p_system"=>0.000000}]
[0] cpu.local: [[1733738025.163455189, {}], {"cpu_p"=>0.250000, "user_p"=>0.000000, "system_p"=>0.250000, "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"=>0.000000, "cpu2.p_user"=>0.000000, "cpu2.p_system"=>0.000000, "cpu3.p_cpu"=>1.000000, "cpu3.p_user"=>0.000000, "cpu3.p_system"=>1.000000}]
...