Reporting

Report delivery to a file

jackpal
Path Finder

I have the need to deliver PDF reports externally. Is there a way to have report generated on a schedule and the resulting pdf file be written a location on a filesystem ?

Tags (1)
0 Karma

skoelpin
SplunkTrust
SplunkTrust

You can always attach a script on the alert and have it trigger a REST command which will write the report to the file system

Here's the REST command

curl -u USERNAME:PW -k 'https://localhost:8089/services/pdfgen/render?input-dashboard=DASHBOARDNAME&namespace=search&paper-size=a4-landscape' >> REPORT_NAME.pdf"
0 Karma
Get Updates on the Splunk Community!

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Community Content Calendar, October Edition

Welcome to the October edition of our Community Spotlight! The Splunk Community is a treasure trove of ...