Splunk Search

To find new added hosts using lookup files

gabrieltrust
Engager

I need to find new added hosts using lookup files.
The solutions in blog didn't work for me.

I will create a lookup file with all my hosts. ( I did)

If any new host will be added , it will be displayed.

Any help will be appreciated.

 

Labels (1)
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi @gabrieltrust ,

if you have a lookup (called e.g. perimeter.csv) with at least one field (host), you can run something like this:

| tstats count WHERE index=* NOT [ | inputlookup perimeter.csv | fields host ] BY host

Ciao.

giuseppe

View solution in original post

gcusello
SplunkTrust
SplunkTrust

Hi @gabrieltrust ,

if you have a lookup (called e.g. perimeter.csv) with at least one field (host), you can run something like this:

| tstats count WHERE index=* NOT [ | inputlookup perimeter.csv | fields host ] BY host

Ciao.

giuseppe

gabrieltrust
Engager

Works Great! Thank you

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Get your list of unique hosts, append your list of unique hosts from the lookup file twice, use stats to count by host, where the count is only 1, the host is not in the lookup file, where it is 2 it is only in the lookup file, where it is 3, it is in both the searched events and the lookup file.

0 Karma
Get Updates on the Splunk Community!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...