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:
@@ -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#",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user