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!

Introducing Edge Processor: Next Gen Data Transformation

We get it - not only can it take a lot of time, money and resources to get data into Splunk, but it also takes ...

Take the 2021 Splunk Career Survey for $50 in Amazon Cash

Help us learn about how Splunk has impacted your career by taking the 2021 Splunk Career Survey. Last year’s ...

Using Machine Learning for Hunting Security Threats

WATCH NOW Seeing the exponential hike in global cyber threat spectrum, organizations are now striving more for ...