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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

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