intelmq.bots.outputs.file package¶
Submodules¶
intelmq.bots.outputs.file.output module¶
-
intelmq.bots.outputs.file.output.
BOT
¶
-
class
intelmq.bots.outputs.file.output.
FileOutputBot
(bot_id: str, start: bool = False, sighup_event=None, disable_multithreading: bool = None)¶ Bases:
intelmq.lib.bot.OutputBot
Write events to a file
-
static
check
(parameters)¶
-
encoding_errors_mode
= 'strict'¶
-
file
= '/opt/intelmq/var/lib/bots/file-output/events.txt'¶
-
format_filename
= False¶
-
hierarchical_output
= False¶
-
init
()¶
-
keep_raw_field
= False¶
-
message_jsondict_as_string
= False¶
-
message_with_type
= False¶
-
open_file
(filename: str = None)¶
-
process
()¶
-
shutdown
()¶
-
single_key
= False¶
-
static