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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...