mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix an issue with bro_init -> zeek_init
This commit is contained in:
parent
a42b3a1d63
commit
0ed274b081
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ redef record connection += {
|
|||
const ports = { 1883/tcp };
|
||||
redef likely_server_ports += { ports };
|
||||
|
||||
event bro_init() &priority=5
|
||||
event zeek_init() &priority=5
|
||||
{
|
||||
Log::create_stream(MQTT::CONNECT_LOG, [$columns=ConnectInfo, $ev=log_mqtt, $path="mqtt_connect"]);
|
||||
Log::create_stream(MQTT::SUBSCRIBE_LOG, [$columns=SubscribeInfo, $path="mqtt_subscribe"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue