base/misc/installation.zeek

Installation

This module collects properties of the Zeek installation.

Directories are absolute and guaranteed to exist. Not all are necessarily in operational use – this depends on how you’re running Zeek (as a standalone process or clusterized, via zeekctl or the Management framework, etc).

For details about Zeek’s version, see the Version module.

Namespace

Installation

Summary

Constants

Installation::etc_dir: string

The installation’s configuration directory.

Installation::log_dir: string

The installation’s log directory.

Installation::root_dir: string

Zeek installation root directory.

Installation::spool_dir: string

The installation’s spool directory.

Installation::state_dir: string

The installation’s variable-state directory.

Detailed Interface

Constants

Installation::etc_dir
Type

string

Default

"/usr/local/zeek/etc"

The installation’s configuration directory.

Installation::log_dir
Type

string

Default

"/usr/local/zeek/logs"

The installation’s log directory.

Installation::root_dir
Type

string

Default

"/usr/local/zeek"

Zeek installation root directory.

Installation::spool_dir
Type

string

Default

"/usr/local/zeek/spool"

The installation’s spool directory.

Installation::state_dir
Type

string

Default

"/usr/local/zeek/var/lib"

The installation’s variable-state directory.