Details
| ID | CyberArkIdentityEventCollector |
|---|---|
| From Version | 6.10.0 |
Schema
cyberark_identity_raw
| Field | Type | Array? |
|---|---|---|
AffectedTenant |
string | — |
Alias |
string | — |
AppId |
string | — |
AppName |
string | — |
ApplicationID |
string | — |
ApplicationName |
string | — |
ApplicationType |
string | — |
AuthMethod |
string | — |
Changer |
string | — |
ChangerUuid |
string | — |
ClientAddress |
string | — |
Cname |
string | — |
ConnectorUuid |
string | — |
DSName |
string | — |
DSType |
string | — |
DSUuid |
string | — |
DeleteReason |
string | — |
Description |
string | — |
DeviceID |
string | — |
DeviceName |
string | — |
DirectoryServicePartnerName |
string | — |
DirectoryServiceUuid |
string | — |
EmailAddress |
string | — |
EnrollProfileUser |
string | — |
EntityName |
string | — |
EntityType |
string | — |
EntityUuid |
string | — |
EventType |
string | — |
Exception |
string | — |
FailedMessage |
string | — |
FailureReason |
string | — |
From |
string | — |
FromIPAddress |
string | — |
HostAddress |
string | — |
ID |
string | — |
ImpersonateTargetName |
string | — |
ImpersonateTargetUuid |
string | — |
ImpersonatorUuid |
string | — |
JobUniqueId |
string | — |
Key |
string | — |
Level |
string | — |
LicenseType |
string | — |
LocalAccountUuid |
string | — |
MachineName |
string | — |
MfaReason |
string | — |
MfaResult |
string | — |
MobileAppType |
string | — |
NewEntity |
string | — |
NewLicenseType |
string | — |
NewState |
string | — |
NormalizedUser |
string | — |
OU |
string | — |
ObjectName |
string | — |
ObjectType |
string | — |
OldEntity |
string | — |
OldLicenseType |
string | — |
OldState |
string | — |
PreviousUserState |
string | — |
ProfileName |
string | — |
ProxyId |
string | — |
ReplaceDomain |
string | — |
RequestDeviceOS |
string | — |
RequestHostName |
string | — |
RequestIsMobileDevice |
string | — |
Result |
string | — |
Role |
string | — |
RoleId |
string | — |
Session |
string | — |
SessionId |
string | — |
SetPath |
string | — |
SyncAction |
string | — |
SyncActionReason |
string | — |
SyncResult |
string | — |
Target |
string | — |
TargetUser |
string | — |
TargetUserID |
string | — |
Tenant |
string | — |
Thumbprint |
string | — |
To |
string | — |
Type |
string | — |
UserGuid |
string | — |
UserName |
string | — |
UserState |
string | — |
Uuid |
string | — |
Value |
string | — |
WhenLogged |
string | — |
WhenOccurred |
string | — |
_TableName |
string | — |
_product |
string | — |
_vendor |
string | — |
[MODEL: dataset=cyberark_identity_raw] filter EventType in ("Cloud.Core.OAuthToken.Create", "Cloud.Core.Logout", "Cloud.Core.MfaSummary", "Cloud.Core.StartImpersonate","Cloud.Core.Login", "Cloud.Core.LoginFail", "Cloud.Core.Logout", "Cloud.Core.OAuthToken.InvalidClient" ) | alter xdm.target.user.identifier = ImpersonateTargetUuid, xdm.target.user.username = coalesce(NormalizedUser,UserName,ImpersonateTargetName), xdm.session_context_id = Session, xdm.event.outcome = MfaResult, xdm.event.outcome_reason = MfaReason, xdm.target.application.name = coalesce(ProfileName, ApplicationName, AppName), xdm.auth.auth_method = AuthMethod, xdm.event.type=EventType, xdm.source.ipv4 = FromIPAddress, xdm.source.application.name = AppId; filter EventType not in ("Cloud.Core.OAuthToken.Create", "Cloud.Core.Logout", "Cloud.Core.MfaSummary", "Cloud.Core.StartImpersonate","Cloud.Core.Login", "Cloud.Core.LoginFail", "Cloud.Core.Logout", "Cloud.Core.OAuthToken.InvalidClient" ) | alter xdm.target.resource.name = coalesce(ObjectName, Role, Alias, ProfileName, TargetUser, DSName, ImpersonateTargetName, Cname, AffectedTenant, OU, DeviceName, ApplicationName, AppName, EntityName), xdm.target.resource.type = coalesce(ObjectType, Type, DSType, LicenseType, NewLicenseType, ApplicationType, EntityType), xdm.target.resource.id = coalesce( if(EventType NOT IN ("Cloud.AfwEnterprise.Enroll", "Cloud.AfwEnterprise.Unenroll", "Cloud.Core.EmmTenantMigrated", "Cloud.Saas.Application.AppPublish", "Cloud.Saas.Application.AppUnpublish"), RoleId), Id, TargetUserID, Uuid, Key, DSUuid, ImpersonateTargetUuid, ProxyId, ConnectorUuid, DeviceID, ApplicationID, AppId, EntityUuid), xdm.source.user.username =coalesce(Changer, EmailAddress, UserName), xdm.source.user.identifier =coalesce(ChangerUuid,EntityName, UserGuid), xdm.source.ipv4 = FromIPAddress, xdm.event.outcome = coalesce(Result, SyncResult, MfaResult), xdm.event.outcome_reason = coalesce(Exception, FailedMessage, FailureReason, DeleteReason, SyncActionReason), xdm.target.resource.value = coalesce(ReplaceDomain, Thumbprint, Value, UserState, SetPath, NewState, To, NewEntity), xdm.target.resource_before.value =coalesce(PreviousUserState, OldState, From, OldEntity), xdm.event.description = coalesce(Exception, Description), xdm.target.user.username =coalesce(EntityName, ProfileName,ApplicationName, MachineName, ClientAddress, HostAddress, UserName, `Target`, EnrollProfileUser, NormalizedUser), xdm.target.user.identifier = coalesce(UserGuid, LocalAccountUuid), xdm.target.resource_before.type = OldLicenseType, xdm.target.resource.sub_type = MobileAppType, xdm.session_context_id = coalesce(JobUniqueId, SessionId), xdm.event.type=EventType;