From 4cd8d96b017479e467e7091695a4865fcf2f1174 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 18 Apr 2026 23:26:49 +0000 Subject: [PATCH] [monitoring] Widen uk-payslip default time range to 10y Oldest payslip in Paperless is July 2019. Previous default (now-2y) hid everything from 2019-2023, making it look like the backfill was broken. --- stacks/monitoring/modules/monitoring/dashboards/uk-payslip.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/monitoring/modules/monitoring/dashboards/uk-payslip.json b/stacks/monitoring/modules/monitoring/dashboards/uk-payslip.json index 736ec160..67e22ca3 100644 --- a/stacks/monitoring/modules/monitoring/dashboards/uk-payslip.json +++ b/stacks/monitoring/modules/monitoring/dashboards/uk-payslip.json @@ -381,7 +381,7 @@ "list": [] }, "time": { - "from": "now-2y", + "from": "now-10y", "to": "now" }, "timepicker": {},