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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...