Actions
Optimization #7185
openexceptions: use search-friendly log output
Effort:
Difficulty:
Label:
Description
Pointed out by Jason: it would be better to have the exception policy stats counters outputted in such a format
that it is easier to search for stats under one key. Example suggestion:
stats: { exceptions: { tcp: { memcap: { pass_packet: 111, }, }, }, }
Instead of what we have:
stats: { tcp: { ssn_memcap_exception_policy: { pass_packet: 0, pass_flow: 0, bypass: 0, drop_packet: 0, drop_flow: 1, reject: 0 }, }, }
This suggestion seems to make sense to me, but it's certainly something to be discussed before moving on - to hopefully have something that we are happy
with, and can therefore be backported to 7.0.x (as once we do that, output changes will get more complicated).
Updated by Juliana Fajardini Reichow 3 months ago
- Related to Feature #5816: Exception policy stats counters added
Updated by Juliana Fajardini Reichow 3 months ago
- Related to Task #6929: eve/stats: hide zero-values for counters individually added
Updated by Juliana Fajardini Reichow 9 days ago
- Related to Feature #6509: Exception policy stats counters (7.0.x backport) added
Updated by Juliana Fajardini Reichow 9 days ago
- Related to deleted (Feature #6509: Exception policy stats counters (7.0.x backport))
Updated by Juliana Fajardini Reichow 9 days ago
- Blocks Feature #6509: Exception policy stats counters (7.0.x backport) added
Actions