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!

Introduction to Splunk Observability Cloud - Building a Resilient Hybrid Cloud

Introduction to Splunk Observability Cloud - Building a Resilient Hybrid Cloud  In today’s fast-paced digital ...

Observability protocols to know about

Observability protocols define the specifications or formats for collecting, encoding, transporting, and ...

Take Your Breath Away with Splunk Risk-Based Alerting (RBA)

WATCH NOW!The Splunk Guide to Risk-Based Alerting is here to empower your SOC like never before. Join Haylee ...