Actions
Bug #5769
closedIncomplete values for .stats."app_layer".flow.proto
Affected Versions:
Effort:
Difficulty:
Label:
Description
With ftp
or whatever protocol
The two commands do not give the same result
jq 'select(.event_type=="flow" and .app_proto=="ftp") | .app_proto' log/eve.json | wc -l jq 'select(.event_type=="stats") | .stats."app_layer".flow.ftp' log/eve.json
Actions