Dashboards & Visualizations

How to add a documentation URL to the splunk dashboard?

pavanae
Builder

I am trying to add a documentation link to the splunk dashboard.

below is the html code for the dashboard before and after the html tags

    Detailed instructions of dashboard: <a href="https://abc-app.def.net/ghiklmn/controller/authorsolution/?action=edit&solutionID=161208153937927&page=1&SToken=37F7E60SAD4FDSF54DS45WA5C0">kjgjhg</a>

But getting the below error and coudn't able to save the dashboard

Error parsing XML on line XX: EntityRef: expecting ';'

How to modify the above XML to add the link

0 Karma
1 Solution

PowerPacked
Builder

Hi @pavanae

Please add this code to dashboard & give a try

<row>
    <panel>
      <html>
       <h1>Detailed instructions of dashboard:</h1>
        <a href="https://answers.splunk.com/answers/660073/how-to-add-a-documentation-url-to-the-splunk-dashb.html">Info Page</a>
      </html>
    </panel>
  </row>

View solution in original post

0 Karma

PowerPacked
Builder

Hi @pavanae

Please add this code to dashboard & give a try

<row>
    <panel>
      <html>
       <h1>Detailed instructions of dashboard:</h1>
        <a href="https://answers.splunk.com/answers/660073/how-to-add-a-documentation-url-to-the-splunk-dashb.html">Info Page</a>
      </html>
    </panel>
  </row>
0 Karma
Get Updates on the Splunk Community!

Splunk Answers Content Calendar, June Edition

Get ready for this week’s post dedicated to Splunk Dashboards! We're celebrating the power of community by ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

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

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...