-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Monitoring] Some progress on making alerts better in the UI #81569
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
chrisronline
merged 59 commits into
elastic:master
from
chrisronline:monitoring/better_alerts_in_ui
Dec 13, 2020
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
50e4d95
Some progress on making alerts better in the UI
chrisronline 6aa082d
Merge remote-tracking branch 'elastic/master' into monitoring/better_…
chrisronline 03a9731
Handle edge case
chrisronline aa612ad
Merge remote-tracking branch 'elastic/master' into monitoring/better_…
chrisronline bc8b7ac
Merge in master -a
chrisronline ca865c2
Updates
chrisronline c228539
More updates
chrisronline 0d28e5c
Merge remote-tracking branch 'elastic/master' into monitoring/better_…
chrisronline e07860f
Show kibana instances alerts better
chrisronline 46b3b9c
Stop showing missing nodes and improve the detail alert UI
chrisronline 73c199f
WIP
chrisronline 270b660
Fix the badge display
chrisronline 6d4027a
Merge remote-tracking branch 'elastic/master' into monitoring/better_…
chrisronline 91ebbf9
Okay I think this is finally working
chrisronline a2b8abb
Fix type issues
chrisronline c36ed5a
Fix tests
chrisronline 2c8c752
Merge remote-tracking branch 'elastic/master' into monitoring/better_…
chrisronline 70aa1c5
Fix tests
chrisronline b383f3f
Fix alert counts
chrisronline fa250d1
Fix setup mode listing
chrisronline 8231ce0
Better detail page view of alerts
chrisronline d5ba0a9
Feedback
chrisronline 07c7ac2
Merge remote-tracking branch 'elastic/master' into monitoring/better_…
chrisronline 85e3e08
Sorting
chrisronline 44fcb2b
Merge remote-tracking branch 'elastic/master' into monitoring/better_…
chrisronline 3b95c70
Fix a couple small issues
chrisronline fb4cb7b
Start of unit tests
chrisronline 7b38bea
I don't think we need this Mock type
chrisronline 9cc615e
Merge remote-tracking branch 'elastic/master' into monitoring/better_…
chrisronline 0a2a011
Fix types
chrisronline 0e194ef
More tests
chrisronline 95a7080
Improve tests and fix sorting
chrisronline b8c26bb
Merge remote-tracking branch 'elastic/master' into monitoring/better_…
chrisronline b8d37e5
Merge remote-tracking branch 'elastic/master' into monitoring/better_…
chrisronline fa16e1e
Make this test more resilient
chrisronline e7e7a25
Merge in master
chrisronline f450379
Updates after merging master
chrisronline e16b13d
Fix tests
chrisronline c548654
Fix types, and improve tests
chrisronline d487967
PR comments
chrisronline ad08ad8
Merge remote-tracking branch 'elastic/master' into monitoring/better_…
chrisronline b88d8b3
Merge remote-tracking branch 'elastic/master' into monitoring/better_…
chrisronline 9c7baee
Remove nextStep logic
chrisronline 9e7a756
PR feedback
chrisronline 88256a1
Merge in master
chrisronline cc659c6
PR feedback
chrisronline 6abc318
Removing unnecessary changes
chrisronline 5eae22b
Fixing bad merge issues
chrisronline 8184b86
Remove unused imports
chrisronline a33cf5e
Add tooltip to alerts grouped by node
chrisronline e4f7d04
Fix up stateFilter usage
chrisronline d0c2369
Code clean up
chrisronline 6aa31d4
PR feedback
chrisronline ae015fb
Fix state filtering in the category list
chrisronline 0711e22
Fix types
chrisronline d9a7849
Fix test
chrisronline ee0e99d
Merge branch 'master' into monitoring/better_alerts_in_ui
kibanamachine 5ff14e5
Fix types
chrisronline c98a4f1
Update snapshots
chrisronline File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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 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 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
Oops, something went wrong.
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.
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.
We don't need a
keyhere since since it's not iterated (at its nested scope).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.
Sure, I can try to remove it. I originally added it because I saw strange behavior when toggling between the modes and React refusing to render any changes.
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.
I ended up adding this back in because I saw the same behavior. I'd be happy to solve the issue another way if you have ideas.