-
Suggestion
-
Resolution: Answered
-
None
-
None
-
N/A
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
For security, users would like a log indicating when users attempt to sign-in to Confluence. This would be useful for determining the source of a intrusion attempt such as the use of a dictionary-based login script.
This could be integrated with the existing user access logging. For example, create filters for login and logout IP and username as below.
2006-10-24 18:38:58,560 INFO [atlassian.confluence.util.UserLoginLogFilter] doFilter - login FAIL 192.168.12.34 addmin
2006-10-24 18:58:58,560 INFO [atlassian.confluence.util.UserLoginLogFilter] doFilter - login FAIL 192.168.12.34 adminn
2006-10-24 19:38:58,560 INFO [atlassian.confluence.util.UserLoginLogFilter] doFilter - login OK 192.168.12.34 admin
2006-10-24 19:58:58,560 INFO [atlassian.confluence.util.UserLoginLogFilter] doFilter - logout 192.168.12.34 admin
2006-10-24 18:48:58,560 INFO [atlassian.confluence.util.UserLoginLogFilter] doFilter - login OK 192.168.12.35 smith
2006-10-24 19:48:58,560 INFO [atlassian.confluence.util.UserLoginLogFilter] doFilter - logout 192.168.12.35 smith
- relates to
-
CONFCLOUD-7213 Logging of user login attempts
- Closed
- was cloned as
-
CONFSERVER-60005 Ability to track the user login attempt
- Gathering Interest