Viewing records of login attempts to the Configuration Server web portal

Last Updated : Dec 15, 2021 |

About this task

The contact center records login attempts to the Configuration Server web portal. View records of all user login attempts to the Configuration Server web portal. The data administrator can also view information about users' failed login attempts.

Procedure

  1. Do one of the following:
    • Open the console on the active Configuration Server.

    • Use the SSH client to log in to the active Configuration Server.

  2. To view records of all login attempts, run the following command:

    docker logs mega-security-server 2>/dev/null | grep -A1 mega-security-server/users/login

    The command output displays the login attempt details, such as the date and time of the login attempt and the account username.

  3. To view records of the failed login attempts, run the following command:

    docker logs keycloak 2>/dev/null | grep LOGIN_ERROR

    The command output displays failed attempt details, such as the time of the login attempt, the account username, and the reason for login failure.