-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security Solution] Some default values on IM rule creation are not present #130770
Comments
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
More details regarding what's missing when you open a Rule Creation page and select the Indicator Match rule type:
|
Hey @banderror, the security platform team could help with this one. @yctercero I added it to your board. |
Ok cool, thank you. @yctercero I was going to get back to this one post-FF after the epic I'm working on right now. If/when you get a chance to look into it before that, please ping me. There's an in-progress #130825 that needs to be finalized that addresses this and one more related bug. |
**Addresses:** #130767, #130770 Related to [this PR](#130825). @banderror described the reason for the problems in his PR. There was [ask ](#130825 (review)) to not return the `useEffect` to the form lib. The fix of the form clears the values [in this commit](df0b7bb) Then I cherry-pick commits from @banderror PR to fix form stripping undefined values and also fixed some tests ### Checklist Delete any items that are not applicable to this PR. - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
**Addresses:** #130767, #130770 Related to [this PR](#130825). @banderror described the reason for the problems in his PR. There was [ask ](#130825 (review)) to not return the `useEffect` to the form lib. The fix of the form clears the values [in this commit](df0b7bb) Then I cherry-pick commits from @banderror PR to fix form stripping undefined values and also fixed some tests ### Checklist Delete any items that are not applicable to this PR. - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios (cherry picked from commit 52bdf9a)
Fixed in #132834 |
**Addresses:** elastic#130767, elastic#130770 Related to [this PR](elastic#130825). @banderror described the reason for the problems in his PR. There was [ask ](elastic#130825 (review)) to not return the `useEffect` to the form lib. The fix of the form clears the values [in this commit](elastic@df0b7bb) Then I cherry-pick commits from @banderror PR to fix form stripping undefined values and also fixed some tests ### Checklist Delete any items that are not applicable to this PR. - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios (cherry picked from commit 52bdf9a)
**Addresses:** #130767, #130770 Related to [this PR](#130825). @banderror described the reason for the problems in his PR. There was [ask ](#130825 (review)) to not return the `useEffect` to the form lib. The fix of the form clears the values [in this commit](df0b7bb) Then I cherry-pick commits from @banderror PR to fix form stripping undefined values and also fixed some tests ### Checklist Delete any items that are not applicable to this PR. - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios (cherry picked from commit 52bdf9a) Co-authored-by: Khristinin Nikita <[email protected]>
Hi @banderror , We have validated this issue on 8.3.0 BC2 and observed that issue is now Fixed. 🟢
Please find below the testing details: Build Details:
Screenshots indicator.mp4Hence, We are closing this issue and marking as QA Validated cc: @MadameSheema |
Describe the bug:
Kibana/Elasticsearch Stack version:
Steps to reproduce:
Current behavior:
Expected behavior:
Additional information:
The text was updated successfully, but these errors were encountered: