Actions
Optimization #3766
openOptimization #3707: Convert JSON Loggers to JsonBuilder
Convert Stats to JsonBuilder
Effort:
Difficulty:
Label:
Actions
Optimization #3707: Convert JSON Loggers to JsonBuilder
Added by Jason Ish almost 6 years ago. Updated 23 days ago.
First draft PR, just for initial feeback, was this: https://github.com/OISF/suricata/pull/6199
Planning on going back to this task next week.
This will get us rid of unchecked stack allocation `char s[predot_len];` in OutputStats2Json (even if this stack allocation is bounded by the max name length for stats we have)