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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...