-
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][Session view] - fix EuiButton key not unique throwing error #199497
[Security Solution][Session view] - fix EuiButton key not unique throwing error #199497
Conversation
Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations) |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/11746308928 |
…wing error (elastic#199497) ## Summary This PR fixes a very small console error because of a EuiButton key that is not unique in the Session View component. Before fix https://github.com/user-attachments/assets/930adc5d-1505-43c1-ac2f-451172e803e5 After fix https://github.com/user-attachments/assets/5a4a824d-d048-4822-a930-a30bb87336cc (cherry picked from commit 3124a72)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…e throwing error (#199497) (#199518) # Backport This will backport the following commits from `main` to `8.x`: - [[Security Solution][Session view] - fix EuiButton key not unique throwing error (#199497)](#199497) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Philippe Oberti","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-08T17:01:07Z","message":"[Security Solution][Session view] - fix EuiButton key not unique throwing error (#199497)\n\n## Summary\r\n\r\nThis PR fixes a very small console error because of a EuiButton key that\r\nis not unique in the Session View component.\r\n\r\nBefore fix\r\n\r\n\r\nhttps://github.com/user-attachments/assets/930adc5d-1505-43c1-ac2f-451172e803e5\r\n\r\nAfter fix\r\n\r\n\r\nhttps://github.com/user-attachments/assets/5a4a824d-d048-4822-a930-a30bb87336cc","sha":"3124a72e67b3121afbaafcf92d90a363ceb7d6a9","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Threat Hunting:Investigations","backport:version","v8.17.0"],"title":"[Security Solution][Session view] - fix EuiButton key not unique throwing error","number":199497,"url":"https://github.com/elastic/kibana/pull/199497","mergeCommit":{"message":"[Security Solution][Session view] - fix EuiButton key not unique throwing error (#199497)\n\n## Summary\r\n\r\nThis PR fixes a very small console error because of a EuiButton key that\r\nis not unique in the Session View component.\r\n\r\nBefore fix\r\n\r\n\r\nhttps://github.com/user-attachments/assets/930adc5d-1505-43c1-ac2f-451172e803e5\r\n\r\nAfter fix\r\n\r\n\r\nhttps://github.com/user-attachments/assets/5a4a824d-d048-4822-a930-a30bb87336cc","sha":"3124a72e67b3121afbaafcf92d90a363ceb7d6a9"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199497","number":199497,"mergeCommit":{"message":"[Security Solution][Session view] - fix EuiButton key not unique throwing error (#199497)\n\n## Summary\r\n\r\nThis PR fixes a very small console error because of a EuiButton key that\r\nis not unique in the Session View component.\r\n\r\nBefore fix\r\n\r\n\r\nhttps://github.com/user-attachments/assets/930adc5d-1505-43c1-ac2f-451172e803e5\r\n\r\nAfter fix\r\n\r\n\r\nhttps://github.com/user-attachments/assets/5a4a824d-d048-4822-a930-a30bb87336cc","sha":"3124a72e67b3121afbaafcf92d90a363ceb7d6a9"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Philippe Oberti <[email protected]>
Summary
This PR fixes a very small console error because of a EuiButton key that is not unique in the Session View component.
Before fix
Screen.Recording.2024-11-08.at.8.58.36.AM.mov
After fix
Screen.Recording.2024-11-08.at.9.01.48.AM.mov