base/bif/storage-events.bif.zeek

GLOBAL
Storage

Events related to storage operations.

Namespaces:

GLOBAL, Storage

Summary

Events

Storage::backend_lost: event

May be generated when a backend connection is lost, both normally and unexpectedly.

Storage::backend_opened: event

Generated automatically when a new backend connection is opened successfully.

Detailed Interface

Events

Storage::backend_lost
Type:

event (tag: Storage::Backend, options: any, reason: string)

May be generated when a backend connection is lost, both normally and unexpectedly. This event depends on the backends implementing handling for it, and is not generated automatically by the storage framework.

Parameters:

See also: Storage::backend_opened

Storage::backend_opened
Type:

event (tag: Storage::Backend, options: any)

Generated automatically when a new backend connection is opened successfully.

Parameters:

See also: Storage::backend_lost