Hi,
On 2018-06-05 13:46, Peter Chan wrote:
Just another question regarding the feedname. Is it possible to define multiple feeds in the feedname parameter like:
"feedname": " |Ssl-Scan| ", "|Ssl-Freak-Scan|", " |Open-SNMP|",
No, as the parser needs to know what feed to expect to parse it correctly. That would not be possible with multiple feed names given. You need to create multiple collectors/parsers.
It might sound strange that the parser can't detect the feed, but as feeds look very similar and the csv headers change regularly, this would result in wrongly parsed feeds otherwise.
Sebastian