-
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
[Stack Monitoring] create alert per node, index, or cluster instead of always per cluster #102544
Merged
neptunian
merged 21 commits into
elastic:master
from
neptunian:100136-alerts-per-node-change-stack-monitoring
Jun 29, 2021
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
8958485
create alert per node instead of per cluster
neptunian 78ccc94
add comment
neptunian 78882c6
fix test, replace alert state with empty array with no node is firing
neptunian b7fd890
update cpu usage action messaging
neptunian b0af3fe
fix internationalization
neptunian d610744
update disk usage rule action messaging
neptunian 215e5ac
update memory usage rule action messaging
neptunian 8087080
update other action messaging
neptunian 2b1bf65
update missing monitoring data alert action messaging
neptunian 42f06e8
remove comment
neptunian 394369e
fix bug where threadpool alerts were not firing
neptunian 853725c
fix bug with threadpool rejections and update alert action messaging …
neptunian 65fe38b
update comments
neptunian 4957b68
unit test for thread pool write rejections alert
neptunian c71347c
update messaging for CCR read rejection
neptunian ded697e
fix cluster level alerts to use the cluster id when its not node level
neptunian f9b57cd
add more tests to nodes changed alert
neptunian 5c9f377
update default message
neptunian 6cb2c0d
update alert messaging for large shard size
neptunian f3034ca
update default messaging
neptunian 0a0b773
Merge branch 'master' into 100136-alerts-per-node-change-stack-monito…
kibanamachine 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 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
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.
This was getting the wrong data was not able to destructure the values further down resulting in a bug for Threadpool alerts.