mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 18:52:52 +01:00
add maxDataPoints and min interval to more panels
This commit is contained in:
@@ -227,5 +227,7 @@
|
||||
"steppedLine": false,
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"description": ""
|
||||
"description": "",
|
||||
"maxDataPoints": 750,
|
||||
"interval": "30s"
|
||||
}
|
||||
|
||||
@@ -227,5 +227,7 @@
|
||||
"steppedLine": false,
|
||||
"timeFrom": null,
|
||||
"timeShift": null,
|
||||
"description": ""
|
||||
"description": "",
|
||||
"maxDataPoints": 750,
|
||||
"interval": "30s"
|
||||
}
|
||||
|
||||
@@ -198,5 +198,7 @@
|
||||
"stack": false,
|
||||
"steppedLine": false,
|
||||
"timeFrom": null,
|
||||
"timeShift": null
|
||||
"timeShift": null,
|
||||
"maxDataPoints": 750,
|
||||
"interval": "30s"
|
||||
}
|
||||
|
||||
@@ -174,5 +174,7 @@
|
||||
"percentage": false,
|
||||
"steppedLine": false,
|
||||
"timeFrom": null,
|
||||
"timeShift": null
|
||||
"timeShift": null,
|
||||
"maxDataPoints": 750,
|
||||
"interval": "30s"
|
||||
}
|
||||
|
||||
@@ -178,5 +178,7 @@
|
||||
"bars": false,
|
||||
"stack": false,
|
||||
"percentage": false,
|
||||
"steppedLine": false
|
||||
"steppedLine": false,
|
||||
"maxDataPoints": 750,
|
||||
"interval": "30s"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user