Dashboards & Visualizations

How to display full URL in dashboard?

robertlynch2020
Motivator

I am looking to Display the full URL in the Dashboard so people can copy it

http://dell425srv:8000/en-GB/app/murex_mlc/tps_view?&form.enter_saved_test_id=288

0 Karma
1 Solution

dkeck
Influencer

You could display a html text panel like this

  <html>
  <div>
                <textarea class="x" id="x" name="x" style="margin-top: 12px; font-size: 1.2em; vertical-align: top; width: 710px; resize: none;" readonly=""><URL><![CDATA[http://dell425srv:8000/en-GB/app/murex_mlc/tps_view?&form.enter_saved_test_id=288]]></URL></textarea>
            </div>
  </html>

readonly prevent changes

Kind regards

View solution in original post

0 Karma

dkeck
Influencer

You could display a html text panel like this

  <html>
  <div>
                <textarea class="x" id="x" name="x" style="margin-top: 12px; font-size: 1.2em; vertical-align: top; width: 710px; resize: none;" readonly=""><URL><![CDATA[http://dell425srv:8000/en-GB/app/murex_mlc/tps_view?&form.enter_saved_test_id=288]]></URL></textarea>
            </div>
  </html>

readonly prevent changes

Kind regards

0 Karma

dkeck
Influencer

Would look like this and you can copy it.

alt text

0 Karma

robertlynch2020
Motivator

Hi , Thanks for this , but i think there is a misunderstanding.
I am looking to display just the URL, not the Data in the URL.

0 Karma

dkeck
Influencer

Sry forgott to add the url to the code, maybe now it makes more sense for you.

Just add it to the XML source code of your Dashboard

 <html>
 <div>
               <textarea class="x" id="x" name="x" style="margin-top: 12px; font-size: 1.2em; vertical-align: top; width: 710px; resize: none;" readonly=""><URL><![CDATA[http://dell425srv:8000/en-GB/app/murex_mlc/tps_view?&form.enter_saved_test_id=288]]></URL></textarea>
           </div>
 </html>
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 ...