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!

The All New Performance Insights for Splunk

Splunk gives you amazing tools to analyze system data and make business-critical decisions, react to issues, ...

Good Sourcetype Naming

When it comes to getting data in, one of the earliest decisions made is what to use as a sourcetype. Often, ...

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...