Splunk Enterprise Security

Splunk Enterprise Security (ES) - How to do a field lookup for Notable Events?

JohannLiebert92
Path Finder

Hi everyone,

I am creating a workflow action that allows me to links to a website (e.g. google.com) from Incident Review dashboard. The problem is, in order to use the workflow action, I need to pass a field that is available from a lookup file (based on event_id). May I know how to do lookup for the notable events?

Thanks

0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

If you intend to use the workflow action from Incident Review or similar pages, that lookup would need to be called from within the notable macro... that macro makes sure the event_id is computed, and therefore your lookup can only be added afterwards.

Then you can use the lookup's output fields in your workflow action as usual.

Caution: Make sure any changes to the default macro made in any upgrade of ES versions also gets replicated in your local copy.

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

If you intend to use the workflow action from Incident Review or similar pages, that lookup would need to be called from within the notable macro... that macro makes sure the event_id is computed, and therefore your lookup can only be added afterwards.

Then you can use the lookup's output fields in your workflow action as usual.

Caution: Make sure any changes to the default macro made in any upgrade of ES versions also gets replicated in your local copy.

JohannLiebert92
Path Finder

Ah I see..thanks for the detailed explanations!

0 Karma
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...