websafety icon indicating copy to clipboard operation
websafety copied to clipboard

Realtime improvements

Open ra-at-diladele-com opened this issue 3 years ago • 0 comments

Currently the realtime monitor limits the number of records (day 1K). On different deployments it results into different last N minutes of activity - on busy deployments only some last minute or so; no not so busy deployments - much longer.

The more natural way of specifying history is in N minutes/hours back. So we need to:

  • let admin specify - keep N minutes of last records
  • store the records incrementally - like retire the old records, and push back the records being added from log
  • filter the records per client - it will allow to keep the filters between refreshes - or better build a client UI in vue that would store the filters and get filtered records from the database?

It is considerable implementation efforts.

ra-at-diladele-com avatar Jul 22 '22 08:07 ra-at-diladele-com