Splunk SOAR

Updating a lookup in Splunk via a Splunk SOAR playbook

Joei
Engager

Hello everyone,

I am currently working on creating a Splunk SOAR playbook that collects variables from a case and appends them to a Splunk Lookup file (CSV). Unfortunately, I have not been able to find any resources on this topic.

Has anyone had experience with this or can provide guidance?

Thank you for your support !

Labels (2)
0 Karma
1 Solution

Joei
Engager

i managed to fix this via Splunk App on Splunk SOAR , i ran a Custom SPL query that uses "outputlookup" to update an existing lookup file . 

 

View solution in original post

0 Karma

Joei
Engager

i managed to fix this via Splunk App on Splunk SOAR , i ran a Custom SPL query that uses "outputlookup" to update an existing lookup file . 

 

0 Karma

VatsalJagani
SplunkTrust
SplunkTrust

@Joei- I'm not sure if there is any direct connector for Splunk which updates lookup in Splunk. But here is an alternative you can try if you are a developer or someone in your team is a developer and can create a custom Python playbook in SOAR.

 

Splunk offers rest-endpoint to update the lookup which can be leveraged in Python SOAR Playbook to update the lookup.

https://docs.splunk.com/Documentation/Splunk/9.4.0/RESTREF/RESTknowledge#data.2Flookup-table-files.2...

 

I hope this helps!!! Kindly upvote if it does!!!

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

Tech Talk Recap | Mastering Threat Hunting V2

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...