Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/automated-in-esql' into automate…
Browse files Browse the repository at this point in the history
…d-in-esql
  • Loading branch information
tomsonpl committed Jul 4, 2024
2 parents 35b9459 + 4116114 commit 31e9905
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ export const EqlOptionalFields = z.object({
tiebreaker_field: TiebreakerField.optional(),
timestamp_field: TimestampField.optional(),
alert_suppression: AlertSuppression.optional(),
response_actions: z.array(ResponseAction).optional(),
});

export type EqlRuleCreateFields = z.infer<typeof EqlRuleCreateFields>;
Expand Down

0 comments on commit 31e9905

Please sign in to comment.