Skip to content

Commit 644b24f

Browse files
authored
Add missing Match to make the example self contained (fluent#1582)
Without the `Match` line nothing would be captured. Signed-off-by: Stefan Sauer <st.kost+github@gmail.com>
1 parent e00a76a commit 644b24f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/outputs/file.md

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ For example, if you set up the configuration as below:
7575
7676
[OUTPUT]
7777
Name file
78+
Match *
7879
Format template
7980
Template {time} used={Mem.used} free={Mem.free} total={Mem.total}
8081
```

0 commit comments

Comments
 (0)