Project

General

Profile

Actions

Feature #4499

closed

Feature #4498: Interactive incident/event reports

Extend report metadata

Added by Pavel Kácha about 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Jan Žerdík
Category:
Development - Core
Target version:
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

Also available in: Atom PDF