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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...