Splunk Search

inputlookup with matching events

riqbal47010
Path Finder

I have one lookup file. Now I want to see the list of servers that are in the list but not in AV index.

Tags (1)
0 Karma

jacobpevans
Motivator

Greetings @riqbal47010,

Try this (ensuring you have the time option set properly):

| inputlookup lookup.csv
| join type=left max=0 host [
    | index=AV sourcetype=[sourcetype]
    | stats count by host ]
| where isnull(count)

Cheers,
Jacob

Cheers,
Jacob

If you feel this response answered your question, please do not forget to mark it as such. If it did not, but you do have the answer, feel free to answer your own post and accept that as the answer.
0 Karma
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...