Reporting

PDF server timeout

alextsui
Path Finder

Hello, I was trying to send a pdf report thru email by using a saved search, and in the email an error messages display and no PDF attached.

An error occurred while generating a PDF of this report: Failed to generate PDF: PDF server at /services/pdfserver/renderpdf returned error: Failed to generate a report using Firefox:[timeout] Timed out while waiting for the page to fully render

I am suspecting that the search run too long. Is there a way to increase the timeout limit?

Thanks.

alextsui
Path Finder

After checking with Splunk's log, the saved search in question only took less than 10 seconds to complete. The result csv file is 849 KB in size and contains about 6k of events. I no longer think the timeout is caused by search running too long.

0 Karma

shirolu
Explorer

I have tried your suggestion. However, after making the change, splunk could not send the mail.

Simeon
Splunk Employee
Splunk Employee

There is a setting that dictates how long firefox will wait to receive the completed search from the Splunk server. You can increase this timeout by setting the firefox_timeout value on the pdf_server side. This setting would reside under the [settings] stanza in $SPLUNK_HOME/etc/apps/pdfserver/local/pdf_server.conf.

[settings]
screenshot_enabled = True
restrict_to_splunkweb = False
firefox_timeout = 340

I believe the default is a four minutes (240), so increase this to something greater than the search job duration.

alextsui
Path Finder

Thanks Simeon. But after increase the firefox_timeout to 240(or 300, I believe the default timeout value is 180), emails that should at least have the PDF server error message has stopped sending. And I no longer think the error is caused by the saved search running too long. The saved search took less than 10 seconds to complete according to the savedsplunker log.

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...