All Apps and Add-ons

Trying to imbed a hyperlink to a .msg file in a dashboard panel

mjones414
Contributor

I have tried all sorts of ways to do this and none have worked. All I really want to accomplish is have a file hyperlink pointing to a template email I've created for a specific dashboard panel I use.. this is the latest attempt, where the link to google is, I would simply replace with Click to send email

index=main password expired | convert ctime(_time) as time| stats values(host) earliest(time) by user | rename user as "Account Name" | rename values(host) as "Servers Involved" | rename earliest(time) as "Time of first occurance:" | chart values("Account Name") values("Time of first occurance:") by "Servers Involved" | rename values("Account Name") as "Account Name:" | rename values("Time of first occurance:") to "Time Of First Occurance:"Hosts reporting Expired Accounts in the last 7 days-7d@dnow Servers connect default false right "" "" "" all <a href="http://www.google.com">test</a>
0 Karma

Ron_Naken
Splunk Employee
Splunk Employee

If you're looking to create a button on the event that allows you to send e-mail, an easy method would be to use "Workflow Actions":
http://docs.splunk.com/Documentation/Splunk/5.0.1/Knowledge/CreateworkflowactionsinSplunkWeb

This even allows you to change the URI based on field contents.

You could also place a link on a dashboard using an HTML panel:
http://docs.splunk.com/Documentation/Splunk/5.0.1/Viz/PanelreferenceforSimplifiedXML#HTML_panel

0 Karma

mjones414
Contributor

sorry, some of my text got eaten by the submission... but I'm hoping there's enough here to demonstrate what I'm trying to do

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...