<?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: Email notification recurrence add in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/email-notification-recurrence-add/m-p/1219109#M123148</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You can create a custom Log Setting Filter alert for this type of event. However you could be overwhelmed with the amount of emails.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/pan-os/11-2/pan-os-web-interface-help/device/device-log-settings/select-log-forwarding-destinations" target="_blank"&gt;https://docs.paloaltonetworks.com/pan-os/11-2/pan-os-web-interface-help/device/device-log-settings/select-log-forwarding-destinations&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2025 16:15:44 GMT</pubDate>
    <dc:creator>OtakarKlier</dc:creator>
    <dc:date>2025-02-03T16:15:44Z</dc:date>
    <item>
      <title>Email notification recurrence add</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/email-notification-recurrence-add/m-p/1218992#M123137</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I have panos 11.2.3-h3, I am managing to creat an email notification when a specific event occure.&lt;/P&gt;
&lt;P&gt;I made this by creating the report in "Manage Custom Report -&amp;gt; then creating the required querry".&lt;/P&gt;
&lt;P&gt;my issue that is now I need configure an ocurence when is about "last legs within last 5 minutes" and run the report as task every 5 minutes too.&lt;/P&gt;
&lt;P&gt;the issue that when creating the custom report, the report cant be run in durations of less than 15 mins nd also the email scheduler occurence cant be less than a Day.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggested ways for how to add my custom occurence period?&lt;/P&gt;
&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2025 12:04:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/email-notification-recurrence-add/m-p/1218992#M123137</guid>
      <dc:creator>MRamadanAHafiez</dc:creator>
      <dc:date>2025-02-02T12:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Email notification recurrence add</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/email-notification-recurrence-add/m-p/1219109#M123148</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You can create a custom Log Setting Filter alert for this type of event. However you could be overwhelmed with the amount of emails.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/pan-os/11-2/pan-os-web-interface-help/device/device-log-settings/select-log-forwarding-destinations" target="_blank"&gt;https://docs.paloaltonetworks.com/pan-os/11-2/pan-os-web-interface-help/device/device-log-settings/select-log-forwarding-destinations&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 16:15:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/email-notification-recurrence-add/m-p/1219109#M123148</guid>
      <dc:creator>OtakarKlier</dc:creator>
      <dc:date>2025-02-03T16:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Email notification recurrence add</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/email-notification-recurrence-add/m-p/1219138#M123150</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/159497"&gt;@MRamadanAHafiez&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Outside of what &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/27580"&gt;@OtakarKlier&lt;/a&gt; already mentioned, you can script this through the API easily enough. The process looks a bit like this:&lt;BR /&gt;&lt;BR /&gt;1. Run the custom report&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;api?type=report&amp;amp;async=yes&amp;amp;reporttype=custom&amp;amp;reportname=Failed_GP_Login&lt;/LI-CODE&gt;
&lt;P&gt;2. Collect the Job ID from the submission since that's what you'll need to monitor to see if the report has finished. Then just grab the report&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;api?type=op&amp;amp;cmd=&amp;lt;show&amp;gt;&amp;lt;report&amp;gt;&amp;lt;id&amp;gt;' + str(job_id) + '&amp;lt;/id&amp;gt;&amp;lt;/report&amp;gt;&amp;lt;/show&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;3. Parse the report and collect the information that you require for the email report. I won't go into detail on this since it'll vary depending on the language being used and what you're attempting to do. &lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 19:45:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/email-notification-recurrence-add/m-p/1219138#M123150</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2025-02-03T19:45:27Z</dc:date>
    </item>
  </channel>
</rss>

