Storage location of Microsoft Sentinel Incidents

Anand R Menon 301 Reputation points
2022-03-18T09:33:58.27+00:00

Hi Team,

We have a test Microsoft Sentinel environment where we have a data retention period of 30 days. When I check the 'SecurityIncident', 'SecurityAlert' etc. tables, as expected, there is no data present before the 30 day-period. But on the Incidents page, I can see the incidents beyond 30 days listed there. So a bit confused on this. How can the incidents be still visible when the underlying tables are empty for a custom time range? Also will this incur data retention charges? Attaching screenshots related to this. Thank you.

184390-sentinel-incident.png

184512-sentinel-incident-logs-timerange.png

184522-sentinel-incident-logs-empty.png

Regards,
Anand R. Menon

Microsoft Security | Microsoft Sentinel
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andrew Blumhardt 10,051 Reputation points Microsoft Employee
    2022-03-18T11:40:24.213+00:00

    The records are in the SecurityAlert and SecurityIncidents tables. A new record is created with the same ID for every update. The incident dashboard shows the most recent record for each incident.

    Rather that using the custom range picker try a full 90 day lookback:

    SecurityIncident
    | where TimeGenerated > ago(90d)

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.