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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...