From cd8afc1293b10f0c2972e6b6060669ee54fbd973 Mon Sep 17 00:00:00 2001 From: Magnus Root Date: Tue, 10 Mar 2026 17:37:16 +0300 Subject: [PATCH] Fix --- dashboard_template.json | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/dashboard_template.json b/dashboard_template.json index 299b151..8f4efed 100644 --- a/dashboard_template.json +++ b/dashboard_template.json @@ -203,8 +203,7 @@ "alias": "{client_title} Total RPS", "expression": "$A / 60", "expression_ref_id": "RPS" - }, - "vl_interval": "1m" + } }, "status_codes": { "type": "timeseries", @@ -225,8 +224,7 @@ "fillOpacity": 10, "lineInterpolation": "smooth", "lineWidth": 1, - "showPoints": "never", - "spanNulls": true + "showPoints": "never" } }, "overrides": [ @@ -328,8 +326,7 @@ "ref_id": "D" } ] - }, - "vl_interval": "1m" + } }, "response_time": { "type": "timeseries", @@ -408,8 +405,7 @@ } ], "range_field": "upstream_response_time_digital" - }, - "vl_interval": "1m" + } }, "traffic_combined": { "type": "timeseries", @@ -499,8 +495,7 @@ "expression_ref_id": "RequestTraffic" } ] - }, - "vl_interval": "1m" + } }, "traffic": { "type": "timeseries", @@ -858,7 +853,7 @@ }, "query_mode": "bucket_logs", "query_config": { - "base_query": "log_type:access", + "base_query": "log_type:access AND TENANT:${tenant:raw}", "bucket_aggs": [ { "field": "node_name.keyword", @@ -964,7 +959,7 @@ }, "query_mode": "bucket_logs", "query_config": { - "base_query": "log_type:access", + "base_query": "log_type:access AND node_name:${node_name:raw}", "bucket_aggs": [ { "field": "TENANT.keyword", @@ -1188,8 +1183,7 @@ "expression_ref_id": "RequestTrafficTotal" } ] - }, - "vl_interval": "1m" + } }, "rps_multi": { "type": "timeseries", @@ -1246,8 +1240,7 @@ "query_config": { "expression": "$A / 60", "expression_ref_id": "RPS_Total" - }, - "vl_interval": "1m" + } } }, "queries": {