Actions
Feature #4499
closedFeature #4498: Interactive incident/event reports
Extend report metadata
Start date:
01/09/2019
Due date:
01/31/2019
% Done:
100%
Estimated time:
To be discussed:
Description
Extend database model for report metadata necessary for on-fly generation and calculate/save them along with the current text report. Data structure could be something akin to:
{ class: { ip: { starttime: ..., endtime: ..., count: ..., proto: ..., ... (url, etc) }, another_ip: { ... } }
That should be flexible enough to incorporate new metadata for IPs.
Please, also review current JSON format for statistics, to keep things more or less consistent.
Actions