1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 04:04:24 +00:00

[PM-26587] Add sumo logic siem integration (#17173)

* [PM-26587] Add sumo logic siem integration
This commit is contained in:
Maximilian Power
2025-11-06 16:46:11 +01:00
committed by GitHub
parent 1cc08c5968
commit 152a7ac592
3 changed files with 10 additions and 0 deletions

View File

@@ -203,6 +203,14 @@ export class AdminConsoleIntegrationsComponent implements OnInit, OnDestroy {
image: "../../../../../../../images/integrations/logo-panther-round-color.svg",
type: IntegrationType.EVENT,
},
{
name: "Sumo Logic",
linkURL: "https://bitwarden.com/help/sumo-logic-siem/",
image: "../../../../../../../images/integrations/logo-sumo-logic-siem.svg",
imageDarkMode: "../../../../../../../images/integrations/logo-sumo-logic-siem-darkmode.svg",
type: IntegrationType.EVENT,
newBadgeExpiration: "2025-12-31",
},
{
name: "Microsoft Intune",
linkURL: "https://bitwarden.com/help/deploy-browser-extensions-with-intune/",