Splunk Search

How do i compare two different fields , with the same name, from two different sourcetypes?

splunkclarium
New Member

How do i compare two different fields , with the same name, from two different sourcetypes?
I am trying to check one data source against another, but I seem to only get results from a single source
I tried two approaches and neither works. I believe because it is because the field has the same name.
The field is dest:

First attempt:
(index=A sourcetype="A") OR (index=B sourcetype="B")
| dedup dest, sourcetype
| stats dc(sourcetype) as sourcetypes by dest

Second attempt:
(index=A sourcetype="B") OR (index=A)
| stats dc(index) as occurrence by dest
| where occurrence < 2

Tags (1)
0 Karma

HiroshiSatoh
Champion

I think that you can compare in the first attempt.

Try this!

(index=A sourcetype="A") OR (index=B sourcetype="B") 
| stats dc(sourcetype) as occurrence,value(sourcetype) as sourcetypes by dest
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 ...