Is it possible to use regex when defining the path? I see the documentation states it uses Golang Glob which seems to indicate that it's possible, but I can't seem to get it to work.
I have the following:
filebeat.prospectors:
- input_type: log
paths:
- E:\server\logs\[0-9]{8}.log
I've tried a few variations of this too. I'm essentially after the following type of files:
E:\server\logs\20170111.log
The folder contains other .log files that I want to ignore though. Any help much appreciated.
Thanks,
Dave
