Reporting

Is there a way to track and audit deleted ticket/case/investigation to build a report identifying this information?

sksplunk16
Engager

Is there a way to track and audit deleted ticket/case/investigation? I am looking to see if I can build a report identifying this info.

Thanks,

0 Karma
1 Solution

David
Splunk Employee
Splunk Employee

Splunk notable events -- absolutely, this is easily doable. If you are using Splunk Enterprise Security, you will find under the Audit menu, a dashboard called Incident Review Audit. This contains a variety of metrics surrounding notable events, but you can always dig deeper and do your own analytics. If you click Open in Search for any of those, you will find searches that start with:

| `incident_review`

This is a macro for:

inputlookup append=T incident_review_lookup | ....

Which is where all the incident review activity lives. This should give you all the audit details you could desire for your reporting.

View solution in original post

David
Splunk Employee
Splunk Employee

Splunk notable events -- absolutely, this is easily doable. If you are using Splunk Enterprise Security, you will find under the Audit menu, a dashboard called Incident Review Audit. This contains a variety of metrics surrounding notable events, but you can always dig deeper and do your own analytics. If you click Open in Search for any of those, you will find searches that start with:

| `incident_review`

This is a macro for:

inputlookup append=T incident_review_lookup | ....

Which is where all the incident review activity lives. This should give you all the audit details you could desire for your reporting.

sksplunk16
Engager

Thanks David. That's what I am looking for. But the only issue is these capabilities don't track incident deletion. If an incident gets deleted, It's no longer available in the "Incident Review" dashboard or the lookup table. I am trying to find a way to report on those that gets deleted.

0 Karma

David
Splunk Employee
Splunk Employee

Gotcha. The only way to actually delete an incident is using the | delete command on index=notable. Its inadvisable to enable | delete and I would recommend monitoring that via process and index=_audit.

0 Karma

sksplunk16
Engager

Hi David,

Additional clarification - By ticket/case/investigation I am referring to Splunk notable events that are actively open and being investigated.

Thanks!

0 Karma

David
Splunk Employee
Splunk Employee

Can you provide some more detail on what you're looking for, what data sources you have, etc.?

0 Karma

sksplunk16
Engager

Hi David,

Thanks for your response. I am not targeting any data source specifically, I am looking to get a daily report Splunk incident/case/investigation that've been deleted by any authorized Splunk users.
I hope that helps clarify the question.

Thanks!

0 Karma

somesoni2
Revered Legend

As far as I know, there is not feature in Splunk which is incident/case/investigation. It looks like you've some data stored in Splunk which corresponds to incident/case/investigation? Is that correct ?

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...