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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...