Hi.
I enabled netflow logging in me eve.json file. What i noticed is that some of the logs do not include the vlan and app_proto information. For example:
{"timestamp":"2022-03-08T10:30:43.218310+0000","flow_id":1827732719774965,"in_iface":"x","event_type":"netflow","vlan":[x],"src_ip":"x","src_port":x,"dest_ip":"x","dest_port":80,"proto":"TCP","app_proto":"http","netflow":{"pkts":136,"bytes":9499,"start":"2022-03-08T10:27:13.765173+0000","end":"2022-03-08T10:27:14.182656+0000","age":1,"min_ttl":56,"max_ttl":57},"tcp":{"tcp_flags":"1b","syn":true,"fin":true,"psh":true,"ack":true}}
{"timestamp":"2022-03-08T10:28:16.474975+0000","flow_id":334119186678707,"in_iface":"x","event_type":"netflow","src_ip":"x","src_port":x,"dest_ip":"x","dest_port":80,"proto":"TCP","netflow":{"pkts":2,"bytes":120,"start":"2022-03-08T10:26:55.738227+0000","end":"2022-03-08T10:26:55.738232+0000","age":0,"min_ttl":106,"max_ttl":106},"tcp":{"tcp_flags":"02","syn":true}}
Despite being both http events (destination port is 80) only one of the entries indicates the app_proto and vlan information. Why is this happening?