Custom Report

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Custom Report

L1 Bithead
We deployed our 5520 recently between our LAN and MPLS connections and the reports from Panorama are great but I'd like to be able to create a custom SAAS report with specific source - destination traffic excluded from the report. Is this possible and if so how do I start building the report? Thanks Jon
1 accepted solution

Accepted Solutions

Cyber Elite
Cyber Elite

@JonHill,

The built-in SaaS report can only be restricted to user groups to the best of my knowledge, which may work for what you are doing or it may not. You could build this with a custom report if you did something of the following:

 

Which generates a report such as below:

      <entry name="Weekly Application Statistics">
        <type>
          <traffic>
            <sortby>bytes</sortby>
            <aggregate-by>
              <member>app</member>
              <member>category-of-app</member>
              <member>subcategory-of-app</member>
              <member>src</member>
              <member>action</member>
            </aggregate-by>
            <values>
              <member>bytes</member>
              <member>bytes_sent</member>
              <member>repeatcnt</member>
              <member>bytes_received</member>
            </values>
          </traffic>
        </type>
        <period>last-calendar-day</period>
        <topn>250</topn>
        <topm>50</topm>
        <caption>Weekly Application Statistics</caption>
        <frequency>daily</frequency>
        <query>(addr in 10.191.16.30)</query>
      </entry>

Screen Shot 2019-06-04 at 6.41.44 PM.png

 

Just a fair warning, this isn't a pretty report when you make it like this, but it will give you the same information. 

View solution in original post

1 REPLY 1

Cyber Elite
Cyber Elite

@JonHill,

The built-in SaaS report can only be restricted to user groups to the best of my knowledge, which may work for what you are doing or it may not. You could build this with a custom report if you did something of the following:

 

Which generates a report such as below:

      <entry name="Weekly Application Statistics">
        <type>
          <traffic>
            <sortby>bytes</sortby>
            <aggregate-by>
              <member>app</member>
              <member>category-of-app</member>
              <member>subcategory-of-app</member>
              <member>src</member>
              <member>action</member>
            </aggregate-by>
            <values>
              <member>bytes</member>
              <member>bytes_sent</member>
              <member>repeatcnt</member>
              <member>bytes_received</member>
            </values>
          </traffic>
        </type>
        <period>last-calendar-day</period>
        <topn>250</topn>
        <topm>50</topm>
        <caption>Weekly Application Statistics</caption>
        <frequency>daily</frequency>
        <query>(addr in 10.191.16.30)</query>
      </entry>

Screen Shot 2019-06-04 at 6.41.44 PM.png

 

Just a fair warning, this isn't a pretty report when you make it like this, but it will give you the same information. 

  • 1 accepted solution
  • 2886 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!