You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
:zeek:id:`Broker::auto_publish`: :zeek:type:`function` :zeek:attr:`&deprecated` = *...* Automatically send an event to any interested peers whenever it is
97
-
locally dispatched.
98
-
:zeek:id:`Broker::auto_unpublish`: :zeek:type:`function` :zeek:attr:`&deprecated` = *...* Stop automatically sending an event to peers upon local dispatch.
99
-
:zeek:id:`Broker::default_log_topic`: :zeek:type:`function` The default implementation for :zeek:see:`Broker::log_topic`.
100
-
:zeek:id:`Broker::flush_logs`: :zeek:type:`function` Sends all pending log messages to remote peers.
101
-
:zeek:id:`Broker::forward`: :zeek:type:`function` Register a topic prefix subscription for events that should only be
102
-
forwarded to any subscribing peers and not raise any event handlers
103
-
on the receiving/forwarding node.
104
-
:zeek:id:`Broker::is_outbound_peering`: :zeek:type:`function` Whether the local node originally initiated the peering with the
105
-
given endpoint.
106
-
:zeek:id:`Broker::listen`: :zeek:type:`function` Listen for remote connections using the native Broker protocol.
107
-
:zeek:id:`Broker::listen_websocket`: :zeek:type:`function` Listen for remote connections using WebSocket.
108
-
:zeek:id:`Broker::log_topic`: :zeek:type:`function` :zeek:attr:`&redef` A function that will be called for each log entry to determine what
109
-
broker topic string will be used for sending it to peers.
110
-
:zeek:id:`Broker::node_id`: :zeek:type:`function` Get a unique identifier for the local broker endpoint.
111
-
:zeek:id:`Broker::peer`: :zeek:type:`function` Initiate a remote connection.
112
-
:zeek:id:`Broker::peers`: :zeek:type:`function` Get a list of all peer connections.
113
-
:zeek:id:`Broker::publish_id`: :zeek:type:`function` Publishes the value of an identifier to a given topic.
114
-
:zeek:id:`Broker::subscribe`: :zeek:type:`function` Register interest in all peer event messages that use a certain topic
115
-
prefix.
116
-
:zeek:id:`Broker::unpeer`: :zeek:type:`function` Remove a remote connection.
117
-
:zeek:id:`Broker::unsubscribe`: :zeek:type:`function` Unregister interest in all peer event messages that use a topic prefix.
:zeek:id:`Broker::auto_publish`: :zeek:type:`function` :zeek:attr:`&deprecated` = *...* Automatically send an event to any interested peers whenever it is
97
+
locally dispatched.
98
+
:zeek:id:`Broker::auto_unpublish`: :zeek:type:`function` :zeek:attr:`&deprecated` = *...* Stop automatically sending an event to peers upon local dispatch.
99
+
:zeek:id:`Broker::default_log_topic`: :zeek:type:`function` The default implementation for :zeek:see:`Broker::log_topic`.
100
+
:zeek:id:`Broker::flush_logs`: :zeek:type:`function` Sends all pending log messages to remote peers.
101
+
:zeek:id:`Broker::forward`: :zeek:type:`function` Register a topic prefix subscription for events that should only be
102
+
forwarded to any subscribing peers and not raise any event handlers
103
+
on the receiving/forwarding node.
104
+
:zeek:id:`Broker::is_outbound_peering`: :zeek:type:`function` Whether the local node originally initiated the peering with the
105
+
given endpoint.
106
+
:zeek:id:`Broker::listen`: :zeek:type:`function` Listen for remote connections using the native Broker protocol.
107
+
:zeek:id:`Broker::listen_websocket`: :zeek:type:`function` :zeek:attr:`&deprecated` = *...* Listen for remote connections using WebSocket.
108
+
:zeek:id:`Broker::log_topic`: :zeek:type:`function` :zeek:attr:`&redef` A function that will be called for each log entry to determine what
109
+
broker topic string will be used for sending it to peers.
110
+
:zeek:id:`Broker::node_id`: :zeek:type:`function` Get a unique identifier for the local broker endpoint.
111
+
:zeek:id:`Broker::peer`: :zeek:type:`function` Initiate a remote connection.
112
+
:zeek:id:`Broker::peers`: :zeek:type:`function` Get a list of all peer connections.
113
+
:zeek:id:`Broker::publish_id`: :zeek:type:`function` Publishes the value of an identifier to a given topic.
114
+
:zeek:id:`Broker::subscribe`: :zeek:type:`function` Register interest in all peer event messages that use a certain topic
115
+
prefix.
116
+
:zeek:id:`Broker::unpeer`: :zeek:type:`function` Remove a remote connection.
117
+
:zeek:id:`Broker::unsubscribe`: :zeek:type:`function` Unregister interest in all peer event messages that use a topic prefix.
:Attributes::zeek:attr:`&deprecated` = *"Remove in v8.1. Switch to explicit Broker::publish() calls. Auto-publish won't work with all cluster backends."*
748
+
:Attributes::zeek:attr:`&deprecated` = *"Remove in v8.1. Switch to explicit Cluster::publish() calls. Auto-publish won't work with all cluster backends."*
749
749
750
750
Automatically send an event to any interested peers whenever it is
751
751
locally dispatched. (For example, using "event my_event(...);" in a
@@ -763,7 +763,7 @@ Functions
763
763
:returns: true if automatic event sending is now enabled.
0 commit comments