
Just a more variances from production to local dev. Change-Id: I24611c3dd4e816ac78c77930e6fd85ecafe82d56
26 lines
642 B
YAML
26 lines
642 B
YAML
---
|
|
- name: test_trigger
|
|
debug_level: 2
|
|
distinguished_by:
|
|
- instance_id
|
|
- timestamp: "day"
|
|
expiration: "$last + 2d"
|
|
fire_pipeline: "test_fire_pipeline"
|
|
expire_pipeline: "test_expire_pipeline"
|
|
match_criteria:
|
|
- event_type:
|
|
- compute.instance.*
|
|
- snapshot_instance
|
|
- keypair.import.*
|
|
- rebuild_instance
|
|
- compute.instance.*
|
|
- "!compute.instance.exists"
|
|
- event_type: compute.instance.exists
|
|
map_distinguished_by:
|
|
timestamp: audit_period_beginning
|
|
fire_criteria:
|
|
- event_type: compute.instance.exists
|
|
traits:
|
|
audit_period_ending:
|
|
datetime: $audit_period_beginning + 1d
|