intelmq.bots.parsers.dataplane package

Submodules

intelmq.bots.parsers.dataplane.parser module

IntelMQ Dataplane Parser

intelmq.bots.parsers.dataplane.parser.BOT

alias of DataplaneParserBot

class intelmq.bots.parsers.dataplane.parser.DataplaneParserBot(*args, **kwargs)

Bases: 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.

Module contents