Actions
Bug #6920
openFR, FM and Global stats gone after 7.0.4
Affected Versions:
Effort:
Difficulty:
Label:
Description
During roll-out of 7.0.4 we experienced that non-worker stats namespaces like flow recycler, flow manager and Global were absent from the stats log.
Reverting the following commit seems to have solved the issue for us:
https://github.com/OISF/suricata/commit/f8ec39208d3f4c57da3fc394e86c64eb816cc6cd
This has been verified with a clean checkout of the suricata-7.0.4 tag.
Relevant configuration:
outputs:
- eve-log:
enabled: true
filemode: 644
filename: stats-json.log
types:
- stats:
deltas: false
threads: true
totals: false
stats:
decoder-events: true
decoder-events-prefix: decoder.event
enabled: true
interval: 8
stream-events: true
Actions