MTTD by Type

A widget that shows the Mean Time to Detection, by incident type.

Common Widgets line

Details

IDmttd-by-type
Widget Typeline
Data Typeincidents
From Version5.0.0
PredefinedYes

Query

-category:job and detectionsla.runStatus:ended
{
 "id": "mttd-by-type",
 "version": -1,
 "fromVersion": "5.0.0",
 "name": "MTTD by Type",
 "dataType": "incidents",
 "widgetType": "line",
 "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": 7,
   "field": ""
  }
 },
 "params": {
  "keys": [
   "avg|detectionsla.totalDuration / 3600"
  ],
  "groupBy": [
   "occurred(d)",
   "rawType"
  ]
 },
 "description": "A widget that shows the Mean Time to Detection, by incident type."
}