Splunk SOAR (f.k.a. Phantom)

How to Hyperlink in Splunk SOAR/Phantom Notes?

jasonr
Engager

I'm currently adding notes through a playbook via Python automation.

I'll have a formatted string:

 

 

f'<a href="https://www.url.com"> Link Label </a>'

 

 


Then when add it to the task notes, the inside of the tag gets wiped out and I'm left with:

 

 

<a> Link Label </a>

 

 


I've seen workable links in the notes, how do I go about this?

Labels (2)
0 Karma
1 Solution

phanTom
SplunkTrust
SplunkTrust

@jasonr if you are on any recent version the default language is now Markdown.

See the Markdown cheat sheet for the syntax: https://www.markdownguide.org/cheat-sheet/ 

 

-- If this helps please mark as a solution. Happy SOARing! --

View solution in original post

phanTom
SplunkTrust
SplunkTrust

@jasonr if you are on any recent version the default language is now Markdown.

See the Markdown cheat sheet for the syntax: https://www.markdownguide.org/cheat-sheet/ 

 

-- If this helps please mark as a solution. Happy SOARing! --

jasonr
Engager

@phanTom that did the trick, thank you.

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...