File tree Expand file tree Collapse file tree
src/robusta/integrations/slack Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -294,3 +294,5 @@ Available template variables:
294294+-----------------------------+-------------------------------------------------------------+
295295| ``annotations `` | Kubernetes annotations on the subject resource (dict) |
296296+-----------------------------+-------------------------------------------------------------+
297+ | ``fingerprint `` | The unique identifier for the alert |
298+ +-----------------------------+-------------------------------------------------------------+
Original file line number Diff line number Diff line change @@ -508,6 +508,7 @@ def __create_finding_header_preview(
508508 "aggregation_key" : finding .aggregation_key ,
509509 "labels" : finding .subject .labels if finding .subject else {},
510510 "annotations" : finding .subject .annotations if finding .subject else {},
511+ "fingerprint" : finding .fingerprint ,
511512 }
512513
513514 custom_template = sink_params .get_custom_template () if sink_params else None
You can’t perform that action at this time.
0 commit comments