Splunk Dev

How to use Inputlookup

omrip
New Member

Hi
after importing a csv file i want to compare the hostnames/ipaddresses in the csv file not reporting iis using a specific index

Tags (1)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Something like this?

index=foo sourcetype=bar | stats count by ip | eval class = "reporting"
| inputlookup append=t your_file_containing_a_list_of_ips | eval class = coalesce(class, "expected")
| stats values(class) as class by ip
| search class="expected" NOT class="reporting"
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!

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 ...