Splunk Search

Grouping panels from different rows into one panel?

Shan
Builder

Need your help friends.

I have data appear as mentioned below. But i have requirement that instead of displaying same name for 4 different panels. I need to group all the value and display it in single panel for all the 4 rows how to achieve it .

Below mentioned all the 4 panels(Windows data) are simple name display in html.

Current result.

alt text

Expected result.

alt text

Thanks in advance ..

0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

Put all Windows Data n tables into one panel, something like this:

...
<row>
  <panel><html>...</html><panel>
  <panel>
    <table>...</table>
    <table>...</table>
    <table>...</table>
    <table>...</table>
  </panel>
  <panel>
    <table>...</table>
    <table>...</table>
    <table>...</table>
    <table>...</table>
  </panel>
</row>

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

Put all Windows Data n tables into one panel, something like this:

...
<row>
  <panel><html>...</html><panel>
  <panel>
    <table>...</table>
    <table>...</table>
    <table>...</table>
    <table>...</table>
  </panel>
  <panel>
    <table>...</table>
    <table>...</table>
    <table>...</table>
    <table>...</table>
  </panel>
</row>

niketn
Legend

@shankarananth agree to @martin_mueller 's approach. Your 2nd row will have first <panel> with only <single> and remaining three <panels> with four <table> elements. In order to align <single> value to the center of panel you may have to use CSS override like position: relative; top: 30% !important;

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

DalJeanis
SplunkTrust
SplunkTrust

paging @niketnilay - is vertical span like this possible in SimpleXML?

0 Karma
Get Updates on the Splunk Community!

Devesh Logendran, Splunk, and the Singapore Cyber Conquest

At this year’s Splunk University, I had the privilege of chatting with Devesh Logendran, one of the winners in ...

There's No Place Like Chrome and the Splunk Platform

WATCH NOW!Malware. Risky Extensions. Data Exfiltration. End-users are increasingly reliant on browsers to ...

Customer Experience | Join the Customer Advisory Board!

Are you ready to take your Splunk journey to the next level? &#x1f680; We invite you to join our elite squad ...