From d877fac786b5d945d6ccc56c06c5de6bf4c373dc Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Fri, 11 Dec 2020 12:28:43 -0500 Subject: [PATCH] add null for max graph value https://github.com/Security-Onion-Solutions/securityonion/issues/1175 --- salt/grafana/dashboards/eval/eval.json | 2 +- salt/grafana/dashboards/sensor_nodes/sensor.json | 2 +- salt/grafana/dashboards/standalone/standalone.json | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/salt/grafana/dashboards/eval/eval.json b/salt/grafana/dashboards/eval/eval.json index 63f88de19..ee94504d1 100644 --- a/salt/grafana/dashboards/eval/eval.json +++ b/salt/grafana/dashboards/eval/eval.json @@ -3048,7 +3048,7 @@ "custom": {}, "unit": "s", "min": 0, - "max": , + "max": null, "decimals": 2, "thresholds": { "mode": "absolute", diff --git a/salt/grafana/dashboards/sensor_nodes/sensor.json b/salt/grafana/dashboards/sensor_nodes/sensor.json index f8ba531a0..9136a7838 100644 --- a/salt/grafana/dashboards/sensor_nodes/sensor.json +++ b/salt/grafana/dashboards/sensor_nodes/sensor.json @@ -1118,7 +1118,7 @@ "custom": {}, "unit": "s", "min": 0, - "max": , + "max": null, "decimals": 2, "thresholds": { "mode": "absolute", diff --git a/salt/grafana/dashboards/standalone/standalone.json b/salt/grafana/dashboards/standalone/standalone.json index 40ad57237..079578a38 100644 --- a/salt/grafana/dashboards/standalone/standalone.json +++ b/salt/grafana/dashboards/standalone/standalone.json @@ -199,6 +199,9 @@ "thresholds": [], "timeRegions": [] }, + + + { "datasource": "InfluxDB", "fieldConfig": {