Skip to content

Commit

Permalink
fix(provider): splunk duplicate alerts mislogic (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
talboren authored Apr 4, 2024
1 parent d90579d commit 403ed25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep/providers/splunk_provider/splunk_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def _format_alert(
alert,
(
SplunkProvider.FINGERPRINT_FIELDS
if (exception is not None and logger is not None)
if (exception is not None or logger is not None)
else ["name"]
),
)
Expand Down

0 comments on commit 403ed25

Please sign in to comment.