1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 16:43:27 +00:00

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

This commit is contained in:
Vijay Oommen
2026-02-23 17:00:05 -06:00
committed by GitHub
parent 39b09d9310
commit 663a6e849b
2 changed files with 24 additions and 14 deletions

View File

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

View File

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