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.
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>
ok , in that case try this ,
<a href="mailto:demo@gmail.com">user mail</a>