Skip to main content

Syslog Event ID

Below you will find the Event_ID table for Syslog:

CodeEvent IDParameter NameSeverity LevelMessage BodyComments
A00110 1 2 10001Validation access failureInformational"%s: failed to validate access: %s", []interface{}{enforceable.EnforceableName()}, errenforceable validation error. webhook, mfa, geolocation, certificate
A00210 1 1 10001Validation access successInformational"%s: successfully validated access", []interface{}{enforceable.EnforceableName()}all enforceable validations passed.
A00310 1 3 10001Access messageInformational"access %s by %s. user reason was: %s", action, approval.Approver(), approval.Justification()logs an administrative message about the approval. action = approved/revoked
A00410 1 1 10002Access approvedInformational"access approved by %s", approval.Approver()token approver in question. approver user id of the approval
A00510 1 2 10002Access deniedInformational"access denied: in-existent or expired auth code"handles OAuth2 token endpoint which trades access-token for an auth code.
A00610 1 2 10003Access deniedInformational"access was denied: %v", errhandles OAuth2 token endpoint which trades access-token for an auth code. parse form error, refresh token error, convert token code error
A00710 3 2 10001Bad SAML requestError"bad saml request http method"saml idp http request not post nor get
A00810 1 1 10003Certificate changed successfullyInformational"Certificate was successfully changed"certificate successfully changed
A00910 2 2 10001Connection errorWarning"connection error: " + msgtunnel guac error usually unauthorized or unreachable
A01010 3 2 10002SAML mapping errorError"current mapping %q is not a saml saas mapping", mapping.Namemapping protocol is not SAAS
A01110 3 2 10003SAML mapping errorError"current mapping %q is not a saml saas mapping", mapping.Namemapping protocol not SAAS when serves saas mappings sso via their virtual idp
A01210 1 2 10004Access deniedInformational"denied policy access"access denied since no policy time access/supervisor/certificate/eforceable valid found
A01310 3 2 10004User upsert to DB failedError"enrollment failed: %v", errupsert the new user to the database failed
A01410 2 2 10002Certificate not authorizedWarning"error verifying peer certificate, %v", errpolicyโ€™s certificate not authorized
A01510 2 2 10003Error creating certificateWarning"Error while running recerter: %v", errcreate certificate
A01610 2 2 10004Failed forms SSO loginWarning"failed forms sso login: %v", errfailed to perform forms-sso returning all generated cookies to the client and error is not redirected
A01710 3 2 10005Failed to generate RDP methodError"failed to build rdp file: %v", errfailed to generates native rdp methods of connection to the rdp server via the rdp gateway
A01910 2 2 10005Failed to change passwordWarning"failed to change password: %v", errfailed to change password
A02010 3 2 10007Failed to encode allowed networksError"failed to encode allowed networks: %v", errfailed to get parse one of the user's allowed nat.Networks associated with the Mapping
A02110 2 3 10005Failed to establish user sessionWarning"failed to establish a user session: %v", errfailed to find a session for the current request and to create an anonymous session
A02210 2 2 10006Failed to find personal desktop IPWarning"failed to find a site to serve the user's personal desktop: %v", errfailed to match a given site using its CIDR to the given address
A02310 3 3 10003Failed to find IdPError"failed to get saas mapping named %s", mapping.Namefailed to find a virtual idp from mapping
A02410 2 3 10006Failed to initiate ssh supervised accessWarning"failed to initiate native ssh supervision session: %v", errfailed to set the deadline for future Read calls and any currently-blocked Read call
A02510 2 3 10007Failed to initiate ssh underlying transportWarning"failed to initiate native ssh supervision session: %v", errfailed to starts a new SSH server with connection as the underlying transport
A02610 3 2 10008Failed to initiate ssh supervised accessError"failed to initiate native ssh supervision session: tunnel with id %q not found", sshConn.User()failed to initiate native ssh supervision session
A02710 3 2 10009Failed to inject post sso scriptError"failed to inject post sso script: %v", errfailed to post sso web script (either to establish user session or to inject post sso script)
A02810 2 2 10007Failed to notify approverWarning"failed to notify approver: %v", errfailed to notify approval that approval was marked as pending
A02910 2 2 10008Failed to process notifications for userWarning"failed to process notifications for user: %v", errfailed to retrieve open notifications for a user
A03010 2 2 10009Failed to resolve credentials for userWarning"failed to resolve credentials for user %s: %v", session.User.Name, errfailed to resolved credentials for user when creating an application tunnel to the user's personal desktop
A03110 2 2 10010Failed to resolve IdP cookieWarning"failed to resolve saml idp cookie, %v", errfailed to resolve saml idp cookie
A03210 2 2 10011Failed to resolve IdP cookieWarning"failed to resolve saml idp cookie, %v", errfailed to resolve saml idp cookie when serving saas mappings sso via their virtual idp
A03610 2 2 10014Failed to send Post to SAMLWarning"failed to send saml post to saml server"failed to send Post method to saml idp server
A03710 2 2 10015Failed to serve user requestWarning"failed to serve user request: %v", errattempts to register an SSH Handler callback with the native ssh proxy related failures
A03810 1 2 10006Failed to supervise tunnelInformational"failed to supervise tunnel: %v", errattempts to view the tunnel per the request failed due to find user's session
A03910 2 2 10016Failed to tunnel user requestWarning"failed to tunnel user request: %v", errattempts to tunnel the user's request to the correct backend failed
A04010 2 3 10008Failed to update DBWarning"failed to update last login: %v", errfailed to update last login property for the current user
A04110 3 3 10004Failed to send emailError"log in failed with email: %v", errfailed to send email for otp process
A04210 3 3 10005Failed to send smsError"log in failed with sms: %v", errfailed to send sms for otp process
A04310 1 1 10004Successful log via OTPInformational"log in success with %s", otpCodeMethodsucceed to login with otp
A04410 1 1 10005Login approvedInformational"login approved by %s for user %s", session.User.Supervisor.Name, session.User.Idlogin approved by supervisor
A04510 1 2 10007Login failedInformational"login failed: %v", errlogin process failed
A04610 1 1 10006Password change successfullyInformational"password changed successfully"password changed successfully
A04710 1 1 10007Password too longInformational"password too long (%d chars)", plenchange password โ†’ password too long
A04810 2 2 10017Invalid licenseWarning"request dropped: invalid license: %v", errinvalid license โ†’ request dropped
A04910 2 2 10018Missing licenseWarning"request dropped: no license"missing license โ†’ request dropped
A05010 1 3 10002Bad SAML URL pathInformational"requested path %q not found", r.URL.Pathexposes saml metadata or sso endpoints of sp named "name"
A05110 1 1 10008Successful SAML authenticationInformational"saml service provider was authenticated successfully"logs a successful saml Authentication
A05210 2 2 10019Session recording failedWarning"session recording failed: %v", errfailed to store ssh session recording
A05310 2 2 10020Session was not recordedWarning"session was not recorded: %v", errfailed to start session recording
A05410 1 1 10009Tunnel opened successfullyInformational"tunnel was opened successfully"
A05510 1 1 10010User connected successfullyInformational"user connected successfully"attempts to register an SSHHandler callback with the native ssh proxy user successfully connected
A05610 1 1 10011User deleted fileInformational"user deleted a file: %s", fullPathuser deleted a fs file โ†’ /v1/delete/
A05710 1 1 10012User downloaded a fileInformational"user downloaded a file: %s", fPathuser downloaded a fs file -> /v1/browse
A05810 1 2 10012User login failedInformational"user failed logging into %s using %s: %v", config.Hostname, config.Protocol, errattempts to start an application tunnel with configuration failed
A05910 1 1 10013User logged in successfullyInformational"user logged in to %s using %s", config.Hostname, config.Protocoluser's connection success
A06010 1 1 10014User logged in successfullyInformational"user logged in"
A06110 1 1 10015User logged out successfullyInformational"user logged out"
A06210 1 1 10016User session ended by adminInformational"user session ended by %s", adminuser session ended by admin
A06310 1 1 10017User accessed network successfullyInformational"user successfully accessed the network"
A06410 1 1 10018User connected to remote computer successfullyInformational"user successfully connected to the remote computer"connected to the remote computer with rdp
A06510 1 1 10019User enrolled successfullyInformational"user successfully enrolled"creates the user in the repository and finishes the enrollment process.
A06610 1 2 10008User access denied as account is disabledInformational"user tried to access application but their account was disabled"user is disabled to enroll
A06710 1 1 10020User uploaded a fileInformational"user uploaded a file: %s", fullPathuser uploaded a file
A06810 1 1 10021User access to application permittedInformational"user was allowed access to application"authentication middleware user allowed access to mapping
A06910 1 2 10009User access to application deniedInformational"user was denied access to application"authentication middleware user disallowed access to mapping
A07010 1 2 10010User access to remote application deniedInformational"user was denied access to remote-app %q", explicitAppuser sent an explicit application, using the "remoteapp" parameter, authorize it against the mapping remote apps
A07110 1 2 10011Username too longInformational"username too long (%d chars)", ulen
A07210 3 3 10001Handler errorErrorerr.Error() --> handleErrorcmd/idac/controller/drive_application.go handler failed for new drive application controller
A07310 2 3 10009TCP serve HTTP errorWarningerr.Error() ServerHTTPcmd/idac/controller/tcp_application.go TCP application, ServeHTTP
A07410 2 3 10002SAML IdP cookie errorWarning"SAML wire is missing"saml idp โ†’ is missing from the cookie
A07510 2 3 10003SAML IdP cookie errorWarningerr.Error()Set SAML cookie error
A07610 2 3 10004SAML IdP cookie expiredWarningSAML IDP cookie was expired
A07710 3 3 10002Unexpected SAML stateError"unexpected saml wire state, %d:%s", state, state
A07810 2 2 10021Destroy User Session FailedWarning"failed to destroy user's session: %v", errdestroy user session by agent failed
A08010 2 3 10001RDP connection errorWarning"%v", errcmd/idac/controller/tunnel_application.go rdp connection failed to close, log the error
A08110 3 2 10010Failed SAML SSO loginErrorfailed saml sso sp initiated %s flow: %v
A08210 1 1 10082Send reset password otp succeedInformational"reset password otp sent by %s succeed"otp method
A08310 3 3 10083Send reset password otp failedError"reset password otp sent by %s failed"otp method
A08610 2 2 10012Failed to reset passwordWarningfailed to reset password: %v
A08710 1 1 10023Password has been successfully resetInformationalpassword has been successfully reset
A08810 1 1 10088Reset password otp verifiedInformational"reset password otp verified"
A08910 3 3 10089Reset password fetch user failureError"failed to fetch user %q for password reset: %v"user name parameter, err
A09010 3 3 10090Reset password otp method not allowedError"requested otp method %q for user %q is not allowed"method (sms/email), user name
A09110 2 2 10091Failed to change passwordWarning"failed to change password: problem with allowed mfa methods %v, %v"
A09210 3 3 10092Reset password fetch user origin failureError"failed to fetch user %q origin for password reset: %v"
A09310 3 3 10093Controller id, device authentication errorErrorโ€œfailed to perform device authentication with %s: %w"
A09410 1 1 10094Device controllerInformational"successfully authenticated user device with %q"
A095101110095Reset password fetch user successInformational"succeed to fetch user %q for password reset: %v"
A096101310096Change password is not allowed for this IDP typeInformational"password can't be changed for idp %q of type %q"
A100101110100Open Desktop Application SucceededInformational"open desktop application (%s) succeeded"info.Name
A101103210101Open Desktop Application FailedError"open desktop application (%s) failed: %v"info.Name, error
A102100310102Device controller nameDebug"%s: received device posture webhook"
A103103210103Device controller name, ErrorError"%s: failed to parse/update device posture: %s"
A104102210104WAF RequestWarning"WAF: request blocked by rule %s: "$s", correlation id is: "%s", offending payload was: "%s""rule id, rule message, guid, payload capped to 50
A105103210105WAF Request BlockedError
A106101110106Supervised Approval RequestedInformational"supervise approval requested, reason: %s"user's reason