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!

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 ...