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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...