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
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,18 @@
1
-
# Standard Output
1
+
# Standard output
2
2
3
-
The stdout filter plugin allows printing to the standard output the data flowed through the filter plugin, which can be very useful while debugging.
3
+
The stdout filter plugin allows printing to the standard output the data flowed through the filter plugin, which can be used while debugging.
4
4
5
-
The plugin has no configuration parameters, is very simple to use.
5
+
The plugin has no configuration parameters.
6
6
7
-
## Command Line
7
+
## Command line
8
8
9
-
```text
10
-
$ fluent-bit -i cpu -F stdout -m '*' -o null
9
+
Use the following command from the command line:
10
+
11
+
```shell
12
+
fluent-bit -i cpu -F stdout -m '*' -o null
11
13
```
12
14
13
-
We have specified to gather [CPU](../inputs/cpu-metrics.md) usage metrics and print them out in a human-readable way when they flow through the stdout plugin.
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.
14
16
15
17
```text
16
18
Fluent Bit v1.x.x
@@ -33,4 +35,3 @@ Fluent Bit v1.x.x
33
35
[2021/06/04 14:54:04] [ warn] [engine] service will stop in 5 seconds
34
36
[2021/06/04 14:54:08] [ info] [engine] service stopped
0 commit comments