Dashboards & Visualizations

How to open a mail from a hyperlink in splunk

aditsss
Motivator

Hi Everyone,

How we can open a mail one hyperlink in splunk.

Below is my text:

<html depends="$show_html$">
<div style="font-weight:bold;font-size:200%;text-align:center;color:red">
If you considered it as Error. Please Contact O2-Site-Reliability-Engineering Team.
</div>
</html>

I want that O2-SIte-Reliability Engineering team should be a hyperlink and on clicking on this.It should open a mail.

Can someone guide me on this.

Labels (2)
0 Karma

TheFlash
Path Finder

try this , add your link in the anchor tag like this :

<html>

<div>

<a href="your_link" target="_blank"> O2-Site-Reliability-Engineering Team.</a>

</div>

</html>

0 Karma

aditsss
Motivator

@TheFlash 

I want to redirect to mail. 

Like when I click on this it should open mail.

0 Karma

TheFlash
Path Finder

ok , in that case try this ,

<a href="mailto:demo@gmail.com">user mail</a>

0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...

Index This | What are the 12 Days of Splunk-mas?

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