Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ creation_date = "2023/01/15"
integration = ["google_workspace"]
maturity = "production"
promotion = true
updated_date = "2026/04/10"
updated_date = "2026/05/19"

[rule]
author = ["Elastic"]
Expand All @@ -14,13 +14,13 @@ of a potential security issue that Google has detected.
"""
false_positives = [
"""
To tune this rule, add exceptions to exclude any google_workspace.alert.type which should not trigger this rule.
To tune this rule, add exceptions to exclude any google_workspace.alert.type or rule.name which should not trigger this rule.
""",
"For additional tuning, severity exceptions for google_workspace.alert.metadata.severity can be added.",
]
from = "now-130m"
index = ["filebeat-*", "logs-google_workspace*"]
interval = "10m"
index = ["logs-google_workspace.alert-*"]
interval = "5m"
language = "kuery"
license = "Elastic License v2"
name = "Forwarded Google Workspace Security Alert"
Expand Down
Loading