Skip to content

Commit

Permalink
Updated Auditing Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Nov 11, 2016
1 parent c868f74 commit b7ce955
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Studio-Auditing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Studio 2.2 Enterprise Edition includes a functionality called [Auditing](Auditin

NOTE: _This feature is available only in the [OrientDB Enterprise Edition](http://orientdb.com/orientdb-enterprise). If you are interested in a commercial license look at [OrientDB Subscription Packages](http://orientdb.com/support)_.

By default all the auditing logs are saved as documents of class `AuditingLog`. If your account has enough priviledges, you can directly query the auditing log. Example on retrieving last 20 logs: `select from AuditingLog order by @rid desc limit 20`.
By default all the auditing logs are saved as documents of class `OAuditingLog` in the internal database OSystemDB. If your account has enough priviledges, you can directly query the auditing log. Example on retrieving last 20 logs: `select from OAuditingLog order by @rid desc limit 20`.

However, Studio provides a panel to filter the Auditing Log messages on a specific server without using SQL.

Expand Down
Binary file modified images/studio-auditing-configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/studio-auditing-log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b7ce955

Please sign in to comment.