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!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

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

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...