mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 00:49:11 +00:00
FIX: Fixes after merge fail.
Original commit: elastic/x-pack-elasticsearch@6bab2d2640
This commit is contained in:
parent
4e825e7fac
commit
3f4d469d4a
@ -373,8 +373,8 @@ public class AlertActionManager extends AbstractComponent {
|
||||
} else if (entry.getState() != AlertActionState.THROTTLED) {
|
||||
entry.setState(AlertActionState.ACTION_PERFORMED);
|
||||
}
|
||||
entry.setPayloadRequest(trigger.getPayloadRequest());
|
||||
entry.setPayloadResponse(trigger.getPayloadResponse());
|
||||
entry.setPayloadRequest(result.getPayloadRequest());
|
||||
entry.setPayloadResponse(result.getPayloadResponse());
|
||||
} else {
|
||||
entry.setState(AlertActionState.NO_ACTION_NEEDED);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user