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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

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