base/bif/plugins/Zeek_Cluster_WebSocket.events.bif.zeek

Cluster
GLOBAL
Namespaces:

Cluster, GLOBAL

Summary

Events

Cluster::websocket_client_added: event

Generated when a new WebSocket client has connected.

Cluster::websocket_client_lost: event

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.