base/frameworks/config/input.zeek

Config

File input for the configuration framework using the input framework.

Namespace:

Config

Imports:

base/frameworks/cluster, base/frameworks/config/main.zeek

Summary

Redefinable Options

Config::config_files: set &redef

Configuration files that will be read off disk.

Functions

Config::read_config: function

Read specified configuration file and apply values; updates to file are not tracked.

Detailed Interface

Redefinable Options

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.

Functions

Config::read_config
Type:

function (filename: string) : void

Read specified configuration file and apply values; updates to file are not tracked.