etpro-telemetry, add fields

This commit is contained in:
Ad Schellevis
2019-02-24 15:53:16 +01:00
parent b73ccd8ae1
commit a417442fd0
@@ -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]