Splunk Search

List of IP Excludes

daniel333
Builder

All,

I have a list of IP addresses which is about 40 long I don't want to include in my search. Seems silly to type NOT NOT NOT NOT 40+ times. Is there a way for me to place an array of ipaddresses and use a single NOT ?

Tags (1)

gkanapathy
Splunk Employee
Splunk Employee

Yes, use a subsearch that loads a lookup csv file:

sourcetype=things NOT [ inputlookup iplist.csv | fields ip_addr ]

The iplist.csv lookup file should contain a column called ip_addr. if the field name in your sourcetype does not match the column name in the lookup file, you can use the rename command to rename the field.

martin_mueller
SplunkTrust
SplunkTrust

Going back to laws of boolean artihmetics, not X and not Y is the same as not (X or Y) - if you just want to cut down the number of nots you can use this.

Another solution would be to tag your IPs and exclude that one tag.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...