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 Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...