intelmq.bots.outputs.tcp package

Submodules

intelmq.bots.outputs.tcp.output module

For intelmq collectors on the other side we can expect the “ok” sent back. Otherwise, for filebeat and other we can’t do that. As this was the previous behavior, that’s the default. https://github.com/certtools/intelmq/issues/1385

intelmq.bots.outputs.tcp.output.BOT

alias of intelmq.bots.outputs.tcp.output.TCPOutputBot

class intelmq.bots.outputs.tcp.output.TCPOutputBot(bot_id: str, start: bool = False, sighup_event=None, disable_multithreading: Optional[bool] = None)

Bases: intelmq.lib.bot.Bot

connect()
init()
is_multithreadable = False
process()
recvall(conn, n)

Module contents