Splunk Search

Is it possible to extract a field from a transaction event?

the_wolverine
Champion

My field extraction doesn't appear to work in my transaction event. Does Splunk just combine all the various fields from multiple events when there is a transaction?

Lowell
Super Champion

Field extractions happens in your base search, so therefore any | transaction ... command you are using is happening after field extraction has already been performed.

You have a couple of options:

  1. Extract the field before your transaction (if possible)
  2. Extract your field using a rex command after your transaction
  3. If you have a field extraction already established in your transforms.conf, then you can use | extract <stanza-name> after your transaction to extract the field(s) you want.

The transaction command by default will capture all distinct values for any fields that exist in the search pipeline before the transaction command. By default, if a field has multiple values, then a multi-value field will be created that contains all the distinct values. If you would like to instead have a list of the origional values, in their origional order, then you can use the mvlist parameter to specify that. (See the docs for the transform command). I like to think of this as difference between the values(field) and list(field) stats commands.

Does that help?

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...