Splunk Search

Compare search results

Miguel3393
Path Finder

Hello,

I have these two results, I need to compare them and tell me when they are different, could you help me.

Miguel3393_0-1712797282224.png

Regards.

 

Labels (1)
Tags (2)
0 Karma
1 Solution

bowesmana
SplunkTrust
SplunkTrust

Try this on the end of your query

| transpose 0 header_field=Tipo_Traffic
| eval diff='APP DELIV REPORT'-MT
| where diff!=0

 

View solution in original post

bowesmana
SplunkTrust
SplunkTrust

Try this on the end of your query

| transpose 0 header_field=Tipo_Traffic
| eval diff='APP DELIV REPORT'-MT
| where diff!=0

 

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...