-
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
[SecuritySolution] Fix for an unxpected empty state in Insights #142580
[SecuritySolution] Fix for an unxpected empty state in Insights #142580
Conversation
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.
Thanks! LGTM
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @janmonschke |
(cherry picked from commit 2a1df2d)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
(cherry picked from commit 2a1df2d) Co-authored-by: Jan Monschke <[email protected]>
Summary
#142576 describes a bug where the "related alerts by process ancestry" insights - module is showing an empty state and it seems stuck:
The underlying issue for this behaviour was that the component did not handle all API responses correctly. In case of an
undefined
response foralertIds
, the component would returnnull
instead of an error/empty state message.Checklist