Splunk Enterprise Security

Can I add the sendemail response action with the link to incident review page for a correlation search

nareerat_pr
Explorer

I've created a correlation search, then I want to add the send email response action with a link to this rule that show on incident review page, it will be easy for my team to access to this incident by the email and do more action.

Please recommend, I don' t want the link to alert result, I want the link to the incident review page that show only the incident from this rule.

0 Karma
1 Solution

thambisetty
Super Champion

you can't have from the same correlation search.

you need to create a search that uses `notable` macro where this will provide unique id for each notable.

that is event_id.
you need to prepare splunk_url in a way that the url will redirect user to incident review page.

if you are using enterprise security.

 

| eval minusFive=_time-300,plusFive=_time+300
| eval splunk_url="https://instancename/en-US/app/SplunkEnterpriseSecuritySuite/incident_review?form.srch=event_id%3D"+event_id+"&form.srch=event_id%3D"+event_id+"&form.source="+search_name
+"&earliest="+minusFive+"&latest="+plusFive

 

 

 

————————————
If this helps, give a like below.

View solution in original post

thambisetty
Super Champion

you can't have from the same correlation search.

you need to create a search that uses `notable` macro where this will provide unique id for each notable.

that is event_id.
you need to prepare splunk_url in a way that the url will redirect user to incident review page.

if you are using enterprise security.

 

| eval minusFive=_time-300,plusFive=_time+300
| eval splunk_url="https://instancename/en-US/app/SplunkEnterpriseSecuritySuite/incident_review?form.srch=event_id%3D"+event_id+"&form.srch=event_id%3D"+event_id+"&form.source="+search_name
+"&earliest="+minusFive+"&latest="+plusFive

 

 

 

————————————
If this helps, give a like below.
Get Updates on the Splunk Community!

.conf23 Registration is Now Open!

Time to toss the .conf-etti 🎉 —  .conf23 registration is open!   Join us in Las Vegas July 17-20 for ...

Don't wait! Accept the Mission Possible: Splunk Adoption Challenge Now and Win ...

Attention everyone! We have exciting news to share! We are recruiting new members for the Mission Possible: ...

Unify Your SecOps with Splunk Mission Control

In today’s post, I'm excited to share some recent Splunk Mission Control innovations. With Splunk Mission ...