Refine your search:

1) Using temporary enterprise license 2) Installed PDF Server 3) Tested using debug/pdf, working OK, can see PDF rendering in python.log 4) Scheduled PDF delivery of dashboard 5) Dashboard takes approx 1 minute to generate, set timeout in pdf_server.conf to 300 6) Scheduled delivery fails. Email and python.log say "Can't attach PDF - either ssLink or sessionKey unavailable". No sign of PDF rendering in python.log. 7) Debugged sendemail.py, ssLink is not populated by argvals.get("sslink") 8) Checked alert_actions.conf, sslink is supposed to be populated with $results.url$ but is not

Any ideas?

asked 02 Dec '10, 09:08

chrmcq's gravatar image

chrmcq
213
accept rate: 0%


One Answer:

Go under file /etc/systems/local/alert_actions.conf:

Modify the parameter under email by adding "sslink=$results.url$" :

[email] command = $action.email.preprocess_results{default=""}$ "sslink=$results.url$"

You should start to receive your PDF's.

link

answered 01 May, 10:09

rsimmons's gravatar image

rsimmons ♦
1.4k3331
accept rate: 39%

edited 01 May, 10:13

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×163

Asked: 02 Dec '10, 09:08

Seen: 1,082 times

Last updated: 01 May, 10:13

Copyright © 2005-2012 Splunk Inc. All rights reserved.