All Apps and Add-ons

Splunk App for Unix and Linux: How can compare the 2 servers and get the unique ones from list one?

pradipto
Explorer

I have two lists of servers from two queries:

Search 1 ==>

| metadata type=hosts index=os| search host=srt* OR host=c1a* OR host=c2a*|table host|rename host as HostNames

Search 2 ==>

index="os" sourcetype="ps" host=srt* OR host=c1a* OR host=c2a* | eval processexists=if(match(_raw, "puppet"), 1, 0)  | search processexists=1 |dedup host|table host|rename host as PuppetClients

Now I want to find the servers that are there in Search 1 and not in Search 2.

0 Karma
1 Solution

493669
Super Champion

try this:

| metadata type=hosts index=os| search host=srt* OR host=c1a* OR host=c2a*|table host| search NOT[search index="os" sourcetype="ps" host=srt* OR host=c1a* OR host=c2a* | eval processexists=if(match(_raw, "puppet"), 1, 0) | search processexists=1 |dedup host|table host]

View solution in original post

0 Karma

493669
Super Champion

try this:

| metadata type=hosts index=os| search host=srt* OR host=c1a* OR host=c2a*|table host| search NOT[search index="os" sourcetype="ps" host=srt* OR host=c1a* OR host=c2a* | eval processexists=if(match(_raw, "puppet"), 1, 0) | search processexists=1 |dedup host|table host]
0 Karma

pradipto
Explorer

Works fine

0 Karma

493669
Super Champion

glad to help:) please upvote as well

0 Karma

493669
Super Champion

have you tried it?

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...