Splunk Search

convert two values same name

hartfoml
Motivator

I have two field names from different sourcetype with the desired value that I want to put in a table with the same name how do i assign the same name to both fields?

Tags (3)
0 Karma

kamaleshwarn
Explorer

For different sourcetypes you can use eval name = coalesce(field1, field2)and combining different field names to single field you use the above mentioned by Takajian eval name = mvappend(field1, field2, ...)it can combine multiple fields to single.

0 Karma

Takajian
Builder

eval command is useful to combine filed. Can you try following command and confirm if this work for your case?

... | eval same_name=mvappend(field1, field2)

Get Updates on the Splunk Community!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...