Dashboards & Visualizations

How to add a new line in dashboard title tag

tkdguq0110
Path Finder

Hi all
I want to add new line in dashboard title tag

for instance,

  <table>
        <title> hello world</title>
  </table>

result value is below

hello
world

Is it possible thing?
Thanks all

Labels (1)
Tags (1)
0 Karma
1 Solution

493669
Super Champion

To Add any line in Dashboard title you can add in xml/ui directly. For xml, under label tag you add dashboard title-

<label>hello world</label>

View solution in original post

493669
Super Champion

To Add any line in Dashboard title you can add in xml/ui directly. For xml, under label tag you add dashboard title-

<label>hello world</label>

tkdguq0110
Path Finder

There is no way using only title tag?

     <title> hello \n world</title>

like
hello
world

0 Karma

493669
Super Champion

using title tag you can add title to table.
If you want to add multiline title then you can use html tag like below-

<row>
                      <panel>
                        <html>
                        <div style="text-align: center;">
                          <h1>MY TITLE</h1> &lt;br/&gt;  <h1>FOLLOWING MY TILTLE</h1>
                        </div>
                      </panel>
                    </row>
0 Karma

tkdguq0110
Path Finder

This is what I wanted !
Thanks 🙂

0 Karma

493669
Super Champion

If it helps then please upvote and accept the answer to help future readers.

0 Karma

tkdguq0110
Path Finder

yes. I did

0 Karma
Get Updates on the Splunk Community!

Insights from .conf 2025, Smart Edge Processor Scaling, and a New Splunk Lantern ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Machine Learning - Assisted Adaptive Thresholding

Let’s talk thresholding. Have you set up static thresholds? Tired of static thresholds triggering false ...

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

  Ready to master Kubernetes and cloud monitoring like the pros?Join Splunk’s Growth Engineering team for an ...