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
SplunkTrust
SplunkTrust

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!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...