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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...