Dashboards & Visualizations

How to include a link inside of a view

michellecivil_l
Explorer

I just simply need a line of code to include a link to a seperate webpage. google.com for example.

thanks!

Tags (4)
0 Karma

sideview
SplunkTrust
SplunkTrust

If you use the Sideview Utils app, either the 1.3.X version available on Splunkbase or the newer and better 2.0.10 free-for-internal-use version on sideviewapps.com, then you can use the HTML module from that app.

The app itself has extensive documentation about all the different modules that open up once you have Sideview Utils, and HTML is (as many others) quite simple to use.

<module name="HTML" >
  <param name="html"><![CDATA[
    <a href="http://google.com">go to google</a>
    ]]></param>
</module>

You can include dynamic pieces like $selectedSourcetype$ and it'll grab the values from upstream modules, and you can also refer to field values in the current search results, which means the HTML module is a great replacement for the SingleValue module.

But again, there's tons more docs and examples in the app itself.

http://sideviewapps.com/apps/sideview-utils/

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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