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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

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

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...