Skip to content

Commit

Permalink
refactored the alert error rule
Browse files Browse the repository at this point in the history
  • Loading branch information
alsmk committed Dec 24, 2024
1 parent 8d04f81 commit 30740a6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# & Healthcare Disclaimer located at http://opencrvs.org/license.
#
# Copyright (C) The OpenCRVS Authors located at https://github.com/opencrvs/opencrvs-core/blob/master/AUTHORS.
name: 'log-alert'
name: 'log-error-alert'
type: 'frequency'
index: 'kibana-alert-history-default'
is_enabled: true
Expand All @@ -26,8 +26,8 @@ filter:
should:
- term:
rule.name.keyword:
value: 'Error while backup'
minimum_should_match: 1
value: 'Error while backup '


alert: post2
http_post2_url: 'http://countryconfig:3040/email'
Expand Down

0 comments on commit 30740a6

Please sign in to comment.