intelmq.bots.outputs.stomp package¶
Submodules¶
intelmq.bots.outputs.stomp.output module¶
-
intelmq.bots.outputs.stomp.output.
BOT
¶
-
class
intelmq.bots.outputs.stomp.output.
StompOutputBot
(bot_id: str, start: bool = False, sighup_event=None, disable_multithreading: bool = None)¶ Bases:
intelmq.lib.bot.OutputBot
Send events to a STMOP server
-
connect
()¶
-
exchange
= '/exchange/_push'¶
-
heartbeat
= 60000¶
-
http_verify_cert
= True¶
-
init
()¶
-
keep_raw_field
= False¶
-
message_hierarchical_output
= False¶
-
message_jsondict_as_string
= False¶
-
message_with_type
= False¶
-
port
= 61614¶
-
process
()¶
-
server
= '127.0.0.1'¶
-
shutdown
()¶
-
single_key
= False¶
-
ssl_ca_certificate
= 'ca.pem'¶
-
ssl_client_certificate
= 'client.pem'¶
-
ssl_client_certificate_key
= 'client.key'¶
-