-
Notifications
You must be signed in to change notification settings - Fork 108
[Docs migration] Cleans up detection and alerts files #566
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
Merged
Conversation
This file contains hidden or 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
This was referenced Feb 23, 2025
3 tasks
…tic/docs-content into detection-and-alerts-topics
benironside
previously approved these changes
Mar 5, 2025
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.
Few tiny optional suggestions, otherwise looks perfect!
Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
benironside
approved these changes
Mar 5, 2025
thekofimensah
pushed a commit
that referenced
this pull request
Mar 21, 2025
Addresses part of #559 by doing the following: - Removes raw migrated Serverless files that are no longer being used. - Adds anchors where missing and updates anchors that start with an underscore. - Makes minor inline adjustments to the files that were labeled as "lift-and-shift" where appropriate. Affected pages: - [About building block rules](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/about-building-block-rules) - [About detection rules](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/about-detection-rules) - [Add detection alerts to cases](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/add-detection-alerts-to-cases) - [Create a detection rule](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/create-detection-rule) - [Detections requirements](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/detections-requirements) - [Install and manage Elastic prebuilt rules](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/install-manage-elastic-prebuilt-rules) - [Launch Timeline from investigation guides](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/launch-timeline-from-investigation-guides) - [Manage detection alerts](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/manage-detection-alerts) - [Manage detection rules](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/manage-detection-rules) - [MITRE ATT&CK® coverage](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/mitre-attandckr-coverage) - [Using logsdb index mode with Elastic Security](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/using-logsdb-index-mode-with-elastic-security) - [View detection alert details](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/view-detection-alert-details) - [Visualize detection alerts](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/visualize-detection-alerts) - [Alert suppression](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/suppress-detection-alerts) - [Reduce alerts and notifications](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/reduce-notifications-alerts) - [Query alert indices](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/query-alert-indices) - [Tune detection rules](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/566/solutions/security/detect-and-alert/tune-detection-rules) --------- Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses part of #559 by doing the following:
Affected pages: