<?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 Re: How to send mails to 300 receipents? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-to-send-mails-to-300-receipents/m-p/436189#M9728</link>
    <description>&lt;P&gt;Actually its a query that is being sent as an alert.&lt;BR /&gt;
The query actually has some conditions that brings out those people whose booked hours is less than estimated for a particular month.&lt;BR /&gt;
It also has a supervisor column which is matched with their respective employee.&lt;BR /&gt;
Then i am trying to run this as an email alert.&lt;BR /&gt;
say like if my booked hours is less than the allocated then an email should be triggered to my supervisor saying that i have booked less hours.The email will not send any number related to hours.&lt;BR /&gt;
And  this will not go as a pdf &lt;/P&gt;</description>
    <pubDate>Fri, 13 Jul 2018 05:48:32 GMT</pubDate>
    <dc:creator>ASISH_9</dc:creator>
    <dc:date>2018-07-13T05:48:32Z</dc:date>
    <item>
      <title>How to send mails to 300 receipents?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-mails-to-300-receipents/m-p/436184#M9723</link>
      <description>&lt;P&gt;We have a report  that keeps the time data(hours booked by them in a month) of around 300 employees.&lt;BR /&gt;
Now we want that if for an employee the number of hours booked by him is less than the aloocated hours, then a mail should be triggered to his/her supervisor&lt;BR /&gt;
But the problem is the mail is triggering only for 5 people not for all of those whose hours booked is less than the allocated hours.&lt;BR /&gt;
Please suggest any method&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 12:27:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-mails-to-300-receipents/m-p/436184#M9723</guid>
      <dc:creator>ASISH_9</dc:creator>
      <dc:date>2018-07-12T12:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to send mails to 300 receipents?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-mails-to-300-receipents/m-p/436185#M9724</link>
      <description>&lt;P&gt;Please share the current report/alert configuration, so we can see if there is any explanation for this behavior.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 12:35:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-mails-to-300-receipents/m-p/436185#M9724</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-07-12T12:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to send mails to 300 receipents?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-mails-to-300-receipents/m-p/436186#M9725</link>
      <description>&lt;P&gt;By default it is 100(Number of recipients). it could be increased till 10000.&lt;BR /&gt;
Pls refer the below mentioned link for more information:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.1/Alert/Emailnotification"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.1/Alert/Emailnotification&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 13:01:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-mails-to-300-receipents/m-p/436186#M9725</guid>
      <dc:creator>manish_singh_77</dc:creator>
      <dc:date>2018-07-12T13:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to send mails to 300 receipents?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-mails-to-300-receipents/m-p/436187#M9726</link>
      <description>&lt;P&gt;Why not just send it to a single distribution email then add those people to the distro? &lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 14:07:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-mails-to-300-receipents/m-p/436187#M9726</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2018-07-12T14:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to send mails to 300 receipents?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-mails-to-300-receipents/m-p/436188#M9727</link>
      <description>&lt;P&gt;From what I understand he is not even trying to send to 300 employees. He is sending an alert to the supervisor of those employees who's hour bookings don't match what was allocated.&lt;/P&gt;

&lt;P&gt;You can't solve that with a distribution list, as that list of recipients depends on the search results and also I assume you want to only send relevant data to each supervisor.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 14:14:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-mails-to-300-receipents/m-p/436188#M9727</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-07-12T14:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to send mails to 300 receipents?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-send-mails-to-300-receipents/m-p/436189#M9728</link>
      <description>&lt;P&gt;Actually its a query that is being sent as an alert.&lt;BR /&gt;
The query actually has some conditions that brings out those people whose booked hours is less than estimated for a particular month.&lt;BR /&gt;
It also has a supervisor column which is matched with their respective employee.&lt;BR /&gt;
Then i am trying to run this as an email alert.&lt;BR /&gt;
say like if my booked hours is less than the allocated then an email should be triggered to my supervisor saying that i have booked less hours.The email will not send any number related to hours.&lt;BR /&gt;
And  this will not go as a pdf &lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 05:48:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-send-mails-to-300-receipents/m-p/436189#M9728</guid>
      <dc:creator>ASISH_9</dc:creator>
      <dc:date>2018-07-13T05:48:32Z</dc:date>
    </item>
  </channel>
</rss>

