- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
06-03-2019 02:08 AM
06-04-2019 04:42 PM
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>
Just a fair warning, this isn't a pretty report when you make it like this, but it will give you the same information.
06-04-2019 04:42 PM
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>
Just a fair warning, this isn't a pretty report when you make it like this, but it will give you the same information.
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!