jgrycza
New Contributor
‎11-16-2021
Last activity: Nov 16, 2021 10:49:26 AM
40 Profile 40% Complete
Most Liked Posts Recent Solutions
No Content Available

User Activity

I am trying to create a custom report that gives me the details on changes made to our FortiGate firewalls. I have created the following dataset: Detailed-Firewall-Changes -select * from $log-event where $filter and type='event' and subtype='system' ...