Splunk Search

I try to fix the size of my table in simple xml

fabiank
Engager

My Question is about edit the size of my table.
Here is nothing to change the size ;(
http://docs.splunk.com/Documentation/Splunk/6.1.2/Viz/PanelreferenceforSimplifiedXML

I need that the table is on the right site and two other rows on the left site.

Thank you for help 🙂

0 Karma

somesoni2
Revered Legend

Are you looking for something like this

Panel 1       Panel
Panel 2       With Table


<dashboard>
  <label>MyDashboard</label>
  <row grouping="2,1">
    <chart>
      <searchString>index=_internal | stats count by sourcetype</searchString>
      <earliestTime>-15m</earliestTime>
      <latestTime>now</latestTime>      
      <option name="charting.chart">column</option>     
    </chart> 
    <chart>
      <searchString>index=_internal | stats count by sourcetype</searchString>
      <earliestTime>-15m</earliestTime>
      <latestTime>now</latestTime>      
      <option name="charting.chart">pie</option>     
    </chart>  
    <table>
      <searchString>index=_internal | timechart span=1m count by sourcetype</searchString>
      <earliestTime>-15m</earliestTime>
      <latestTime>now</latestTime>
    </table>
  </row>
</dashboard>
0 Karma
Get Updates on the Splunk Community!

Splunk Observability Synthetic Monitoring - Resolved Incident on Detector Alerts

We’ve discovered a bug that affected the auto-clear of Synthetic Detectors in the Splunk Synthetic Monitoring ...

Video | Tom’s Smartness Journey Continues

Remember Splunk Community member Tom Kopchak? If you caught the first episode of our Smartness interview ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud? Learn how unique features like ...