Skip to content

[8.19] Prebuilt rule reversion documentation #6937

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

Open
wants to merge 2 commits into
base: 8.19
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/detections/rules-ui-manage.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,21 @@ NOTE: Rule actions won't run during a {kibana-ref}/maintenance-windows.html[main
+
NOTE: Edited prebuilt rules have the `Modified` badge on their details' pages and in the Rules table.


NOTE: Modified fields on prebuilt rules are marked with the **Modified** badge. From the rule's details page, click the badge to view the changed fields. Changes are displayed in a side-by-side comparison of the original Elastic version and the modified version. Deleted characters are highlighted in red; added characters are highlighted in green. You can also view this comparison by clicking the **Modified Elastic rule** badge under the rule's name on the rule's details page.

[float]
[[revert-rule-changes]]
=== Revert modifications to prebuilt rules

After modifying a prebuilt rule, you can restore it's original version. To do this:

1. Open the rule's details page, click the **All actions** menu, then **Revert to Elastic version**.
2. In the flyout, review the modified fields. Deleted characters are highlighted in red; added characters are highlighted in green.
3. Click **Revert** to restore the modified fields to their original versions.

NOTE: If you haven’t updated the rule in a while, its original version might be unavailable for comparison. You can avoid this by regularly updating prebuilt rules.

[float]
[[manage-rules-ui]]
=== Manage rules
Expand Down