Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security Solution][Detections] Adds sequence callout in the exceptions modals for eql rule types #79007

Merged
merged 7 commits into from
Oct 5, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
changes language
  • Loading branch information
dplumlee committed Oct 5, 2020
commit bc046d40c3f117b4fbdfb06203e5f0d22e44abf9
Original file line number Diff line number Diff line change
@@ -86,6 +86,6 @@ export const ADD_EXCEPTION_SEQUENCE_WARNING = i18n.translate(
'xpack.securitySolution.exceptions.addException.sequenceWarning',
{
defaultMessage:
'This rule is a sequence statement. The exception created will apply to all events in the sequence.',
"This rule's query contains an EQL sequence statement. The exception created will apply to all events in the sequence.",
}
);
Original file line number Diff line number Diff line change
@@ -94,6 +94,6 @@ export const EDIT_EXCEPTION_SEQUENCE_WARNING = i18n.translate(
'xpack.securitySolution.exceptions.editException.sequenceWarning',
{
defaultMessage:
'This rule is a sequence statement. The exception modified will apply to all events in the sequence.',
"This rule's query contains an EQL sequence statement. The exception modified will apply to all events in the sequence.",
}
);