fix(docs): fix config example for file sink (#2380)

This commit is contained in:
Junqiu Zheng 2021-04-13 02:37:17 +08:00 committed by GitHub
parent f293add5b1
commit cadcdd936c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -494,7 +494,8 @@ Note that the file source can read files generated by this sink.
```yml
sink:
type: file
filename: ./path/to/mce/file.json
config:
filename: ./path/to/mce/file.json
```
## Using as a library