Skip to content

Commit 52e6b56

Browse files
drbugfinder-workedsiper
authored andcommitted
Correct vivo exporter examples
Examples were missing match property Signed-off-by: Richard Treu <[email protected]>
1 parent 99ab0ac commit 52e6b56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pipeline/outputs/vivo-exporter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Here is a simple configuration of Vivo Exporter, note that this example is not b
2222

2323
[OUTPUT]
2424
name vivo_exporter
25+
match *
2526
empty_stream_on_read off
2627
stream_queue_size 20M
2728

http_cors_allow_origin *
@@ -55,6 +56,7 @@ The example below will generate dummy log events which will be consuming by usin
5556

5657
[OUTPUT]
5758
name vivo_exporter
59+
match *
5860

5961
```
6062

0 commit comments

Comments
 (0)