intelmq.bots.outputs.bro_file package¶
Submodules¶
intelmq.bots.outputs.bro_file.output module¶
Bro file output
SPDX-FileCopyrightText: 2021 Marius Karotkis <marius.karotkis@gmail.com> SPDX-License-Identifier: AGPL-3.0-or-later
-
intelmq.bots.outputs.bro_file.output.
BOT
¶ alias of
intelmq.bots.outputs.bro_file.output.BroFileOutputBot
-
class
intelmq.bots.outputs.bro_file.output.
BroFileOutputBot
(bot_id: str, start: bool = False, sighup_event=None, disable_multithreading: bool = None)¶ Bases:
intelmq.lib.bot.OutputBot
-
add_bro_header
()¶
-
static
check
(parameters)¶
-
encoding_errors_mode
= 'strict'¶
-
file
= '/opt/intelmq/var/lib/bots/file-output/bro'¶
-
format_filename
= False¶
-
hierarchical_output
= False¶
-
init
()¶
-
is_multithreadable
= False¶
-
keep_raw_field
= False¶
-
message_jsondict_as_string
= False¶
-
message_with_type
= False¶
-
open_file
(filename: str = None)¶
-
process
()¶
-
shutdown
()¶
-
single_key
= False¶
-