policy/frameworks/cluster/controller/log.zeek

ClusterController::Log
Namespace

ClusterController::Log

Imports

policy/frameworks/cluster/controller/config.zeek

Summary

Types

ClusterController::Log::Info: record &log

The record type which contains the column fields of the cluster log.

ClusterController::Log::Level: enum

Redefinitions

Log::ID: enum

The cluster logging stream identifier.

Hooks

ClusterController::Log::log_policy: Log::PolicyHook

A default logging policy hook for the stream.

Detailed Interface

Types

ClusterController::Log::Info
Type

record

ts: time &log

The time at which a cluster message was generated.

node: string &log

The name of the node that is creating the log record.

level: string &log

Log level of this message, converted from the above Level enum

role: string &log

The role of the node, translated from ClusterController::Types::Role.

message: string &log

A message indicating information about cluster controller operation.

Attributes

&log

The record type which contains the column fields of the cluster log.

ClusterController::Log::Level
Type

enum

ClusterController::Log::DEBUG
ClusterController::Log::INFO
ClusterController::Log::WARNING
ClusterController::Log::ERROR

Hooks

ClusterController::Log::log_policy
Type

Log::PolicyHook

A default logging policy hook for the stream.