Splunk Search

Transaction with two fields have that have the same value

hartfoml
Motivator

in my logs the "connectionid" on one _raw log and the fcid

I tried this

sourcetype=foo | rename connectionid AS transactionid fcid AS transactionid | transaction transactionid

and it seems to work but there has to be a better way.

Tags (1)
1 Solution

somesoni2
Revered Legend

Similar one

sourcetype=foo | eval transactionid=coalesce(connectionid , fcid)| transaction transactionid

View solution in original post

hartfoml
Motivator

Somesoni,

Thanks for the suggestion. Can you put this in as an answer so I can give you credit

somesoni2
Revered Legend

Similar one

sourcetype=foo | eval transactionid=coalesce(connectionid , fcid)| transaction transactionid

Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

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

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 GA in US-AWS!

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