Splunk SOAR

splunk soar run query action in splunk APP

saraomd93
Path Finder

💓💓

Hello friends,
In order to run a query starting with a pipeline (|) in the run query action of the Splunk App on SOAR version 6.4, you need to prepend an index and hostname that do not actually exist.

Example:

index=not hostname=not append [ | inputlookup ... | eval command=... ]

This way, the query will execute correctly even though the main logic begins with a pipeline.

.

Labels (1)
Tags (1)
0 Karma

MattHyperion3
Loves-to-Learn

A better way to approach this is to use inputlookup as your command rather than search

For example to run | inputlookup my_list.csv | search blah...
Configure your action block like this

command: inputlookup
query: my_list.csv | search blah... 

this runs the query as expected in Splunk as | inputlookup my_list.csv 

Many commands are valid to use which are not listed in the app just as make results and collect etc which are super handy to run in SOAR playbooks!

0 Karma
Get Updates on the Splunk Community!

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...