{
  "conditions": {
    "all": [
      {
        "path": "$.schemaId",
        "operator": "equals",
        "value": "azureMonitorCommonAlertSchema"
      },
      {
        "path": "$.data.essentials.configurationItems[0]",
        "operator": "equals",
        "value": "runtime-backend.statibeat.com"
      },
      {
        "path": "$.data.essentials.alertRule",
        "operator": "contains",
        "value": "database readiness"
      }
    ]
  },
  "stage_mapping": {
    "state_path": "$.data.essentials.monitorCondition",
    "values": {
      "Fired": "critical",
      "Resolved": "healthy"
    },
    "default_stage": "warning"
  },
  "output_mapping": {
    "fingerprint_path": "$.data.essentials.originAlertId",
    "summary_path": "$.data.essentials.description",
    "error_message_path": "$.data.alertContext.condition.allOf[0].metricName",
    "observed_at_path": "$.data.essentials.firedDateTime"
  },
  "safety_settings": {
    "public_post_mode": "draft_only"
  }
}
