Getting Data In

How to use inputlookup file.csv to filter out results from a search

sbattista09
Contributor

here is my current search that im running
index=test outbound "/22" cisco_dsthost!=10.0.0.1| RENAME cisco_dsthost AS Scr_host | RENAME cisco_srchost AS Dst_host| stats count by Scr_host, Dst_host

I want to add a inputlookup file.csv that has IPs inside of it that i want to exclude from that search. I want it to do something like -
index=test outbound "/22" cisco_dsthost!=10.0.0.1 NOT [|inputlookup file.csv] | RENAME cisco_dsthost AS Scr_host | RENAME cisco_srchost AS Dst_host| stats count by Scr_host, Dst_host

i have already uploaded the CSV file to splunk lookups directory and tested that splunk can pull it in. I just cant get the results to filter correctly.

0 Karma
1 Solution

Ayn
Legend

It works exactly like the search you already wrote, as long as the CSV file contains one single field that's called whatever field you want to filter by. So if for instance the field you want to filter by is cisco_dsthost, your CSV needs to look something like this:

cisco_dsthost
1.1.1.1
1.1.1.2
...

View solution in original post

Ayn
Legend

It works exactly like the search you already wrote, as long as the CSV file contains one single field that's called whatever field you want to filter by. So if for instance the field you want to filter by is cisco_dsthost, your CSV needs to look something like this:

cisco_dsthost
1.1.1.1
1.1.1.2
...
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...