intelmq.bots.parsers.dataplane package¶
Submodules¶
intelmq.bots.parsers.dataplane.parser module¶
IntelMQ Dataplane Parser
- intelmq.bots.parsers.dataplane.parser.BOT¶
alias of
intelmq.bots.parsers.dataplane.parser.DataplaneParserBot
- class intelmq.bots.parsers.dataplane.parser.DataplaneParserBot(bot_id: str, start: bool = False, sighup_event=None, disable_multithreading: Optional[bool] = None)¶
Bases:
intelmq.lib.bot.ParserBot
Parse the Dataplane feeds
- parse_line(line, report)¶
A generator which can yield one or more messages contained in line.
Report has the full message, thus you can access some metadata. Override for your use.