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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...