@@ -27,26 +27,26 @@ In your main configuration file append the following:
27
27
28
28
``` yaml
29
29
pipeline :
30
- inputs :
31
- - name : cpu
32
- tag : cpu
33
-
34
- outputs :
35
- - name : counter
36
- match : ' *'
30
+ inputs :
31
+ - name : cpu
32
+ tag : cpu
33
+
34
+ outputs :
35
+ - name : counter
36
+ match : ' *'
37
37
` ` `
38
38
39
39
{% endtab %}
40
40
{% tab title="fluent-bit.conf" %}
41
41
42
42
` ` ` text
43
43
[INPUT]
44
- Name cpu
45
- Tag cpu
44
+ Name cpu
45
+ Tag cpu
46
46
47
47
[OUTPUT]
48
- Name counter
49
- Match *
48
+ Name counter
49
+ Match *
50
50
```
51
51
52
52
{% endtab %}
@@ -57,28 +57,7 @@ pipeline:
57
57
Once Fluent Bit is running, you will see the reports in the output interface similar to this:
58
58
59
59
``` shell
60
- $ bin/fluent-bit -i cpu -o counter -f 1
61
-
62
- Fluent Bit v4.0.3
63
- * Copyright (C) 2015-2025 The Fluent Bit Authors
64
- * Fluent Bit is a CNCF sub-project under the umbrella of Fluentd
65
- * https://fluentbit.io
66
-
67
- ______ _ _ ______ _ _ ___ _____
68
- | ___| | | | | ___ (_) | / || _ |
69
- | | _ | | _ _ ___ _ __ | | _ | | _/ /_| | _ __ __/ /| || | /' |
70
- | _| | | | | |/ _ \ ' _ \| __| | ___ \ | __| \ \ / / /_| || /| |
71
- | | | | | _| | __/ | | | | _ | | _/ / | | _ \ V /\_ __ | \ | _/ /
72
- \_ | | _| \_ _,_| \_ __| _| | _| \_ _| \_ ___/| _| \_ _| \_ / | _(_)___/
73
-
74
-
75
- [2025/07/11 16:49:57] [ info] [fluent bit] version=4.0.3, commit=37b6e9eda2, pid=52469
76
- [2025/07/11 16:49:57] [ info] [storage] ver=1.5.3, type=memory, sync=normal, checksum=off, max_chunks_up=128
77
- [2025/07/11 16:49:57] [ info] [simd ] disabled
78
- [2025/07/11 16:49:57] [ info] [cmetrics] version=1.0.3
79
- [2025/07/11 16:49:57] [ info] [ctraces ] version=0.6.6
80
- [2025/07/11 16:49:57] [ info] [sp] stream processor started
81
- [2025/07/11 16:49:57] [ info] [engine] Shutdown Grace Period=5, Shutdown Input Grace Period=2
60
+ ...
82
61
1500484743,1 (total = 1)
83
62
1500484744,1 (total = 2)
84
63
1500484745,1 (total = 3)
0 commit comments