Dashboards & Visualizations

How to arrange single values horizontally in a row inside a panel using Simple XML?

danoconnl
Explorer

I have a panel that I would like to create, the top is a 90th percentile speed of the operation, underneath in a row I'd like to have the max, avg, and perc99, and then underneath that I'd like to have the total number of operations, so:

90th perc
max avg perc99
total operations

I'd like to do this in a panel because I'd like to repeat the pattern across in a row for different timings, 15min, 60min, today, yesterday, etc...

0 Karma

cmerriman
Super Champion

try something like this:

  <row>
    <panel>
      <single>
        <search>
          <query>90th perc query</query>
        </search>
      </single>
      <html tokens="true" encoded="true">
        <![CDATA[
        &lt;br/&gt;
        ]]>
      </html>
      <single>
        <search>
          <query>max query</query>
        </search>
      </single>
      <single>
        <search>
          <query>avg query</query>
        </search>
      </single>
      <single>
        <search>
          <query>perc99 query</query>
        </search>
      </single>
      <html tokens="true" encoded="true">
        <![CDATA[
        &lt;br/&gt;
       ]]>
      </html>
      <single>
        <search>
          <query>total operations query</query>
        </search>
      </single>
    </panel>
  </row>

cmerriman
Super Champion

use < and > instead of the "& lt ;" and /& gt;" inside of the CDATA

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...