Splunk Search

Transform a field into table view

MikeJu25
Path Finder

Hi,

I have a field called sequence_anomalies which consists of a lot of individual elements. Once I made it into a table, it looks like below. Now I am wondering if it's possible to make a table view where each row only contains one element instead of all elements being in one row. 

image.png

image.png

 Thank you in advance!

Regards,

Labels (2)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| eval sequence_anomalies=split(sequence_anomalies," ")
| mvexpand sequence_anomalies

By the way, the images are quite small, it would have been better to have pasted the data into a code block </>

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust
| eval sequence_anomalies=split(sequence_anomalies," ")
| mvexpand sequence_anomalies

By the way, the images are quite small, it would have been better to have pasted the data into a code block </>

MikeJu25
Path Finder

Sure will do in the future! Thank you for your answer! 

0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In January, the Splunk Threat Research Team had one release of new security content via the Splunk ES Content ...

Expert Tips from Splunk Professional Services, Ensuring Compliance, and More New ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Observability Release Update: AI Assistant, AppD + Observability Cloud Integrations & ...

This month’s releases across the Splunk Observability portfolio deliver earlier detection and faster ...