Project

General

Profile

Actions

Feature #1228

closed

Suricata stats.log in JSON format

Added by Andreas Moe almost 10 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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

Also available in: Atom PDF