c54c0dd588
Closes #1575
16 lines
618 B
Text
16 lines
618 B
Text
|
|
== 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.
|
|
|
|
ifeval::[{project_product}==true]
|
|
include::events/login-prod.adoc[]
|
|
include::events/admin-prod.adoc[]
|
|
endif::[]
|
|
|
|
ifeval::[{project_community}==true]
|
|
include::events/login.adoc[]
|
|
include::events/admin.adoc[]
|
|
endif::[]
|
|
|