-
Notifications
You must be signed in to change notification settings - Fork 201
[ESS][8.18] Editing, exporting, and importing prebuilt rules #6563
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
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
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.
No comments outside of the need to mention licensing. Thanks Nastasha!
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.
LGTM! Thanks @nastasha-solomon !
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.
@nastasha-solomon Thank you, a few suggestions and comments that I think we should address in this PR.
Co-authored-by: Georgii Gorbachev <[email protected]>
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.
Thank you @nastasha-solomon, LGTM 👍
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.
Nice work!
* First draft * Defined missing bulk actions * Formatting and org fixes * Minor change to tip about modified prebuilt rules * possession! * Incorporate feedback from first round of reviews. * Cleanup * Adds note about imported rules without base verions * Merge branch 'issue-5061-import-export-modify' of github.com:elastic/security-docs into issue-5061-import-export-modify * Edits * Update docs/detections/rules-ui-manage.asciidoc * Update docs/detections/rules-ui-manage.asciidoc * Update docs/detections/rules-ui-manage.asciidoc * Update docs/detections/rules-ui-manage.asciidoc Co-authored-by: Georgii Gorbachev <[email protected]> * Georgii's feedback pt.1 * Update docs/detections/rules-ui-manage.asciidoc * Update docs/detections/rules-ui-manage.asciidoc --------- Co-authored-by: Georgii Gorbachev <[email protected]> (cherry picked from commit ed51c36)
…893) Partially addresses elastic/security-docs#5061 by providing docs for editing, exporting, and importing prebuilt rules (customized and non-customized). See twin 8.18 PR (elastic/security-docs#6563) for a breakdown of changes. Previews: - [Modify existing rules settings](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/893/solutions/security/detect-and-alert/manage-detection-rules#edit-rules-settings) - [Export and import rules](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/893/solutions/security/detect-and-alert/manage-detection-rules#import-export-rules-ui)
…6660) * First draft * Defined missing bulk actions * Formatting and org fixes * Minor change to tip about modified prebuilt rules * possession! * Incorporate feedback from first round of reviews. * Cleanup * Adds note about imported rules without base verions * Merge branch 'issue-5061-import-export-modify' of github.com:elastic/security-docs into issue-5061-import-export-modify * Edits * Update docs/detections/rules-ui-manage.asciidoc * Update docs/detections/rules-ui-manage.asciidoc * Update docs/detections/rules-ui-manage.asciidoc * Update docs/detections/rules-ui-manage.asciidoc Co-authored-by: Georgii Gorbachev <[email protected]> * Georgii's feedback pt.1 * Update docs/detections/rules-ui-manage.asciidoc * Update docs/detections/rules-ui-manage.asciidoc --------- Co-authored-by: Georgii Gorbachev <[email protected]> (cherry picked from commit ed51c36) Co-authored-by: Nastasha Solomon <[email protected]>
Description
Partially addresses #5061 by providing docs for editing, exporting, and importing prebuilt rules (customized and non-customized). Docs for updating customized prebuilt rules are at #6568.
Twin 9.0 and Serverless PR: elastic/docs-content#893
Previews