collector
collector copied to clipboard
Support negative wildcards for file names in inputs
Right now you can only use regex to select all files that match a certain wildcard. It would be nice to have the option to have file names to ignore.
Ie *.log on everything except circus.log etc.
The solution right now is to develop a more complex regex that excludes log files you do not want to retrieve.