[PM-31725] updated template for HEC and datadog (#18819)

pull/19159/head
Vijay Oommen 3 months ago committed by GitHub
parent 39b09d9310
commit 663a6e849b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,19 +14,27 @@ export class DatadogTemplate implements OrgIntegrationTemplate {
ddsource: "bitwarden",
service: "event-logs",
event: {
service: "payments",
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#",

@ -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#",
},
};

Loading…
Cancel
Save