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 II

Get ready to dive into Splunk Dashboard panels this week! We'll be tackling common questions around ...

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

This is the third post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...