diff --git a/topics/events/admin.adoc b/topics/events/admin.adoc index 1ba6d12088..c0a734c3ab 100644 --- a/topics/events/admin.adoc +++ b/topics/events/admin.adoc @@ -15,8 +15,7 @@ In the `Admin Events Settings` section, turn on the `Save Events` switch. .Admin Event Configuration image:../../{{book.images}}/admin-events-settings.png[] -The `Include Representation` switch will include any JSON document that is sent to the admin REST API when they are being -invoked upon. This allows you to view exactly what an admin has done, but can lead to a lot of information stored in the +The `Include Representation` switch will include any JSON document that is sent through the admin REST API. This allows you to view exactly what an admin has done, but can lead to a lot of information stored in the database. The `Clear admin events` button allows you to wipe out the current information stored. To view the admin events go to the `Admin Events` tab. diff --git a/topics/events/login.adoc b/topics/events/login.adoc index e09b0bda7d..c048fb1406 100644 --- a/topics/events/login.adoc +++ b/topics/events/login.adoc @@ -79,7 +79,7 @@ This logging is very useful if you want to use a tool like Fail2Ban to detect if is trying to guess user passwords. You can parse the log file for `LOGIN_ERROR` and pull out the IP Address. Then feed this information into Fail2Ban so that it can help prevent attacks. -The Email Event Listener sends an email to the users account when an event occurs. +The Email Event Listener sends an email to the user's account when an event occurs. The Email Event Listener only supports the following events at the moment: * Login Error