Skip to content

Commit 7187b08

Browse files
committed
pipeline: output: stdout: 404
Signed-off-by: Lynette Miles <[email protected]>
1 parent 5f0b7cb commit 7187b08

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pipeline/outputs/standard-output.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Standard output
22

3-
<!-- vale FluentBit.Repetition = NO -->
4-
5-
The _standard output_ output plugin prints ingested data to standard output.
6-
7-
<!-- vale FluentBit.Repetition = YES -->
3+
The _standard output_ plugin prints ingested data to standard output.
84

95
## Configuration parameters
106

@@ -21,10 +17,10 @@ The _standard output_ output plugin prints ingested data to standard output.
2117
fluent-bit -i cpu -o stdout -v
2218
```
2319

24-
This example directs the plugin to gather [CPU](https://github.com/fluent/fluent-bit-docs/tree/ddc1cf3d996966b9db39f8784596c8b7132b4d5b/pipeline/input/cpu.md) usage metrics and print them out to the standard output in a human-readable way:
20+
This example directs the plugin to gather [CPU](../inputs/cpu-metrics) usage metrics and print them out to the standard output in a human-readable way:
2521

2622
```shell
27-
$ fluent-bit -i cpu -o stdout -p format=msgpack -v
23+
fluent-bit -i cpu -o stdout -p format=msgpack -v
2824

2925
...
3026
[0] cpu.0: [1475898721, {"cpu_p"=>0.500000, "user_p"=>0.250000, "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}]

0 commit comments

Comments
 (0)