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!

Announcing Scheduled Export GA for Dashboard Studio

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

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 GA in US-AWS!

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