Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add related integration field for chronicle sample alert policies #604

Merged
merged 1 commit into from
Aug 5, 2023
Merged
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
14 changes: 13 additions & 1 deletion alerts/google-cloud-chronicle/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,27 @@ alert_policy_templates:
id: silent-forwarder
description: "sample policy to detect a single silent Chronicle forwarder using collector_id filter"
version: 1
related_integrations:
- id: chronicle_security
platform: GCP
-
id: forwarder-buffer-usage-more-than-threshold-with-filters
description: "sample policy to detect forwarder mean buffer used is more than 1% over a 1 hour window for input type pcap and buffer type memory"
version: 1
related_integrations:
- id: chronicle_security
platform: GCP
-
id: all-silent-forwarder-logtype-combinations-except-few-logtypes
description: "sample policy to detect all silent Chronicle forwarder and logtype combinations except few logtypes"
version: 1
related_integrations:
- id: chronicle_security
platform: GCP
-
id: all-silent-forwarder-logtype-combinations
description: "sample policy to detect all silent Chronicle forwarder and logtype combinations"
version: 1
version: 1
related_integrations:
- id: chronicle_security
platform: GCP
Loading