- CheckMates
- :
- Products
- :
- Quantum
- :
- Management
- :
- Re: Audit Logs in Gaia?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Audit Logs in Gaia?
Hi guys Is there a way how we can check changes done through gaia from Management Audit Logs? Thanks in advance
- Labels:
-
Logging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes. See my comment here: https://community.checkpoint.com/message/24885-re-gateway-cli-login-logs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Or CLI alternative in case webUI is disabled, or not allowed:
hostname> set syslog mgmtauditlogs on
hostname> set syslog auditlog permanent
More info in this article:
Jozko Mrkvicka
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Within Gaia's expert mode you can easily look for changes within audit log with this one-liner:
tail -n 200 $FWDIR/log/fw.adtlog | grep -a changed
This shows the last 200 lines of your audit log. Change the number to how many lines you want to see.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
*** UPDATE ****
Thanks all for your suggestions.
We have enabled logging for all Bash shell commands in Gaia following the procedure in SK99134 and forwarded syslog to an external syslog server.
Thanks all for your help
