2022-07-26 15:50:24 +00:00
=== Auditing admin events
2016-05-31 16:48:15 +00:00
2021-02-19 20:29:43 +00:00
You can record all actions that are performed by an administrator in the Admin Console. The Admin Console performs administrative actions by invoking the {project_name} REST interface and {project_name} audits these REST invocations. You can view the resulting events in the Admin Console.
2016-05-31 16:48:15 +00:00
2021-02-19 20:29:43 +00:00
.Procedure
2022-07-26 15:50:24 +00:00
Use this procedure to start auditing admin actions.
. Click *Realm settings* in the menu.
. Click the *Events* tab.
. Click the *Admin events settings* tab.
. Toggle *Save events* to *ON*.
2021-02-19 20:29:43 +00:00
+
2022-07-26 15:50:24 +00:00
{project_name} displays the *Include representation* switch.
2021-02-19 20:29:43 +00:00
+
2022-07-26 15:50:24 +00:00
. Toggle *Include representation* to *ON*.
2021-02-19 20:29:43 +00:00
+
2022-07-26 15:50:24 +00:00
The `Include Representation` switch includes JSON documents sent through the admin REST API so you can view the administrators actions.
2021-02-19 20:29:43 +00:00
+
2022-07-26 15:50:24 +00:00
.Admin events settings
image:{project_images}/admin-events-settings.png[Admin events settings]
. Click *Save*.
. To clear the database of stored actions, click *Clear admin events*.
2016-05-31 16:48:15 +00:00
2022-07-26 15:50:24 +00:00
.Procedure
2016-05-31 16:48:15 +00:00
2022-07-26 15:50:24 +00:00
You can now view admin events.
2016-05-31 16:48:15 +00:00
2022-07-26 15:50:24 +00:00
. Click *Events* in the menu.
. Click the *Admin events* tab.
+
2021-06-17 14:39:30 +00:00
.Admin events
2022-07-26 15:50:24 +00:00
image:{project_images}/admin-events.png[Admin events]
2016-05-31 16:48:15 +00:00
2022-07-26 15:50:24 +00:00
////
Not sure if there a new version of this for the new Admin Console.
2016-05-31 16:48:15 +00:00
2022-07-26 15:50:24 +00:00
. If the `Details` column has a *Representation* button, click the *Representation* button to view the JSON {project_name} sent with the operation.
+
2021-06-17 14:39:30 +00:00
.Admin representation
2021-02-19 20:29:43 +00:00
image:{project_images}/admin-events-representation.png[Admin Representation]
2016-05-31 16:48:15 +00:00
2022-07-26 15:50:24 +00:00
. Click `Filter` to view specific events.
+
2021-06-17 14:39:30 +00:00
.Admin event filter
2021-02-19 20:29:43 +00:00
image:{project_images}/admin-events-filter.png[Admin Event Filter]
2022-07-26 15:50:24 +00:00
////