-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create an index/entrypoint file to help navigate all the test plans f…
…or prebuilt rules
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
...ion/docs/testing/test_plans/detection_response/prebuilt_rules/prebuilt_rules.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Test plans for workflows related to prebuilt rules | ||
|
||
## Common information | ||
|
||
See [common information](./prebuilt_rules_common_info.md) about prebuilt rules, which inclides: | ||
|
||
- Overview of our features built around prebuilt rules. | ||
- Common terminology used in the test plans below. | ||
- Common assumptions about testing scenarios. | ||
- And other useful information. | ||
|
||
## Test plans | ||
|
||
Understand how we distribute prebuilt rules via a Fleet package and how prebuilt rules become available for installation and upgrade in the system. | ||
|
||
- [Test plan: prebuilt rules package](./prebuilt_rules_package.md) | ||
|
||
Learn how users can install prebuilt rules: | ||
|
||
- [Test plan: installing prebuilt rules](./prebuilt_rule_installation.md) | ||
|
||
Learn how users can edit and customize prebuilt rules: | ||
|
||
- [Test plan: customizing prebuilt rules](./prebuilt_rule_customization.md) | ||
|
||
Learn how users can upgrade prebuilt rules: | ||
|
||
- [Test plan: upgrading prebuilt rules one-by-one or in bulk without preview](./prebuilt_rule_upgrade_without_preview.md) | ||
- [Test plan: upgrading prebuilt rules one-by-one with preview](./prebuilt_rule_upgrade_with_preview.md) | ||
- [Test plan: diff algorithms for upgrading prebuilt rules](./prebuilt_rule_upgrade_diff_algorithms.md) | ||
|
||
Learn how users can export and import prebuilt rules: | ||
|
||
- [Test plan: exporting prebuilt rules](./prebuilt_rule_export.md) | ||
- [Test plan: importing prebuilt rules](./prebuilt_rule_import.md) |