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

Introducing Splunk Enterprise 9.2

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