...ead
It returns a nice line of transactions for each job execution. But I need to find one way to identify of the job is stalled, I mean there is no events in the transactions for more than 30secs.
I...
...inished is the end of the bot).A bot can run more than once in a day and need average run time as well.I tried using transaction command but not getting desired results. Thanks for the help 11/03/2...
...ode by parsing out each eventand then searching the log for entries which match the UserId and ProcessId. We do this till we find a logout event for that user.
How can I group tthese into a transact...
Hi all, I'm trying to use a transaction to get multiple pairs of events (the selection and release of a node). So I have multiple events like the ones below: 2021-04-05 14:34:23 Node 1...
I'm working with data from various sip devices and trying to tie together various stages of a call going through our network into a transaction. each event has an incoming and outgoing call id ( i...
...ore (can go to several thousand) SKUs and return price either from cache, or DB. log is generated for each SKU.
I have grouped all events using transaction command using the CorrelationId field. H...
Hi,
I'd like to do a report that tells me how long a forwarder hasn't been active. I use transaction to join similar eventsand next i would like to groupevents by host end eval time distance. I...
...n1=10 OR cn1=2 OR cn1=3) | transaction dvc src maxspan=1m maxpause=3s
The result is 2 events/transactions instead of 1. The transaction command first groups all events with the same dvc v...
...urationMin) by host
The search return - msg from different host/source got grouped together.
Is there a way to restrict transaction events only on same host/source?