Splunk Dev

Two transactions results in one query

dwong2
New Member

....search
| eval View=case(like(publishId,"%U"),"unsubscribed",like(publishId,"%S"),"subscribed")
| transaction startswith="Enter" endswith="Exit" by deviceID View maxpause=300s
| table View accountExId deviceID action dateTime eventcount duration
| stats count(deviceID) as count by View

How can I get the transactions that are greater than 300s in duration as well?

Is there a way to show the transactions that are greater than 300s as well in one search?

Tags (1)
0 Karma

jkat54
SplunkTrust
SplunkTrust

....search
| eval View=case(like(publishId,"%U"),"unsubscribed",like(publishId,"%S"),"subscribed")
| transaction startswith="Enter" endswith="Exit" by deviceID View
| table View accountExId deviceID action dateTime eventcount duration
| stats count(deviceID) as count by View

The same search but remove maxpause=300

If you want to append see the other answer regarding append.

You could also do the above and use the duration field that is created by the transaction command. You can use eval and a case statement involving the duration field to creat low, medium, and high values for a field called severity... for example

0 Karma

adonio
Ultra Champion

can you kindly share a some sample data?
you might be able to get all transactions and duration just by removing the maxpause=300s attribute

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...