Actions
Feature #1657
closedPer application layer stats
Effort:
Difficulty:
Label:
Description
In the stats EVE output, we currently can't know how much application layer transactions have been handled by the supported protocols.
This information would be really useful to know the distribution of protocols in the network.
As a result of this task we should have a new sub object in the stats message:
"app-layer": { "http": 234, "stmp": 12, "ssh": 22, "dns": 2000 }
Actions