Actions
Feature #5976
closed
JF
JF
eve/stats: allow hiding counters whose value is 0
Feature #5976:
eve/stats: allow hiding counters whose value is 0
Effort:
Difficulty:
Label:
Description
Our stats event can have a big number of counters that will be zero.
We want to offer the ability to hide such counters, to improve readability.
This can be a bit trickier as there are:
- counters that are 0 because they're not in use
- counters that are 0 because... they were not incremented.
We should probably reach out to users before deciding on an approach for this one.
JF Updated by Juliana Fajardini Reichow about 2 years ago
Possible solution, although extremely simplistic (I guess): https://github.com/OISF/suricata/pull/10756/commits/87a4d0022601e0cc1fcd56a1923f18d5cee2058c
(done as a side effect to work on exception policy stats)
JF Updated by Juliana Fajardini Reichow about 2 years ago
- Assignee changed from OISF Dev to Juliana Fajardini Reichow
JF Updated by Juliana Fajardini Reichow about 2 years ago
- Status changed from New to In Review
Proper PR: https://github.com/OISF/suricata/pull/10766
JF Updated by Juliana Fajardini Reichow about 2 years ago
- Related to Task #6929: eve/stats: make stats API aware of meaningful zero-values added
JF Updated by Juliana Fajardini Reichow about 2 years ago
- Status changed from In Review to Closed
Merged PR: https://github.com/OISF/suricata/pull/10809
JF Updated by Juliana Fajardini Reichow almost 2 years ago
- Related to Task #6962: yaml: unify 0 stats counter config option terminology added
Actions