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!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  &#x1f680; Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...