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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...