-
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
[SIEM] Detections create prepackage rules #55403
[SIEM] Detections create prepackage rules #55403
Conversation
…re-packages rules
…eate-prepackage-rules
…eate-prepackage-rules
…eate-prepackage-rules
Pinging @elastic/siem (Team:SIEM) |
0ea8d70
to
657521e
Compare
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.
Looking good, @XavierM. Leaving a few small comments below.
Also, assuming the "Activity monitor" (or something like "Failure history") tab at the top of the rules page is not being included as part of the initial release, can we add back the border
prop to the HeaderPage
component? If/when the tabs get introduced on the page, we can remove the prop again.
x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/translations.ts
Show resolved
Hide resolved
x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/index.tsx
Outdated
Show resolved
Hide resolved
...siem/public/pages/detection_engine/rules/components/pre_packaged_rules/load_empty_prompt.tsx
Show resolved
Hide resolved
...ugins/siem/public/pages/detection_engine/rules/components/pre_packaged_rules/translations.ts
Show resolved
Hide resolved
...ugins/siem/public/pages/detection_engine/rules/components/pre_packaged_rules/translations.ts
Show resolved
Hide resolved
...siem/public/pages/detection_engine/rules/components/pre_packaged_rules/load_empty_prompt.tsx
Show resolved
Hide resolved
...ugins/siem/public/pages/detection_engine/rules/components/pre_packaged_rules/translations.ts
Show resolved
Hide resolved
...ugins/siem/public/pages/detection_engine/rules/components/pre_packaged_rules/translations.ts
Show resolved
Hide resolved
...ugins/siem/public/pages/detection_engine/rules/components/pre_packaged_rules/translations.ts
Show resolved
Hide resolved
...ns/siem/public/pages/detection_engine/rules/components/pre_packaged_rules/update_callout.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.
Checked out, gave a quick test spin, LGTM
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* update extra action on rule detail to match design * remove experimental label * allow pre-package to be deleted + do not allow wrong user to create pre-packages rules * Additional look back minimum value to 1 * fix flow with edit rule * add success toaster when rule is created or updated * Fix Timeline selector loading * review ben doc + change detectin engine to detection even in url * Succeeded text size consistency in rule details page * fix description of threats * fix test * fix type * fix internatinalization * adding pre-packaged rules * fix bug + enhance ux * unified icon * fix i18n * fix bugs * review I * review II * add border back
* update extra action on rule detail to match design * remove experimental label * allow pre-package to be deleted + do not allow wrong user to create pre-packages rules * Additional look back minimum value to 1 * fix flow with edit rule * add success toaster when rule is created or updated * Fix Timeline selector loading * review ben doc + change detectin engine to detection even in url * Succeeded text size consistency in rule details page * fix description of threats * fix test * fix type * fix internatinalization * adding pre-packaged rules * fix bug + enhance ux * unified icon * fix i18n * fix bugs * review I * review II * add border back
* update extra action on rule detail to match design * remove experimental label * allow pre-package to be deleted + do not allow wrong user to create pre-packages rules * Additional look back minimum value to 1 * fix flow with edit rule * add success toaster when rule is created or updated * Fix Timeline selector loading * review ben doc + change detectin engine to detection even in url * Succeeded text size consistency in rule details page * fix description of threats * fix test * fix type * fix internatinalization * adding pre-packaged rules * fix bug + enhance ux * unified icon * fix i18n * fix bugs * review I * review II * add border back
* update extra action on rule detail to match design * remove experimental label * allow pre-package to be deleted + do not allow wrong user to create pre-packages rules * Additional look back minimum value to 1 * fix flow with edit rule * add success toaster when rule is created or updated * Fix Timeline selector loading * review ben doc + change detectin engine to detection even in url * Succeeded text size consistency in rule details page * fix description of threats * fix test * fix type * fix internatinalization * adding pre-packaged rules * fix bug + enhance ux * unified icon * fix i18n * fix bugs * review I * review II * add border back
* master: (38 commits) [ML] Fix counters and percentages for array fields on the Data visualizer page (elastic#55209) [SIEM][Detection Engine] Tags being turned into null rules part deux (elastic#55507) [DOCS] Add tip for using elasticsearch-certutil http command (elastic#55357) [SIEM][Detection Engine] Critical blocker, fixes schema accepting values it should not (elastic#55488) [SIEM] Detections create prepackage rules (elastic#55403) [Reporting] Convert CSV Export libs to Typescript (elastic#55117) [Maps] show field type icons in data driven styling field select (elastic#55166) Adds event log for actions and alerting (elastic#45081) [SIEM][Detection Engine] Fixes critical blocker where signals on signals are not operating [SIEM][Detection Engine] Critical blocker, adds need REST prefix for cloud remove incorrect config (elastic#55427) Retain pinned filters when loading and clearing saved queries (elastic#54307) Resolver zoom, pan, and center controls (elastic#55221) Skip failing endpoint saga tests [skip-ci] Update migration guide to add rendering service example (elastic#54744) [DOCS] Updates to heat map page (elastic#55097) [Endpoint] Fix saga to start only after store is created and stopped on app unmount (elastic#55245) [Logs UI] Use the correct icons and labels in the feature cont… (elastic#55292) [Uptime] Handle locations with names but no geo data (elastic#55234) ...
Summary
Allow user to load/re-load/update pre-packaged rules from Elastic.
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers