Actions
Optimization #3766
open
JI
JF
Optimization #3707: Convert JSON Loggers to JsonBuilder
Convert Stats to JsonBuilder
Optimization #3766:
Convert Stats to JsonBuilder
Effort:
Difficulty:
Label:
VJ Updated by Victor Julien almost 6 years ago
- Target version set to 7.0.0-beta1
VJ Updated by Victor Julien almost 5 years ago
- Assignee set to Juliana Fajardini Reichow
JF Updated by Juliana Fajardini Reichow almost 5 years ago
- Status changed from New to In Progress
JF Updated by Juliana Fajardini Reichow over 3 years 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.
VJ Updated by Victor Julien over 3 years ago
- Priority changed from Normal to Low
VJ Updated by Victor Julien over 3 years ago
- Target version changed from 7.0.0-beta1 to 7.0.0-rc1
VJ Updated by Victor Julien over 3 years ago
- Target version changed from 7.0.0-rc1 to 8.0.0-beta1
VJ Updated by Victor Julien almost 2 years ago
- Blocks Story #7141: misc: general improvements and cleanups added
VJ Updated by Victor Julien about 1 year ago
- Blocks deleted (Story #7141: misc: general improvements and cleanups)
VJ Updated by Victor Julien about 1 year ago
- Target version changed from 8.0.0-beta1 to 9.0.0-beta1
PA Updated by Philippe Antoine about 1 month ago
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)
Actions