{
  "conditions": {
    "all": [
      {
        "path": "$.version",
        "operator": "equals",
        "value": "1.2"
      },
      {
        "path": "$.incident.metric.labels.host",
        "operator": "equals",
        "value": "runtime-backend.statibeat.com"
      },
      {
        "path": "$.incident.policy_name",
        "operator": "contains",
        "value": "database readiness"
      }
    ]
  },
  "stage_mapping": {
    "state_path": "$.incident.state",
    "values": {
      "open": "warning",
      "closed": "healthy"
    },
    "default_stage": "warning"
  },
  "output_mapping": {
    "fingerprint_path": "$.incident.incident_id",
    "summary_path": "$.incident.summary",
    "error_message_path": "$.incident.condition_name",
    "region_path": "$.incident.resource.labels.location"
  },
  "safety_settings": {
    "public_post_mode": "draft_only"
  }
}
