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!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...