Skip to content

Commit 9ce9ee5

Browse files
committed
Pipeline: filters: standard output: style
Signed-off-by: Lynette Miles <[email protected]>
1 parent 2604a02 commit 9ce9ee5

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

pipeline/filters/standard-output.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
# Standard Output
1+
# Standard output
22

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.
44

5-
The plugin has no configuration parameters, is very simple to use.
5+
The plugin has no configuration parameters.
66

7-
## Command Line
7+
## Command line
88

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
1113
```
1214

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.
1416

1517
```text
1618
Fluent Bit v1.x.x
@@ -33,4 +35,3 @@ Fluent Bit v1.x.x
3335
[2021/06/04 14:54:04] [ warn] [engine] service will stop in 5 seconds
3436
[2021/06/04 14:54:08] [ info] [engine] service stopped
3537
```
36-

0 commit comments

Comments
 (0)