Actions
Bug #1686
closedConflicting "no" for "totals" and "threads" in stats output
Affected Versions:
Effort:
Difficulty:
Label:
Description
Enabeling stats, but setting both "totals" and "threads" to no, will lead to the stats being outputed (either if its JSON or the old style), but no data is created. For the old style the headers are created, and for the JSON style, only uptime is included.
- stats:
enabled: yes
filename: stats.log
interval: 8
[7516] 1/2/2016 -- 14:27:14 - (log-stats.c:257) <Debug> (LogStatsLogInitCtx) -- statslog_ctx->flags 00000001
- stats:
enabled: yes
threads: no
totals: no
filename: stats.log
interval: 8
[8027] 1/2/2016 -- 14:28:26 - (log-stats.c:257) <Debug> (LogStatsLogInitCtx) -- statslog_ctx->flags 00000000
{"timestamp":"2016-02-01T14:33:04.855565+0100","event_type":"stats","stats":{"uptime":16}}
Created PR for this: https://github.com/inliniac/suricata/pull/1826 (no feedback yet though).
Updated by Victor Julien almost 9 years ago
- Status changed from New to Assigned
- Assignee set to Andreas Moe
- Target version set to 70
Updated by Andreas Moe over 8 years ago
- % Done changed from 50 to 100
Merged through: https://github.com/inliniac/suricata/pull/1845
Will this be added to 3.0.1 or later?
Updated by Victor Julien over 8 years ago
- Target version changed from 70 to 3.0.1RC1
3.0.1 indeed. Thanks Andreas!
Updated by Andreas Moe over 8 years ago
- Status changed from Assigned to Resolved
Actions