Good day, I would like to create an alert for the below error, can i get a regex for the higlighted part and how would i go about creating the alert, or should I just look out for the event and set to trigger whenever its > 0. 2020-11-14 23:04:24 [ http-nio-127.0.0.1-7080-exec-7 ] LdapHealthChecker [ ERROR ] Error loading the user groups from LDAP server. Please check the ldap.server.url , ldap.bind.dn , ldap.bind.password secure connection properties. Refer to " Manage Configuration Properties Guide " . org.springframework.ldap.AuthenticationException: [ LDAP: error code 49 - 80090308: LdapErr: DSID-0C090453 , comment: AcceptSecurityContext error , data 52e , v3839\x00 ]; nested exception is javax.naming.AuthenticationException: [ LDAP: error code 49 - 80090308: LdapErr: DSID-0C090453 , comment: AcceptSecurityContext error , data 52e , v3839\x00 ]
... View more