Splunk Search

Is there a way that I can construct a search that will pass a list of values to a field that is expecting just one value?

josefa
Path Finder

Hello,

I have a custom command from an app where I can do a search like sourcetype=mysourcetype | customcommand ioc=1.1.1.1
If I try to do something like sourcetype=mysourcetype | dedup src_ip | customcommand ioc=src_ip I get an error, as the command is expecting a defined format/value for the ioc parameter.

Is there anyway I can achieve sending the src_ip values, one by one, to the customcommand?

Thanks in advance for your help.

PS: is there a better way to get the unique src_ip value, besides dedup ?

0 Karma
1 Solution

dmaislin_splunk
Splunk Employee
Splunk Employee

Try looking at the foreach and the map commands in the search language as I believe this will resolve your search issue.

https://docs.splunk.com/Documentation/Splunk/6.4.3/SearchReference/Foreach

http://docs.splunk.com/Documentation/Splunk/6.4.3/SearchReference/Map

View solution in original post

dmaislin_splunk
Splunk Employee
Splunk Employee

Try looking at the foreach and the map commands in the search language as I believe this will resolve your search issue.

https://docs.splunk.com/Documentation/Splunk/6.4.3/SearchReference/Foreach

http://docs.splunk.com/Documentation/Splunk/6.4.3/SearchReference/Map

josefa
Path Finder

Thanks for your reply!

The map command work sourcetype=mysourcetype src_ip=* | dedup src_ip | map search=" customcommand ioc=$src_ip$" | table indicator owner dest_ip
Although, I'm not getting the information of dest_ip in the table. I'm guessing this is because there's no more information in the Events tab than the one retrieve from the kvstore the customcommand uses (no events from the original search can be seen)

Any idea how can I have the original events, or would the app have to be modified to work in this way?

0 Karma
Get Updates on the Splunk Community!

Splunk AI Assistant for SPL | Key Use Cases to Unlock the Power of SPL

Splunk AI Assistant for SPL | Key Use Cases to Unlock the Power of SPL  The Splunk AI Assistant for SPL ...

Buttercup Games: Further Dashboarding Techniques (Part 5)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Customers Increasingly Choose Splunk for Observability

For the second year in a row, Splunk was recognized as a Leader in the 2024 Gartner® Magic Quadrant™ for ...