<?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 Daily URL Filtering Report within a time frame in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/daily-url-filtering-report-within-a-time-frame/m-p/470577#M103013</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am trying to produce a report for our head of school accommodation that shows the URL filtering of his borders after a set time each day.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Producing the list in the URL filtering tab on the Palo Alto and downloading in CSV format is straightforward, but I would like to automate this process with a daily custom report of the night before.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Example of filter rule:&lt;BR /&gt;&lt;EM&gt;(( addr.src in &amp;lt;&amp;lt;IPAddressRange1&amp;gt;&amp;gt; ) and ( addr.src in &amp;lt;&amp;lt;IPAddressRange2&amp;gt;&amp;gt; )) and (user.src in 'boarders') and (receive_time geq '2022/03/03 22:00:00') and (receive_time leq '2022/03/03 23:59:59')&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am stuck in setting the time of the filter in the custom report query builder. It appears that I have to specify a date for ‘receive_time’ and can’t see any way around it. I have tried to see if there are any variables I can use, but no luck.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Scott&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Mar 2022 15:48:57 GMT</pubDate>
    <dc:creator>SPS</dc:creator>
    <dc:date>2022-03-04T15:48:57Z</dc:date>
    <item>
      <title>Daily URL Filtering Report within a time frame</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/daily-url-filtering-report-within-a-time-frame/m-p/470577#M103013</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am trying to produce a report for our head of school accommodation that shows the URL filtering of his borders after a set time each day.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Producing the list in the URL filtering tab on the Palo Alto and downloading in CSV format is straightforward, but I would like to automate this process with a daily custom report of the night before.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Example of filter rule:&lt;BR /&gt;&lt;EM&gt;(( addr.src in &amp;lt;&amp;lt;IPAddressRange1&amp;gt;&amp;gt; ) and ( addr.src in &amp;lt;&amp;lt;IPAddressRange2&amp;gt;&amp;gt; )) and (user.src in 'boarders') and (receive_time geq '2022/03/03 22:00:00') and (receive_time leq '2022/03/03 23:59:59')&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am stuck in setting the time of the filter in the custom report query builder. It appears that I have to specify a date for ‘receive_time’ and can’t see any way around it. I have tried to see if there are any variables I can use, but no luck.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Scott&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 15:48:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/daily-url-filtering-report-within-a-time-frame/m-p/470577#M103013</guid>
      <dc:creator>SPS</dc:creator>
      <dc:date>2022-03-04T15:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Daily URL Filtering Report within a time frame</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/daily-url-filtering-report-within-a-time-frame/m-p/470853#M103033</link>
      <description>&lt;P&gt;You can't set a timeframe in reports, but you can set a schedule in a security rule&lt;/P&gt;
&lt;P&gt;you could create a duplicate rule above your current rule, that is only active from (for example) 7pm-7am, and any other filters you'd want to add.&lt;/P&gt;
&lt;P&gt;you can then create a custom report and use the query builder to filter for only that rulename&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;(( addr.src in &amp;lt;&amp;lt;IPAddressRange1&amp;gt;&amp;gt; ) and ( addr.src in &amp;lt;&amp;lt;IPAddressRange2&amp;gt;&amp;gt; ))&lt;SPAN&gt;&amp;nbsp; needs to have OR in between the subnets&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;your filter should look something like this:&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;(( addr.src in &amp;lt;&amp;lt;IPAddressRange1&amp;gt;&amp;gt; ) or ( addr.src in &amp;lt;&amp;lt;IPAddressRange2&amp;gt;&amp;gt; )) and (user.src in 'boarders') and&amp;nbsp;(rule eq MyScheduledRule)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 11:08:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/daily-url-filtering-report-within-a-time-frame/m-p/470853#M103033</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2022-03-07T11:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Daily URL Filtering Report within a time frame</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/daily-url-filtering-report-within-a-time-frame/m-p/471211#M103074</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/7608"&gt;@reaper&lt;/a&gt;&amp;nbsp;Thank you, simple but effective.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 08:28:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/daily-url-filtering-report-within-a-time-frame/m-p/471211#M103074</guid>
      <dc:creator>SPS</dc:creator>
      <dc:date>2022-03-08T08:28:24Z</dc:date>
    </item>
  </channel>
</rss>

