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!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...