Splunk Search

Separate rows for a string ?

vinod0313
Explorer

I have a string like this below

{ABC,DEF,GHI,JKL}

i am able to show it as below in my result 

1. ABC

    DEF

    GHI

    JKL


But i want each one in separate row


1.ABC

2.DEF

3.GHI

4.JKL

 

Labels (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Use the mvexpand command to create separate rows.

P.S.  This is the third (at least) posting with the same "splunk" topic.  Please use more descriptive topics so others can know the nature of the posting before opening it.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...