Skip to content

Commit

Permalink
Merge pull request #1 from sbcd90/2.x-to-2.15-fix
Browse files Browse the repository at this point in the history
fix compilation issues
  • Loading branch information
peterzhuamazon authored Jun 6, 2024
2 parents 1338a24 + 61276aa commit 7851417
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public void getAlertsByMonitorIds(
alertIndex,
monitorIds,
null,
null,
null
);

Expand Down Expand Up @@ -255,7 +256,8 @@ public void getAlerts(List<String> alertIds,
DetectorMonitorConfig.getAllAlertsIndicesPattern(detector.getDetectorType()),
null,
null,
alertIds);
alertIds,
null);
AlertingPluginInterface.INSTANCE.getAlerts(
(NodeClient) client,
request, actionListener);
Expand Down

0 comments on commit 7851417

Please sign in to comment.