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 #1

Updated by Pavel Kácha almost 5 years ago

  • Target version changed from Backlog to 2.5
Actions #2

Updated by Jan Žerdík over 4 years ago

  • Status changed from New to Resolved
Actions #3

Updated by Jan Mach over 4 years ago

  • Status changed from Resolved to Closed
  • % Done changed from 0 to 100

Closing, any further development will be done after first try out in production environment in separate issue.

Actions

Also available in: Atom PDF