Monitoring Splunk

can we use semicolon instead of comma in MVZIP

smolcj
Builder

is it possible to use semicolon instead of comma in MVZIP??

Tags (1)
0 Karma

DalJeanis
Legend

If you mean "can I use semicolon to separate the data from the two zipped multivalue fields ", then the answer is yes.

 | eval mydata=mvzip(Field1, Field2,";") 

Using the above on Field1 which has value...

Field1Value1
Field1Value2
Field1Value3

...and Field2 which has value...

Field2ValueA
Field2ValueB
Field2ValueC

...results in a multivalue field named mydata with...

Field1Value1;Field2ValueA
Field1Value2;Field2ValueB
Field1Value3;Field2ValueC
0 Karma

ajrichardson
Engager

no it is not possible. This is the error you will get:
Error in 'eval' command: The expression is malformed. Expected ).

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...