-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] [Exceptions] Adds options to create a shared exception list and to create a single item from the manage exceptions view #144575
Conversation
… title of breadcrumb
…ion perPage property to 20
…st to match outcome where we are overwriting a list on import and the list item ids already exist so there should be no error when overwriting
DETECTION = 'detection', | ||
RULE_DEFAULT = 'rule_default', | ||
DETECTION = 'detection', // shared exception list type | ||
RULE_DEFAULT = 'rule_default', // rule default, cannot be shared |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
...ugins/security_solution/public/exceptions/manage_exceptions/create_shared_exception_list.tsx
Outdated
Show resolved
Hide resolved
...ugins/security_solution/public/exceptions/manage_exceptions/create_shared_exception_list.tsx
Outdated
Show resolved
Hide resolved
...ugins/security_solution/public/exceptions/manage_exceptions/create_shared_exception_list.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/security_solution/public/exceptions/manage_exceptions/use_create_shared_list.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the great work, and the explanations! ❤️
Added some comments but none of them will stop the merge!
…ates code to use a form object and use only one onchange fn
…to more-exceptions-work
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Async chunks
Page load bundle
Unknown metric groupsESLint disabled in files
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @dhurley14 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
* main: [Lens] Rearrange options (elastic#144891) [Actionable Observability] Integrate alert search bar on rule details page (elastic#144718) [Security Solution] [Exceptions] Adds options to create a shared exception list and to create a single item from the manage exceptions view (elastic#144575) [Actionable Observability] Add context.alertDetailsUrl to connector template for Uptime > Monitor status & Uptime TLS rules (elastic#144740) [Security Solution] [Feat] Add Bulk Events to Timeline. (elastic#142737) [TIP] Env specific cypress config (elastic#144894) skip flaky suite (elastic#144885) [Enterprise Search] Fixes Search Index page to go blank when connection lost (elastic#144022) [Cloud Posture] track findings pages (elastic#144822) [ContentManagement] Inspector flyout (elastic#144240) [Cloud Posture] Dashboard Redesign - data counter cards (elastic#144565) [TIP] Run e2e pipeline on CI (elastic#144776) [Guided onboarding] Config updates for the Security guide (elastic#144844) Cleanup unused code for claiming tasks by id (elastic#144408) Ping the response-ops team whenever a new connector type is registered (elastic#144736)
Summary
Adds options to create a shared exception list and creating a single item to be attached to multiple rules default lists or to add it to shared lists.
Checklist
Delete any items that are not applicable to this PR.