Closed arnecls closed 6 years ago
Extend consumer.File to allow parsing multiple files at the same time by using glob patterns. This introduces breaking changes.
logFilesIn: Type: consumer.File Streams: logs Files: "/var/log/*.log" logFilesOut: Type: producer.Console Streams: logs
make test
Coverage decreased (-0.04%) to 71.474% when pulling df2476721922adb42cbd543717ddd142e983a0be on multiFileScraping into 17972631fc322731e3eadc4c7e3dc35be5436c0c on master.
The purpose of this pull request
Extend consumer.File to allow parsing multiple files at the same time by using glob patterns. This introduces breaking changes.
Config to verify
Checklist
make test
executed successfully