Mean Time to Detection

The mean time (average time) to detection across all incidents that their severity was determined. The widget takes into account incidents from the last 30 days by default.

Common Widgets duration

Details

IDmean-time-to-detection
Widget Typeduration
Data Typeincidents
From Version5.0.0
PredefinedYes

Query

-category:job and detectionsla.runStatus:ended
{
 "id": "mean-time-to-detection",
 "version": -1,
 "fromVersion": "5.0.0",
 "name": "Mean Time to Detection",
 "dataType": "incidents",
 "widgetType": "duration",
 "query": "-category:job and detectionsla.runStatus:ended",
 "isPredefined": true,
 "dateRange": {
  "fromDate": "0001-01-01T00:00:00Z",
  "toDate": "0001-01-01T00:00:00Z",
  "period": {
   "byTo": "",
   "byFrom": "days",
   "toValue": null,
   "fromValue": 30,
   "field": ""
  }
 },
 "params": {
  "keys": [
   "avg|detectionsla.totalDuration"
  ]
 },
 "description": "The mean time (average time) to detection across all incidents that their severity was determined. The widget takes into account incidents from the last 30 days by default."
}