base/bif/storage-events.bif.zeek
- GLOBAL
- Storage
Events related to storage operations.
- Namespaces:
GLOBAL, Storage
Summary
Events
May be generated when a backend connection is lost, both normally and unexpectedly. |
|
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:
tag – A tag for one of the storage backends.
options – A copy of the configuration options passed to
Storage::Async::open_backend
orStorage::Sync::open_backend
when the backend was initially opened.reason – A string describing why the connection was lost.
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:
tag – A tag for one of the storage backends.
options – A copy of the configuration options passed to
Storage::Async::open_backend
orStorage::Sync::open_backend
when the backend was initially opened.
See also:
Storage::backend_lost