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!

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

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

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...