intelmq.bots.outputs.sql package

Submodules

intelmq.bots.outputs.sql.output module

SQL output bot.

See SQL bot documentation for installation and configuration.

In case of errors, the bot tries to reconnect if the error is of operational and thus temporary. We don’t want to catch too much, like programming errors (missing fields etc).

intelmq.bots.outputs.sql.output.BOT

alias of intelmq.bots.outputs.sql.output.SQLOutputBot

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

Bases: intelmq.lib.bot.SQLBot

init()
process()

Module contents