Dashboards & Visualizations

Insert custom comments and link in Dashboard XML

pinzer
Path Finder

Hi all,

we'd like to insert a custom comment in a dashboard before or after a report?

How can we do? We have to change XML code, but in which mode?

Thank you regards

0 Karma
1 Solution

gkanapathy
Splunk Employee
Splunk Employee

Dan
Splunk Employee
Splunk Employee

Btw, the equivalent in advanced xml is StaticContentSample. In the "text" param, you just need to escape the special xml characters:

<
&
>
"
'

An example is:

<module name="StaticContentSample" layoutPanel="panel_row1_col1">
    <param name="text">&lt;a name="NowYouCanLinkToThisSpot"&gt;&lt;/a&gt;</param>
</module>
0 Karma

gkanapathy
Splunk Employee
Splunk Employee

Perhaps the HTML module is what you're looking for: http://www.splunk.com/base/Documentation/latest/Developer/AddHTML

Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...