Skip to content

Commit

Permalink
feat: kibana 8.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Jan 30, 2025
1 parent c0834b0 commit 4f8d23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep/providers/kibana_provider/kibana_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def _format_alert(
"status": alert_info.get("actionGroupName"),
"actionSubgroup": alert_info.get("actionSubgroup"),
"isFlapping": alert_info.get("flapping"),
"id": alert_info.get("id"),
"kibana_alert_id": alert_info.get("id"),
"fingerprint": alert_info.get("uuid"),
"url": context_info.get("alertDetailsUrl"),
"context.message": context_info.get("message"),
Expand Down

0 comments on commit 4f8d23e

Please sign in to comment.