SLA Overview - Administrator Guide - 6.8 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Administrator Guide

Product
Cortex XSOAR
Version
6.8
Creation date
2022-09-28
Last date published
2024-03-21
End_of_Life
EoL
Category
Administrator Guide
Abstract

SLA fields count down the time remaining. SLAs fields can be incorporated in cases. You can trigger actions in the event the SLA passes. SLA Summary, SLA report

Cortex XSOAR supports specific fields for managing SLAs and timers.

SLAs are an important aspect of case management. You can incorporate SLA fields in your cases so you can view how much time is left before the SLA becomes past due, as well as configure actions to take in the event that the SLA does pass.

In addition, you can now view the number of cases that are at risk of passing the SLA, or are already late, using pre-configured widgets. The widgets present information based on the default threshold, which can be configured globally.

Present SLAs in Incident Summary Layouts

Once you have configured the SLA fields and timers, your incident summary screens will display information about the status of the SLA, if any of the SLAs are past due, and if so, by how much.

SLA_Incident_Summary_Screen.png

In the image above, for example, we see that the timers for several of the fields are in various states. Detection SLA is past due, while Remediation SLA has nearly 5 days remaining.

Customize CSV Reports for SLA Fields

You can add SLA specific information to your CSV reports. Edit the table columns field in the JSON report to include the SLA data that you want.

For example, assuming that you have an existing timer field named myslatimer, we can use the following options as csv columns:

  • myslatimer: displays a summary of the timer status and sla.

  • myslatimer.runStatus: displays a run status of the current timer.

  • myslatimer.totalElapsed: displays the total elapsed time, in seconds, of the current timer. If the timer has ended, it displays the total duration.