Config
¶File input for the configuration framework using the input framework.
Namespace: | Config |
---|---|
Imports: | base/frameworks/cluster, base/frameworks/config/main.bro |
Source File: | /scripts/base/frameworks/config/input.bro |
Config::config_files : set &redef |
Configuration files that will be read off disk. |
Config::read_config : function |
Read specified configuration file and apply values; updates to file are not tracked. |
Config::config_files
¶Type: | set [string ] |
---|---|
Attributes: | &redef |
Default: | {} |
Configuration files that will be read off disk. Files are reread every time they are updated so updates should be atomic with “mv” instead of writing the file in place.
If the same configuration option is defined in several files with different values, behavior is unspecified.