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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...