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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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