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!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...