forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add getPersistentAlerts to AlertsClient and remove getSummarizedAlert…
…s from ruleTypes (elastic#161061) Resolves: elastic#160176 This PR intends to move the getting alert-as-data fetching logic from ruleRegistry to alerting framework. `getPersistentAlerts` method fetches the alerts-as-data as long as the ruleType has `alerts` settings (fields, formatAlert etc.) ## To verify: All the rules that use alert-as-data should be still working as they are.
- Loading branch information
1 parent
b1ab844
commit 6d9bb6e
Showing
54 changed files
with
1,503 additions
and
4,160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.