|
|
|
|
@ -17,27 +17,29 @@ export class HecTemplate implements OrgIntegrationTemplate {
|
|
|
|
|
service: "event-logs",
|
|
|
|
|
event: {
|
|
|
|
|
object: "event",
|
|
|
|
|
type: "#Type#",
|
|
|
|
|
type: "#TypeId#",
|
|
|
|
|
typeName: "#Type#",
|
|
|
|
|
memberId: "#UserId#",
|
|
|
|
|
organizationId: "#OrganizationId#",
|
|
|
|
|
providerId: "#ProviderId#",
|
|
|
|
|
itemId: "#CipherId#",
|
|
|
|
|
collectionId: "#CollectionId#",
|
|
|
|
|
groupId: "#GroupId#",
|
|
|
|
|
policyId: "#PolicyId#",
|
|
|
|
|
memberId: "#UserId#",
|
|
|
|
|
organizationUserId: "#OrganizationUserId#",
|
|
|
|
|
providerUserId: "#ProviderUserId#",
|
|
|
|
|
providerOrganizationId: "#ProviderOrganizationId#",
|
|
|
|
|
actingUserId: "#ActingUserId#",
|
|
|
|
|
installationId: "#InstallationId#",
|
|
|
|
|
date: "#DateIso8601#",
|
|
|
|
|
device: "#DeviceType#",
|
|
|
|
|
deviceType: "#DeviceType#",
|
|
|
|
|
device: "#DeviceTypeId#",
|
|
|
|
|
ipAddress: "#IpAddress#",
|
|
|
|
|
systemUser: "#SystemUser#",
|
|
|
|
|
domainName: "#DomainName#",
|
|
|
|
|
secretId: "#SecretId#",
|
|
|
|
|
projectId: "#ProjectId#",
|
|
|
|
|
serviceAccountId: "#ServiceAccountId#",
|
|
|
|
|
actingUserName: "#ActingUserName#",
|
|
|
|
|
actingUserEmail: "#ActingUserEmail#",
|
|
|
|
|
actingUserType: "#ActingUserType#",
|
|
|
|
|
userName: "#UserName#",
|
|
|
|
|
userEmail: "#UserEmail#",
|
|
|
|
|
userType: "#UserType#",
|
|
|
|
|
groupName: "#GroupName#",
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|