Detection SLA by Status

The detection SLA status of all incidents that their severity was determined. The widget takes into account incidents from the last 30 days by default, and inherits new time range when the dashboard time changes.

Common Widgets pie

Details

IDdetection-sla-by-status
Widget Typepie
Data Typeincidents
From Version5.0.0
PredefinedYes

Query

-category:job and -detectionsla.runStatus:idle
{
 "id": "detection-sla-by-status",
 "version": -1,
 "fromVersion": "5.0.0",
 "name": "Detection SLA by Status",
 "dataType": "incidents",
 "widgetType": "pie",
 "query": "-category:job and -detectionsla.runStatus:idle",
 "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": {
  "groupBy": [
   "detectionsla.slaStatus"
  ]
 },
 "description": "The detection SLA status of all incidents that their severity was determined. The widget takes into account incidents from the last 30 days by default, and inherits new time range when the dashboard time changes."
}