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!

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 ...