[AI4DSOC] Disable actions and replace alerts table on the rule details page for AI4DSOC#219304
Closed
PhilippeOberti wants to merge 1 commit intoelastic:mainfrom
Closed
[AI4DSOC] Disable actions and replace alerts table on the rule details page for AI4DSOC#219304PhilippeOberti wants to merge 1 commit intoelastic:mainfrom
PhilippeOberti wants to merge 1 commit intoelastic:mainfrom
Conversation
Contributor
|
🤖 Jobs for this PR can be triggered through checkboxes. 🚧
ℹ️ To trigger the CI, please tick the checkbox below 👇
|
e97a5b9 to
2da9ab3
Compare
…s page for AI4DSOC
2da9ab3 to
fd5653f
Compare
Contributor
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
|
Contributor
Author
|
Closing this PR as after discussing with the rest of the team, the rules details is no longer accessible in AI4DSOC. See this PR that removes the link |
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
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.
Summary
This PR makes modifications to the rules details page when used in AI4DSOC (
searchAiLaketier). It's a follow up to these recently merged PRs (this one and that one).The PR applies the following changes:
Edit rule settingsbutton as this is not allowed in AI4DSOC. The button was not disabled but clicking on it navigated the user to aPage not foundpage which is not user friendlyDuplicate ruleandDelete ruleoptions in the action menu, as these actions should not be allowed in AI4DSOC eitherAlertstab with the same alerts table we have in the Alert summary page. This prevents users from accessible flyouts like the user/host/network/alerts/event... This change is similar to the ones made in these previous PRs (this one for Cases and that one for Attack discovery). A follow up PR will clean all of these table up and merge them into a more reusable one.Screen.Recording.2025-04-25.at.1.33.30.PM.mov
Checklist