diladele / websafety

Simple and powerful web filter for HTTP and HTTPS traffic
https://www.diladele.com/websafety/
244 stars 24 forks source link

Realtime improvements #1867

Closed ra-at-diladele-com closed 1 year ago

ra-at-diladele-com commented 2 years ago

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:

It is considerable implementation efforts.

ra-at-diladele-com commented 1 year ago

Decided to add the show last_n_seconds value to the reporter - the last_n_records will be applied over those last _n_seconds records.