Reporting

How do I get the link and PDF to both appear in a email?

rsimmons
Splunk Employee
Splunk Employee

I am trying to get both the link to results and the attached PDF be an option for my email alerts.

Tags (1)
0 Karma

rsimmons
Splunk Employee
Splunk Employee

To get both the link to results and the PDF accessible in your email, you'll have to modify the python code that runs integrated PDF generation. Open /etc/apps/search/bin/sendemail.py and under line

ssLink = getarg(argvals, "sslink", None):

add

ssLink = re.sub(r'http://(\S+?)/', r'http://splunk.com/', ssLink)

Please modify the hostname to reflect your environment.

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...