mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
10 lines
459 B
Plaintext
10 lines
459 B
Plaintext
|
|
== Configuring auditing to track events
|
|
|
|
[role="_abstract"]
|
|
{project_name} includes a suite of auditing capabilities. You can record every login and administrator action and review those actions in the Admin Console. {project_name} also includes a Listener SPI that listens for events and can trigger actions. Examples of built-in listeners include log files and sending emails if an event occurs.
|
|
|
|
include::events/login.adoc[]
|
|
include::events/admin.adoc[]
|
|
|