Personal logging of FortiGate Changes
I've recently migrated our primary firewall from an ASA to a FortiGate 600. Don't get me wrong, I love Cisco but the FortiGate firewall has been a HUGE improvement and I don't regret the change for a moment! However, there was one thing about the ASA that I loved and has saved my butt more than once. With every "commit" I made, I had the ASA spit out a CLI of what change I just made. So like if I made some new service ports in the ASDM, when I hit "apply" I'd get an out put like so:
object service TCP-7046
service tcp destination eq 7046
description Nav Client Services
object service TCP-7047
service tcp destination eq 7047
description Nav SOAP Services
Then I would copy that info and place it into my own personal change log with a little note of what I was doing, so I've got my own personal change log of every change made. An example entry:
4/30/2024
1. Create the NAV ports on the ASA
object service TCP-7046
service tcp destination eq 7046
description Nav Client Services
object service TCP-7047
service tcp destination eq 7047
description Nav SOAP Services
So now the question is, How do I log changes like this in the FortiGate? I know there are settings within the FortiGate itself to do some logging but I like my own little log. I've got kind of a "basic" skeleton of logging that I could use like so
Name:, Source:, Destination:, Schedule:always, Service:, Action:, NAT:, Security Profile:, Log:UTM
and I just manually fill out the info, but that is a bit time consuming... but may be my only option. Anyone have thoughts?
