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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...