Snowflake

Download 0
Last updated Sep 7, 2025

snowflake-login-logs

Collects Snowflake login history logs.

snowflake-login-logs profile=PROFILE [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss] [order=ORDER]
profile=PROFILE
Snowflake profile name
duration=NUM{mon|w|d|h|m|s}
Time duration (e.g., 1d, 2h, 30m)
from=yyyyMMddHHmmss
Start time
to=yyyyMMddHHmmss
End time
order=ORDER
Sort order (asc or desc, default: desc)

Output Fields

FieldTypeNameDescription
_timeDateTimeTime (in the UTC time zone) of the event occurrence
userStringUserUser associated with this event
is_successBoolIs SuccessWhether the user's request was successful or not
src_ipIP addressSource IPIP address where the request originated
first_authentication_factorStringFirst Auth FactorMethod used to authenticate the user
second_authentication_factorStringSecond Auth FactorThe second factor in multi factor authentication
error_codeIntegerError CodeError code, if the request was not successful
error_messageStringError MessageError message returned to the user, if the request was not successful
reported_client_typeStringClient TypeReported type of the client software... not authenticated
reported_client_versionStringClient VersionReported version of the client software... not authenticated
event_idLongEvent IDInternal/system-generated identifier for the login attempt