mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-20 16:03:06 +01:00
add null for max graph value https://github.com/Security-Onion-Solutions/securityonion/issues/1175
This commit is contained in:
@@ -3048,7 +3048,7 @@
|
|||||||
"custom": {},
|
"custom": {},
|
||||||
"unit": "s",
|
"unit": "s",
|
||||||
"min": 0,
|
"min": 0,
|
||||||
"max": ,
|
"max": null,
|
||||||
"decimals": 2,
|
"decimals": 2,
|
||||||
"thresholds": {
|
"thresholds": {
|
||||||
"mode": "absolute",
|
"mode": "absolute",
|
||||||
|
|||||||
@@ -1118,7 +1118,7 @@
|
|||||||
"custom": {},
|
"custom": {},
|
||||||
"unit": "s",
|
"unit": "s",
|
||||||
"min": 0,
|
"min": 0,
|
||||||
"max": ,
|
"max": null,
|
||||||
"decimals": 2,
|
"decimals": 2,
|
||||||
"thresholds": {
|
"thresholds": {
|
||||||
"mode": "absolute",
|
"mode": "absolute",
|
||||||
|
|||||||
@@ -199,6 +199,9 @@
|
|||||||
"thresholds": [],
|
"thresholds": [],
|
||||||
"timeRegions": []
|
"timeRegions": []
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"datasource": "InfluxDB",
|
"datasource": "InfluxDB",
|
||||||
"fieldConfig": {
|
"fieldConfig": {
|
||||||
|
|||||||
Reference in New Issue
Block a user