Splunk Search

three are more multiple value for mvzip

rsathish47
Contributor

Hi ,

mvzip function takes two multivalue fields, I want to combine three multiple value.. Please let me if we have any workaround

Thanks
Sathihs R

Tags (2)
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

This should work:

... | eval zipped = mvzip(mvzip(mv_a, mv_b, delim_ab), mv_c, delim_bc)

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

This should work:

... | eval zipped = mvzip(mvzip(mv_a, mv_b, delim_ab), mv_c, delim_bc)

rsathish47
Contributor

Thanks Marty it worked..

0 Karma
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, ...