Actions
Feature #1228
closed
AM
VJ
Suricata stats.log in JSON format
Feature #1228:
Suricata stats.log in JSON format
Effort:
Difficulty:
Label:
Description
The suggestion is to be able to output the Suricata statistics (stats.log) in a format that is easily processed by other applications. This would make the viewing and use of the statistics easier and faster for the users. There could also be added a way to indicate what format and or level of detail that is wanted (ex: aggregating thread values at "low", write all possible data at "high")
Today:
- stats:
enabled: yes
filename: stats.log
interval: 8
append: yes/no
Possible future:
- stats:
enabled: yes
format: plain/json/bson/csv/...
details: low/medium/high
interval: 10
append: yes/no
Actions