<?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 Configure Splunk to Create an Email Alert that sends out PDF File with up to 5,000 records in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Configure-Splunk-to-Create-an-Email-Alert-that-sends-out-PDF/m-p/362966#M6380</link>
    <description>&lt;P&gt;I created a Splunk Alert that sends out a PDF attachment file. However, the number of records included in the PDF I am retrieving is only limited to 1000. How do I configure my alert to retrieve the entire result? I read that this can be configured thru limits.conf, savedsearches.conf, and alert_actions.conf but I could not find these files from the directory. Is there a step-by-step guide on how to find and configure these conf files?&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jan 2018 23:54:13 GMT</pubDate>
    <dc:creator>johnpatrick27</dc:creator>
    <dc:date>2018-01-04T23:54:13Z</dc:date>
    <item>
      <title>Configure Splunk to Create an Email Alert that sends out PDF File with up to 5,000 records</title>
      <link>https://community.splunk.com/t5/Alerting/Configure-Splunk-to-Create-an-Email-Alert-that-sends-out-PDF/m-p/362966#M6380</link>
      <description>&lt;P&gt;I created a Splunk Alert that sends out a PDF attachment file. However, the number of records included in the PDF I am retrieving is only limited to 1000. How do I configure my alert to retrieve the entire result? I read that this can be configured thru limits.conf, savedsearches.conf, and alert_actions.conf but I could not find these files from the directory. Is there a step-by-step guide on how to find and configure these conf files?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 23:54:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Configure-Splunk-to-Create-an-Email-Alert-that-sends-out-PDF/m-p/362966#M6380</guid>
      <dc:creator>johnpatrick27</dc:creator>
      <dc:date>2018-01-04T23:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Splunk to Create an Email Alert that sends out PDF File with up to 5,000 records</title>
      <link>https://community.splunk.com/t5/Alerting/Configure-Splunk-to-Create-an-Email-Alert-that-sends-out-PDF/m-p/362967#M6381</link>
      <description>&lt;P&gt;Hi johnpatrick27,&lt;/P&gt;

&lt;P&gt;This might help you:&lt;/P&gt;

&lt;P&gt;savedsearches.conf&lt;BR /&gt;
 &lt;CODE&gt;action.email.maxresults&lt;/CODE&gt; = &lt;CODE&gt;&amp;lt;integer&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;
 - Set the maximum number of results to be emailed.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Any alert-level results threshold greater than this number will be capped at
this level.&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;This value affects all methods of result inclusion by email alert: inline,
CSV and PDF&lt;/EM&gt;.&lt;/LI&gt;
&lt;LI&gt;Note that this setting is affected globally by "maxresults" in the [email]
stanza of alert_actions.conf.&lt;/LI&gt;
&lt;LI&gt;Defaults to 10000&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 05 Jan 2018 05:01:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Configure-Splunk-to-Create-an-Email-Alert-that-sends-out-PDF/m-p/362967#M6381</guid>
      <dc:creator>p_gurav</dc:creator>
      <dc:date>2018-01-05T05:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Splunk to Create an Email Alert that sends out PDF File with up to 5,000 records</title>
      <link>https://community.splunk.com/t5/Alerting/Configure-Splunk-to-Create-an-Email-Alert-that-sends-out-PDF/m-p/362968#M6382</link>
      <description>&lt;P&gt;Hi johnpatrick27&lt;BR /&gt;
Beware to the dimensions of your file, check if is in or exceed your eMail limits, this is the reason for the limit in pdf limit.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 07:32:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Configure-Splunk-to-Create-an-Email-Alert-that-sends-out-PDF/m-p/362968#M6382</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2018-01-05T07:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Splunk to Create an Email Alert that sends out PDF File with up to 5,000 records</title>
      <link>https://community.splunk.com/t5/Alerting/Configure-Splunk-to-Create-an-Email-Alert-that-sends-out-PDF/m-p/362969#M6383</link>
      <description>&lt;P&gt;Thanks for your response, Giuseppe. Do you know where I can find this limit setting? I am pretty new to Splunk and have very minimal knowledge to Configuration files. &lt;/P&gt;

&lt;P&gt;I re-configured my email alert to attach both CSV and PDF. The CSV file includes the entire result (file size: 203KB) while the PDF includes incomplete result, only 1000 records (file size: 80KB). Now I am getting confuse why the CSV file can include the entire result while the PDF cannot. Should this setting in email limit be the same for both file types?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 15:26:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Configure-Splunk-to-Create-an-Email-Alert-that-sends-out-PDF/m-p/362969#M6383</guid>
      <dc:creator>johnpatrick27</dc:creator>
      <dc:date>2018-01-05T15:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Splunk to Create an Email Alert that sends out PDF File with up to 5,000 records</title>
      <link>https://community.splunk.com/t5/Alerting/Configure-Splunk-to-Create-an-Email-Alert-that-sends-out-PDF/m-p/362970#M6384</link>
      <description>&lt;P&gt;Hi johnpatrick27,&lt;BR /&gt;
I'm not speaking about a Splunk limit, but about an eMail limit: usually company email systems have a limit to 5 or 10 MB for attachment, so if Splunk alert attachment exceed this limit enail is blocked.&lt;BR /&gt;
Check downloading your pdf in a report and see its dimensions, maybe this isn't your problem but with this check you can exclude a problem that I usually find.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 15:30:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Configure-Splunk-to-Create-an-Email-Alert-that-sends-out-PDF/m-p/362970#M6384</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2018-01-05T15:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Configure Splunk to Create an Email Alert that sends out PDF File with up to 5,000 records</title>
      <link>https://community.splunk.com/t5/Alerting/Configure-Splunk-to-Create-an-Email-Alert-that-sends-out-PDF/m-p/362971#M6385</link>
      <description>&lt;P&gt;I see your point. I don't think this email limit is applicable to my case. Like I said, I'm able to retrieve complete result set through  CSV attachment with file size of 203KB. So based from this, I don't think this is the reason why I couldn't get the complete results via PDF. Thank you though for sharing your insight.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 16:02:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Configure-Splunk-to-Create-an-Email-Alert-that-sends-out-PDF/m-p/362971#M6385</guid>
      <dc:creator>johnpatrick27</dc:creator>
      <dc:date>2018-01-05T16:02:46Z</dc:date>
    </item>
  </channel>
</rss>

