mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
etpro-telemetry, add fields
This commit is contained in:
@@ -143,7 +143,7 @@ class EventCollector(object):
|
||||
|
||||
# unfiltered output fields
|
||||
for attr in ["timestamp", "flow_id", "in_iface", "event_type",
|
||||
"vlan", "src_port", "dest_port", "proto", "alert"]:
|
||||
"vlan", "src_port", "dest_port", "proto", "alert", "tls", "http", "app_proto"]:
|
||||
if attr in record:
|
||||
to_push[attr] = record[attr]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user