Hi @frobinson_splunk,
I went through the Splunk source code and I found how to place an "external link" into a message.
Currently I work with Splunk 6.2.1 and, into the file utils.js under the folder /share/splunk/search_mrsparkle/exposed/js/, maybe I found regex for both "internal link" and "external link".
About the external link regex, I think it matches only links like
http://www.example.com
Regarding initial question I made, I don't think it is possible to place that kind of external link with that regex... for example, I tried to place below text into a message:
[mailto:example@example.com Example]
but the result I got it was just a copy and paste of that text into the message. Otherwise, when I placed this:
[http://www.example.com Example]
I got a correct link to an external page.
I hope my comment was clear and I'd like ask you if what I said was correct?
Thanks,
@alauri
... View more