diff --git a/setup/so-functions b/setup/so-functions index c92b643cc..b0102a6ad 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -3013,6 +3013,10 @@ zeek_logs_enabled() { " - weird"\ " - mysql"\ " - socks"\ - " - x509" >> "$zeeklogs_pillar" + " - x509" \ + " - dnp3_objects" \ + " - modbus_detailed" \ + " - modbus_mask_write_single_register" \ + " - modbus_read_write_multiple_registers" >> "$zeeklogs_pillar" fi }