Dashboards & Visualizations

Is there a way to add HTML markup and hyperlinks to the message field of the sendemail command?

snoobzilla
Builder

I used sendemail and map in a scheduled search and shift+enter to add linebreaks.

Is there a way to add html markup, e.g. href hyperlinks to the message field of the sendemail command and have them act like normal hyperlinks?

Thanks

0 Karma

niketn
Legend

Since Splunk sends email message as plain text, it can not have HTML content. However, if your email client has Auto Formatting turned on (for example in Microsoft Outlook Desktop App with Autoformat option turned on), then you can directly say

  your base search | sendemail content_type=html message="Splunk Alert \n Test Link: http:\\localhost:8000 .\n My Test Alert from email: someone@somewhere.com ." ...

PS: Outlook Web App I had to change content_type from html to plain, so that the Web App auto formats the content and identify @ for email and http:// for hyperlink.

Having said this, it is better to modify sendemail.py for custom formatting of email message.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

ajitshukla61116
Path Finder

Hi @niketnilay ,
Could you please suggest me what are the changes required in sendemail.py. If we click on "Visit Dashboard" it will open dashboard, like we have "View results " in alert mail email which redirect to result of that particular alert.

here "Visit Dashboard" -->http://localhost:8000/en-US/app/myApp/last1hr.

I have tried this:

In the message body of Alert Mail configuration I have added this
Message:

Dashboard :http://localhost:8000/en-US/app/myApp/last1hr

<link>http://localhost:8000/en-US/app/myApp/last1hr </link>

Visit Dashboard

I am able to get the link and its also redirecting to desired path also but I want this link should be hidden within "Visit Dashboard" .

Please help me to find the solution of this problem.

0 Karma

woodcock
Esteemed Legend

I have not tried this but you might try making this your header:

<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<BODY>
   <H1>Hi</H1>
   <P>

And also use this as your footer:

</P> 
</BODY>
</HTML>

Then just dump it in.

0 Karma

snoobzilla
Builder

No luck so far.

0 Karma
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...