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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...