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!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...