- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Help with SPL Splunk part 2
uagraw01
Motivator
10-20-2022
11:37 PM
To provide further from yesterday's SPL query. I am facing huge events in multivalues. I want to break in a single event. How can I achieve it.
My current events are look like as below.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

gcusello

SplunkTrust
10-20-2022
11:54 PM
HI @uagraw01,
let me better understand you need:
you have al these long error messages and you have them in a multivalue,you want to have each of them in a single event, is it correct?
Anyway, the method to transform a multivale in single events is mvexpand command (https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchReference/Mvexpand).
If you could share your final search I could be more precise in mvexpand use.
Ciao.
Giuseppe
