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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...