You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Security Solution] Allows editing and exporting prebuilt rules from the Rule Management and Rule Details pages (#198202)
**Resolves: #180171
**Resolves: #180176
**Resolves: #180173
## Summary
> [!NOTE]
> Feature is behind the `prebuiltRulesCustomizationEnabled` feature
flag.
Adds logic to allow users to edit and export prebuilt rules from both
the Rule management page and Rule details page via the bulk action menu
and the singular overflow menu
### Acceptance criteria
- [x] Feature is hidden behind prebuiltRulesCustomizationEnabled feature
flag
- [x] Modified components still work as expected when feature flag is
off
- [x] Bulk actions are able to performed on all rule types from Rule
management page bulk actions menu
- [x] Editing
- [x] Index patterns
- [x] Tags
- [x] Highlighted fields
- [x] Schedule
- [x] Export
- [x] Singular rule actions are able to be performed on all rule types
from rule management page overflow column
- [x] Export
- [x] Singular rule actions are able to be performed on all rule types
from rule details page
- [x] Export
### Screenshots
***
### Rule management table overflow menu
#### Before
**Export button is disabled for prebuilt rules**

#### After
**Export button is enabled for all rule types**

### Rule details page overflow menu
#### Before
**Export button is disabled for prebuilt rules**

#### After
**Export button is enabled for all rule types**

---------
Co-authored-by: Elastic Machine <[email protected]>
Copy file name to clipboardExpand all lines: x-pack/plugins/security_solution/public/detection_engine/rule_management_ui/components/rules_table/use_rules_table_actions.tsx
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ import { useDownloadExportedRules } from '../../../rule_management/logic/bulk_ac
0 commit comments