Hi,
I need to be able to generate PDF files of views, which I can get working, but I don't want them emailed. I want to script the generation of the PDF so I can save it somewhere - how do I do this?
I've written such a script which fetches the PDF from the REST endpoint. It will be part of a little extension which adds a "Download PDF" link to the actions menu. I'll release this very soon.
Update:
The app is now online: http://splunk-base.splunk.com/apps/26915/pdf-download-extension
It contains a script called "fetch_pdf.py" in the bin folder. You can use this to create and download PDF reports and store them somewhere. For information on how to use it execute:
splunk cmd python fetch_pdf.py --help
I have the same issue right now but unable to find the extension for saving the PDF instead of email.
@dvmodeste This thread is almost 8 years old. You should post a new question describing your problem.
Is this extension still available ? if yes please provide the link. The specified link throws a 404 error
I'ed be interested in similar functionality as well, I haven't quite found anything on splunk answers that works yet.
Would this work with the in-built PDF in 5.0?
Updated answer.