<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Add Custom header in Dashboard pdf in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-Custom-header-in-Dashboard-pdf/m-p/49217#M2480</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I have dashboard which is scheduled to generate pdf for every 2 hours.&lt;/P&gt;

&lt;P&gt;As of now i make use of Simple XML.&lt;/P&gt;

&lt;P&gt;Now i need to add a Header for Example : The company name at the top of the report like a cover page.&lt;/P&gt;

&lt;P&gt;Can someone please let me know its possible to achieve it. If so how it can achieved?&lt;/P&gt;

&lt;P&gt;Thanks in Advance&lt;BR /&gt;
Prasanna Kumar&lt;/P&gt;</description>
    <pubDate>Wed, 28 Aug 2013 07:16:00 GMT</pubDate>
    <dc:creator>ppurokit</dc:creator>
    <dc:date>2013-08-28T07:16:00Z</dc:date>
    <item>
      <title>Add Custom header in Dashboard pdf</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-Custom-header-in-Dashboard-pdf/m-p/49217#M2480</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I have dashboard which is scheduled to generate pdf for every 2 hours.&lt;/P&gt;

&lt;P&gt;As of now i make use of Simple XML.&lt;/P&gt;

&lt;P&gt;Now i need to add a Header for Example : The company name at the top of the report like a cover page.&lt;/P&gt;

&lt;P&gt;Can someone please let me know its possible to achieve it. If so how it can achieved?&lt;/P&gt;

&lt;P&gt;Thanks in Advance&lt;BR /&gt;
Prasanna Kumar&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 07:16:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Add-Custom-header-in-Dashboard-pdf/m-p/49217#M2480</guid>
      <dc:creator>ppurokit</dc:creator>
      <dc:date>2013-08-28T07:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add Custom header in Dashboard pdf</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-Custom-header-in-Dashboard-pdf/m-p/49218#M2481</link>
      <description>&lt;P&gt;Including or excluding the splunk logo from pdf is the only configuration available for integrated pdf generation. This can be achieved using &lt;STRONG&gt;reportIncludeSplunkLogo&lt;/STRONG&gt;  in &lt;STRONG&gt;alert_actions.conf&lt;/STRONG&gt; learn more about specs &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.4/Admin/Alertactionsconf"&gt;here&lt;/A&gt;. &lt;/P&gt;

&lt;P&gt;To include custom logo, you will have to modify python code. &lt;STRONG&gt;NOTE&lt;/STRONG&gt;: this is risky, not supported and will be overwritten upon upgrade.&lt;BR /&gt;&lt;BR /&gt;
Step 1. You will need to come up with an SVG for your logo&lt;BR /&gt;&lt;BR /&gt;
Step 2. Modify &lt;STRONG&gt;$SPLUNK_HOME/lib/python2.7/site-packages/splunk/pdf/pdfrenderer.py&lt;/STRONG&gt; file. At the end of the file, change the variable assignment of &lt;EM&gt;__splunkLogoSvg&lt;/EM&gt;_ to your new logo. &lt;BR /&gt;&lt;BR /&gt;
Step 3. Restart Splunk and generate the PDF with the new logo design. &lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2013 07:16:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Add-Custom-header-in-Dashboard-pdf/m-p/49218#M2481</guid>
      <dc:creator>nmistry_splunk</dc:creator>
      <dc:date>2013-09-03T07:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add Custom header in Dashboard pdf</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-Custom-header-in-Dashboard-pdf/m-p/49219#M2482</link>
      <description>&lt;P&gt;I have tried with simple svg code in pdfrenderer.py. It works&lt;BR /&gt;
However I am not able to get correct svg code for my company logo. &lt;BR /&gt;
And i tried with one. But it ends up in some errors.&lt;BR /&gt;
Is there any other way to embed the logo in pdf reports??&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2014 10:25:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Add-Custom-header-in-Dashboard-pdf/m-p/49219#M2482</guid>
      <dc:creator>splunkn</dc:creator>
      <dc:date>2014-11-27T10:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Add Custom header in Dashboard pdf</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-Custom-header-in-Dashboard-pdf/m-p/49220#M2483</link>
      <description>&lt;P&gt;Prasanna, &lt;BR /&gt;
Have you got any solution to this?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2014 10:26:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Add-Custom-header-in-Dashboard-pdf/m-p/49220#M2483</guid>
      <dc:creator>splunkn</dc:creator>
      <dc:date>2014-11-27T10:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Add Custom header in Dashboard pdf</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-Custom-header-in-Dashboard-pdf/m-p/49221#M2484</link>
      <description>&lt;P&gt;Step 3 : no need to restart&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2015 16:32:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Add-Custom-header-in-Dashboard-pdf/m-p/49221#M2484</guid>
      <dc:creator>vince2010091</dc:creator>
      <dc:date>2015-01-28T16:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Add Custom header in Dashboard pdf</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-Custom-header-in-Dashboard-pdf/m-p/49222#M2485</link>
      <description>&lt;P&gt;Why don't you just create a simple html header in the source code for your dashboard? This will then show as a header on your pdf&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2015 16:24:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Add-Custom-header-in-Dashboard-pdf/m-p/49222#M2485</guid>
      <dc:creator>toby6578</dc:creator>
      <dc:date>2015-01-29T16:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Add Custom header in Dashboard pdf</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Add-Custom-header-in-Dashboard-pdf/m-p/49223#M2486</link>
      <description>&lt;P&gt;If you are checking this question at 2018 like me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; then this can be done easily, Settings -&amp;gt; Server settings -&amp;gt; Email settings -&amp;gt; PDF Report Settings &lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 08:47:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Add-Custom-header-in-Dashboard-pdf/m-p/49223#M2486</guid>
      <dc:creator>aakwah</dc:creator>
      <dc:date>2018-08-17T08:47:30Z</dc:date>
    </item>
  </channel>
</rss>

