Fixing resolver alert generation (#69587)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Jonathan Buttner 2020-06-19 09:55:18 -04:00 committed by GitHub
parent af7e2d2400
commit 7ec8836eab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -652,6 +652,7 @@ export class EndpointDocGenerator {
const ancestry = this.createAlertEventAncestry(
options.ancestors,
options.relatedEvents,
options.relatedAlerts,
options.percentWithRelated,
options.percentTerminated
);