Getting Data In

How do I make a Splunk query which would exclude hosts which are in a CSV lookup table?

kannu
Communicator

Hello splunkers ,

I need help with one query. I have all hosts coming in a query when i run index=* and i have some other hosts in a CSV file which i have loaded static using lookups.

I want to run index=* again but I don't want the hosts which are there in CSV to show up in my query.

In short, during search time, i want to exclude all hosts which are there in CSV static file lookup .

I am guessing that join command would work but don't know how can i use .

Please help

0 Karma
1 Solution

renjith_nair
Legend

@kannu ,
Try

index="your index"  NOT [|inputlookup yourcsvfile]
Happy Splunking!

View solution in original post

0 Karma

renjith_nair
Legend

@kannu ,
Try

index="your index"  NOT [|inputlookup yourcsvfile]
Happy Splunking!
0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...