Splunk Search

_txn_orphan field missing from transaction command after upgrade

eugenek
Path Finder

Just upgraded SH from 7.0.2 to 7.2.5.1 (indexers still in progress) and some reports which rely on _txn_orphan broke. If I understand correctly, this should be returning the _txn_orphan field.
| makeresults | eval foo="start;stop;start" | eval start_stop=split(foo,";") | mvexpand start_stop |fields - foo | transaction _time startswith="start_stop=start" endswith="start_stop=stop" keeporphans=true unifyends=true

0 Karma
1 Solution

eugenek
Path Finder

Worked with support and while the | makeresults-based query doesn't work on 7.0.2 either they confirmed that the behavior of that field changed between the versions.

More specifically,

There was some changes in SPL-159182 for memory management back in 7.1.4.
The _txn_orphan still exists, but only if the events aren't part of a transaction (even an incomplete one).

View solution in original post

eugenek
Path Finder

Worked with support and while the | makeresults-based query doesn't work on 7.0.2 either they confirmed that the behavior of that field changed between the versions.

More specifically,

There was some changes in SPL-159182 for memory management back in 7.1.4.
The _txn_orphan still exists, but only if the events aren't part of a transaction (even an incomplete one).

sloshburch
Splunk Employee
Splunk Employee

Thanks for adding the explanation from support!

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...