Dashboards & Visualizations

Can I attach a Word (.doc) or PDF document to the dashboard?

rpohanerkar7
New Member

Hi,
I have developed a dashboard and have created a help file for for the dashboard. I need to attach it to the dashboard as a help file so when the user is viewing the dashboard he/she can simultaneously open the help file. How can I do that?

I am using Splunk 6.5.2 Enterprise Web.

0 Karma

s2_splunk
Splunk Employee
Splunk Employee

You can add a URL link to the dashboard using an HTML panel:

<title>Help</title>
<html>
<div>To view the help file for this dashboard, click here: <a href="UrlToYourHelpFile" target="_blank">Help File</a>. </div>
</html>
</panel>

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...