-
Notifications
You must be signed in to change notification settings - Fork 32
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
Convert integration AWS ES to gen (+ improve rules in gen format) #518
Conversation
feat : convert module integration_aws-elasticache-common to gen format feat : support for multiple signal in rules feat : support for multiple time the same severity in rules
modules/integration_aws-elasticache-common/conf/02-max-connection.yaml
Outdated
Show resolved
Hide resolved
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.
Looks good overall! Made a few suggestions that may involve also renaming files, inputs and/or outputs.
modules/integration_aws-elasticache-common/conf/06-evictions-growing.yaml
Outdated
Show resolved
Hide resolved
modules/integration_aws-elasticache-common/conf/05-free-memory.yaml
Outdated
Show resolved
Hide resolved
modules/integration_aws-elasticsearch/conf/07-ultrawarm-free-space.yaml
Outdated
Show resolved
Hide resolved
warm_node_cpu: | ||
metric: WarmCPUUtilization | ||
signal: | ||
formula: union(data_node_cpu, warm_node_cpu) |
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 should probably process those signals independently as Ultrawarm nodes do not have the same profile as normal nodes.
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.
It's a bit too much of a change for this PR, maybe for another one
feat : convert module integration_aws-elasticsearch to gen format
feat : convert module integration_aws-elasticache-common to gen format
feat : support for multiple signal in rules
feat : support for multiple time the same severity in rules
fixes #516