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!

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...