intelmq.bots.outputs.redis package¶
Submodules¶
intelmq.bots.outputs.redis.output module¶
-
intelmq.bots.outputs.redis.output.
BOT
¶
-
class
intelmq.bots.outputs.redis.output.
RedisOutputBot
(bot_id: str, start: bool = False, sighup_event=None, disable_multithreading: bool = None)¶ Bases:
intelmq.lib.bot.Bot
Send events to a Redis database
-
connect
()¶
-
hierarchical_output
= False¶
-
init
()¶
-
process
()¶
-
redis_db
= 2¶
-
redis_password
= None¶
-
redis_queue
= None¶
-
redis_server_ip
= '127.0.0.1'¶
-
redis_server_port
= 6379¶
-
redis_timeout
= 5000¶
-
with_type
= True¶
-