- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, it's indeed possible to query Audit logs in a separate query.
here is an example:
mgmt_cli show logs new-query.time-frame "today" new-query.max-logs-per-request "2" new-query.type "audit" --format json
this query will retrieve 2 Audit logs from today as a result.
you can see documentation for this in our API documentation under a type of log
https://sc1.checkpoint.com/documents/latest/APIs/#cli/show-logs~v1.7%20
Who rated this post