<?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: Internet Bandwidth usage reports in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/internet-bandwidth-usage-reports/m-p/554202#M112632</link>
    <description>&lt;P&gt;Hi, thank you for the answer, sorry for the late reply.&lt;/P&gt;
&lt;P&gt;Looks like those reports are heavy on my PA850&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Aug 2023 17:21:06 GMT</pubDate>
    <dc:creator>SShnap</dc:creator>
    <dc:date>2023-08-17T17:21:06Z</dc:date>
    <item>
      <title>Internet Bandwidth usage reports</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/internet-bandwidth-usage-reports/m-p/550749#M112245</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I'm trying to find a way to create a report for Internet bandwidth usage over time.&lt;/P&gt;
&lt;P&gt;we are using PA850 version 10.1.9h3&lt;/P&gt;
&lt;P&gt;I know I can see live statistics on Network - QOS, but I need a report for the last 7 or 30 days.&lt;/P&gt;
&lt;P&gt;It can be daily average.&lt;/P&gt;
&lt;P&gt;Thank you all for the help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 22:51:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/internet-bandwidth-usage-reports/m-p/550749#M112245</guid>
      <dc:creator>SShnap</dc:creator>
      <dc:date>2023-07-24T22:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Bandwidth usage reports</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/internet-bandwidth-usage-reports/m-p/550912#M112256</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/40971"&gt;@SShnap&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Assuming that you have a "internet" zone, whether that be the default untrust zone or something else, you can build this report easily by targeting the zone. You would want to use the detailed traffic logs, set whatever time frame you want, and then ensure that you have selected&amp;nbsp;&lt;EM&gt;at least&amp;nbsp;&lt;/EM&gt;Destination Zone and Bytes. Set the query to (zone.dst eq untrust) or whatever your internet zone is named.&lt;/P&gt;
&lt;P&gt;The generated report would show you a general usage report for the selected time period. You can include the Source Zone as a selected column if you wanted, you would just have to aggregate the values if you wanted a "total" if that makes sense.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 13:27:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/internet-bandwidth-usage-reports/m-p/550912#M112256</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2023-07-25T13:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Bandwidth usage reports</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/internet-bandwidth-usage-reports/m-p/553354#M112522</link>
      <description>&lt;P&gt;Hi, thank you and sorry for the late reply, those reports are very heavy and takes time to see more than 7 days.&lt;/P&gt;
&lt;P&gt;it will show me the amount of data is being transferred each day on 7 days but I can't assume it being done during business hours if I consider the backup to cloud that we are using. Thank you for the respond.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 23:16:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/internet-bandwidth-usage-reports/m-p/553354#M112522</guid>
      <dc:creator>SShnap</dc:creator>
      <dc:date>2023-08-10T23:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Bandwidth usage reports</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/internet-bandwidth-usage-reports/m-p/553484#M112531</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/40971"&gt;@SShnap&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Correct, the report when analyzing a large amount of data will take plenty of time to generate properly. Can't really fix that one, the firewall simply needs to look at a lot of data to generate the report properly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your original question didn't mention that you wanted to make any sort of exception for business hours or exclude certain traffic from the report, simply that you wanted bandwidth statistics. If you want to exclude certain traffic you can just update the query that you're using to exclude the traffic in question.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for wanting to exclude certain times of day, that report gets harder to actually generate. Either you'll need to schedule the report so that it can run daily at a desired interval so you can use a filter like (receive_time in last-12-hrs) and only capture the traffic you want, or you'll need to utilize the API and a script so that you can run a daily report with something like&amp;nbsp;((receive_time geq '2023/08/10 05:00:00') and (receive_time leq '2023/08/10 20:00:00')) to match your desired business hours.&lt;/P&gt;
&lt;P&gt;Setting up a query to exclude the backup traffic that you don't appear to want included would be the best path forward in my mind instead of trying to target business hours.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 12:42:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/internet-bandwidth-usage-reports/m-p/553484#M112531</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2023-08-11T12:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Internet Bandwidth usage reports</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/internet-bandwidth-usage-reports/m-p/554202#M112632</link>
      <description>&lt;P&gt;Hi, thank you for the answer, sorry for the late reply.&lt;/P&gt;
&lt;P&gt;Looks like those reports are heavy on my PA850&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 17:21:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/internet-bandwidth-usage-reports/m-p/554202#M112632</guid>
      <dc:creator>SShnap</dc:creator>
      <dc:date>2023-08-17T17:21:06Z</dc:date>
    </item>
  </channel>
</rss>

