intelmq.bots.outputs.udp package

Submodules

intelmq.bots.outputs.udp.output module

intelmq.bots.outputs.udp.output.BOT

alias of intelmq.bots.outputs.udp.output.UDPOutputBot

class intelmq.bots.outputs.udp.output.UDPOutputBot(bot_id: str, start: bool = False, sighup_event=None, disable_multithreading: bool = None)

Bases: intelmq.lib.bot.OutputBot

Send events to a UDP server, e.g. a syslog daemon

delimited(event)
field_delimiter = '|'
format = None
header = '<header text>'
init()
keep_raw_field = False
process()
remove_control_char(s)
send(rawdata)
udp_host = 'localhost'
udp_port = None

Module contents