keycloak-scim/server_admin/topics/events/admin-prod.adoc
2022-07-26 11:50:24 -04:00

33 lines
1.4 KiB
Text

=== Auditing admin events
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.
To enable auditing of Admin actions:
.Procedure
. Click *Events* in the menu.
. Click the *Config* tab.
. Toggle *Save Events* to *ON* in the *Admin Events Settings* section. {project_name} displays the *Include Representation* switch.
+
.Admin event configuration
image:{project_images}/admin-events-settings.png[Admin Event Configuration]
+
. Toggle *Include Representation* to *ON*.
+
The `Include Representation` switch includes JSON documents sent through the admin REST API so you can view the administrators actions. To clear the database of stored actions, click *Clear admin events*.
. To view the admin events, click the *Admin Events* tab.
+
.Admin events
image:{project_images}/admin-events.png[Admin Events]
. If the `Details` column has a *Representation* button, click the *Representation* button to view the JSON {project_name} sent with the operation.
+
.Admin representation
image:{project_images}/admin-events-representation.png[Admin Representation]
. Click `Filter` to view specific events.
+
.Admin event filter
image:{project_images}/admin-events-filter.png[Admin Event Filter]