Splunk Search

How to expand the row in a table without expanding the respected rows

Veeru
Path Finder

Hello,
I have table below I want to expand the ERRORS row without expanding  names column 

nameserrors
B3
4
5
C1
3
D3
4
5
E1
5

I want the o/p to be in this form

nameserrors
B3
 4
 5
c1

 

 

 

Thank You!
Happy Splunking!

Labels (3)
Tags (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

You could expand errors with mvexpand, then use streamstats to copy the name to the next event, then clear the name if it is equal to the previous name.

0 Karma
Get Updates on the Splunk Community!

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...