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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...