base/bif/plugins/Zeek_Cluster_WebSocket.events.bif.zeek
- Cluster
- GLOBAL
- Namespaces:
Cluster, GLOBAL
Summary
Events
Generated when a new WebSocket client has connected. |
|
Generated when a WebSocket client was lost. |
Detailed Interface
Events
- Cluster::websocket_client_added
- Type:
event
(endpoint:Cluster::EndpointInfo
, subscriptions:string_vec
)
Generated when a new WebSocket client has connected.
- Parameters:
endpoint – Various information about the WebSocket client.
subscriptions – The WebSocket client’s subscriptions as provided in the handshake.
- Cluster::websocket_client_lost
- Type:
event
(endpoint:Cluster::EndpointInfo
)
Generated when a WebSocket client was lost.
- Parameters:
endpoint – Various information about the WebSocket client.