]> git.ipfire.org Git - thirdparty/suricata.git/commit
yaml: unify 0 stats counter config option terms
authorJuliana Fajardini <jufajardini@oisf.net>
Wed, 17 Apr 2024 00:29:51 +0000 (21:29 -0300)
committerVictor Julien <victor@inliniac.net>
Fri, 19 Apr 2024 18:51:21 +0000 (20:51 +0200)
commitbb591240633fe69867991953e3545822e3e658f3
tree5f6da84a72673d9dc9f117c77ca935c65133dd69
parentd3354555afdf1bdd0e442a42d002c96b66f80115
yaml: unify 0 stats counter config option terms

When we added feature #5976 (72146b969), we overlook that we also have
a config stats option for the human-readable stats logs to output
0 counters.
Due to not seeing this before, we now have two different setting names
for basically the same thing, but in different logs:
- zero-valued-counters for EVE
- null-values for stats.log

This ensures we use the same terminology, and change the recently added
one to `null-values`, as this one has been around for longer.

Task #6962
doc/userguide/output/eve/eve-json-output.rst
doc/userguide/partials/eve-log.yaml
src/output-json-stats.c
suricata.yaml.in