-
Notifications
You must be signed in to change notification settings - Fork 655
docs: add preface for deprecated prebuilt detection rules page #5968
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,25 @@ | ||||||
| # Deprecated prebuilt detection rules | ||||||
|
|
||||||
| Elastic periodically retires prebuilt detection rules that have been superseded by improved coverage, renamed, or are no longer relevant to current threat landscapes. Deprecated rules are moved to a separate category rather than deleted so that users who have customized or enabled them retain a reference. | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Made some minor tweaks so users don't wonder if "retired" rules are different from "deprecated" ones. Also removed the part about rules being moved to a separate category because it could be interpreted as them being physically moved to a separate folder or location in the EPR package.
Suggested change
|
||||||
|
|
||||||
| ## What happens to deprecated rules | ||||||
|
|
||||||
| Deprecated rules continue to function normally if you have enabled them. Elastic no longer maintains them, which means: | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Small tweak to the first sentence because the following limitations slightly contradict the statement of deprecated rules running "normally".
Suggested change
|
||||||
|
|
||||||
| - They do not receive threat intelligence updates or query improvements. | ||||||
| - They may not reflect current data source field names or index patterns. | ||||||
| - They are not tested against new Elastic Stack releases. | ||||||
|
|
||||||
| ## Recommended actions | ||||||
|
|
||||||
| When a rule is deprecated, Elastic typically provides a replacement rule with improved detection logic. To transition: | ||||||
|
|
||||||
| 1. Identify the replacement rule using the rule name or description references in the deprecated rule's documentation. | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A bit more specific.
Suggested change
|
||||||
| 2. Enable the replacement rule and tune it to your environment. | ||||||
| 3. Once satisfied with the replacement, you can disable or delete the deprecated rule. | ||||||
|
|
||||||
| If no replacement is listed, the threat the rule addressed may no longer be relevant, or coverage may have been incorporated into a broader rule. | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| ## Managing deprecated rules in Kibana | ||||||
|
|
||||||
| To view and manage deprecated rules in Kibana, go to **Security → Rules → Detection Rules** and filter by the **Deprecated** tag. See [manage detection rules](docs-content://solutions/security/detect-and-alert/manage-detection-rules.md) for full instructions. | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For 9.4+ version, visit Security → Rules → Detection Rules. The deprecated rules notification will appear if you have deprecated rules installed. |
||||||
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.
remove renamed, this is not the reason for deprecation