Actions
Feature #5976
closedeve/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.
Updated by Juliana Fajardini Reichow 11 months 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)
Updated by Juliana Fajardini Reichow 11 months ago
- Assignee changed from OISF Dev to Juliana Fajardini Reichow
Updated by Juliana Fajardini Reichow 11 months ago
- Status changed from New to In Review
Proper PR: https://github.com/OISF/suricata/pull/10766
Updated by Juliana Fajardini Reichow 11 months ago
- Related to Task #6929: eve/stats: hide zero-values for counters individually added
Updated by Juliana Fajardini Reichow 10 months ago
- Status changed from In Review to Closed
Merged PR: https://github.com/OISF/suricata/pull/10809
Updated by Juliana Fajardini Reichow 10 months ago
- Related to Task #6962: yaml: unify 0 stats counter config option terminology added
Actions