Dashboards & Visualizations

URL Link to a website

mouquet_m
New Member

Hey,

I am trying to add a link to a website in my dashboard in using drilldown like I read in this forum but it doesn't work, I cannot see anything on my dashboard. Can you help me, please?

For this example, it is just a simple link to google.



Total Number of Downloads
index="pdm_wave" "Event Label"="Download" | stats count
$earliest$
$latest$
search



Number of Downloads by date
index="pdm_wave" "Event Label"="Download" | timechart count | rename count AS "Total"
$earliest$
$latest$
visible
visible
linear
linear
column
gaps
0.01
default
shiny
all
0
ellipsisMiddle
right
strong text
strong text
strong text URL google
strong text
strong text




Tags (3)
0 Karma

Pierceyuk
Path Finder

On my dashboard I just use HTML code like:

<html>
  <p style="padding-top: 10px">
    <a href="https://www.google.com">www.google.com</a>
  </p>
</html>

Works for me, but this is on a form header not dashboard.

mouquet_m
New Member

Please replace URL google by http://www.google.com of course

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...