All Apps and Add-ons

Split Multivalue into Column

harshal_chakran
Builder

Hi,

I have a dashboard with table showing result as below:

alt text

I would like to display as image below:

alt text

I have tried multiple splunk commands to achieve the same.
Kindly help me with this.

Tags (3)
0 Karma
1 Solution

MuS
Legend

Hi harshal_chakranarayan,

you could do something like this:

your base search to get this date field | makemv Date | eval dateone=mvindex(Date, 0) | eval datetwo=mvindex(Date,1) | table Serial Parameter dateone datetwo

This is based on your example.

hope this helps ...

cheers, MuS

View solution in original post

sideview
SplunkTrust
SplunkTrust

What is the search syntax that you have right now? There's a good chance that the best answer is to rework what you have rather than adding more syntax on the end.

MuS
Legend

Hi harshal_chakranarayan,

you could do something like this:

your base search to get this date field | makemv Date | eval dateone=mvindex(Date, 0) | eval datetwo=mvindex(Date,1) | table Serial Parameter dateone datetwo

This is based on your example.

hope this helps ...

cheers, MuS

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