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
Copy file name to clipboardExpand all lines: pipeline/filters/standard-output.md
+21-10Lines changed: 21 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,23 +9,34 @@ The plugin has no configuration parameters.
9
9
Use the following command from the command line:
10
10
11
11
```shell
12
-
fluent-bit -i cpu -F stdout -m '*' -o null
12
+
$ ./fluent-bit -i cpu -F stdout -m '*' -o null
13
13
```
14
14
15
15
Fluent Bit specifies gathering [CPU](../inputs/cpu-metrics.md) usage metrics and prints them out in a human-readable way when they flow through the stdout plugin.
16
16
17
17
```text
18
-
Fluent Bit v1.x.x
19
-
* Copyright (C) 2019-2021 The Fluent Bit Authors
20
-
* Copyright (C) 2015-2018 Treasure Data
18
+
Fluent Bit v4.0.3
19
+
* Copyright (C) 2015-2025 The Fluent Bit Authors
21
20
* Fluent Bit is a CNCF sub-project under the umbrella of Fluentd
22
21
* https://fluentbit.io
23
22
24
-
[2021/06/04 14:53:59] [ info] [engine] started (pid=3236719)
0 commit comments