Dashboards & Visualizations

How to add a new line character at the bottom of a panel under the label tag, and set the string to the size of the panel?

nisu
Explorer

150 characters in under label tag.

How do I add a new line at the bottom of the panel and set the string as per the size of the panel?

0 Karma

cmerriman
Super Champion

Is something like this what you're looking for?

<dashboard>
  <label>label</label>
  <row>
    <panel>
      <single>
        <search>
          <query>.....</query>
          <earliest>0</earliest>
          <latest></latest>
        </search>
        <option ...>...</option>
      </single>
      <html>
        &lt;br/&gt;hello this is a new string</br>
        &lt;br/&gt;this is another new string on a new line</br>
      </html>
    </panel>
  </row>
</dashboard>

inside the <panel> tag, you should be able to add an <html> tag to add some lines at the bottom of the panel and format them to be bold, italics, large, etc.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...