Hi,
On 2018-06-21 14:17, Peter Chan wrote:
I currently have a directory of mixed feeds (Spam-URL, Open-mDNS, Open-LDAP etc.) that needs to be processed individually. Can the file-collector bot take regular expression in one of its parameters (feedname or postfix?) to filter which csv to queue to the appropriate shadowserver parser?
Not currently, but that is possible to implement. First, the file collector would need regex-support. Then a match group could be used as "parameter" for the sending step. Second, the file collector would need to support queue paths, using the match group of the file name to format the path.
Paths are a great new feature available in the to-be-released version 1.1.0 and in the development branch. See the docs here: https://github.com/certtools/intelmq/blob/maintenance/docs/User-Guide.md#pip...
Sebastian