mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
broker/Publish: Use event time instead of network time
Discussed with @J-Gras, calling Broker::publish() within a scheduled should use the "intended timestamp" implicitly. This is subtle, but supposedly more expected when running a pcap replay cluster.
This commit is contained in:
parent
6abb9d7eda
commit
831614f907
6 changed files with 163 additions and 6 deletions
5
NEWS
5
NEWS
|
@ -103,6 +103,11 @@ Changed Functionality
|
|||
of a node are scraped via the Prometheus HTTP endpoint, or one of the collect
|
||||
methods is invoked from Zeek script.
|
||||
|
||||
* Calling ``Broker::publish()`` now uses the event time of the currently
|
||||
executing event as network time metadata attached to the remote event.
|
||||
Previously, ``network_time()`` was used. This matters if ``Broker::publish()``
|
||||
is called within scheduled events or called within remote events.
|
||||
|
||||
Removed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue