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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...