Reporting

How do I alter the footer in PDF reports in Splunk 5.0.5

jbsplunk
Splunk Employee
Splunk Employee

I'm able to remove the Splunk logo from PDF reports, but I would also like to remove the date/timestamp from the footer as well. Any ideas?

Tags (1)
1 Solution

Chubbybunny
Splunk Employee
Splunk Employee

this is a bit of a hack, but you can esaliy do this by editing the file:

$SPLUNK_HOME/lib/python2.7/site-packages/splunk/pdf/pdfrenderer.py 

and comment out the line

canvas.drawText(textObject)

While this does the trick, the file will be overwritten whenever updates are applied.

(\__/)
(='.'=)
(")_(")

View solution in original post

Chubbybunny
Splunk Employee
Splunk Employee

this is a bit of a hack, but you can esaliy do this by editing the file:

$SPLUNK_HOME/lib/python2.7/site-packages/splunk/pdf/pdfrenderer.py 

and comment out the line

canvas.drawText(textObject)

While this does the trick, the file will be overwritten whenever updates are applied.

(\__/)
(='.'=)
(")_(")

jbsplunk
Splunk Employee
Splunk Employee

that works!

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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