-
Notifications
You must be signed in to change notification settings - Fork 892
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
[Backport 1.x] Custom healthcheck with filters (#2232) #2247
[Backport 1.x] Custom healthcheck with filters (#2232) #2247
Conversation
Enable filtering with custom health checks based on node attributes: ``` opensearch.optimizedHealthcheck.filters: { attribute_key: "attribute_value", } ``` Also, fixes issue that expects the response to array when it was a dictionary. Issue: opensearch-project#2214 opensearch-project#2203 Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Had to manually create this one because of conflicts but will use this PR to backport to the v1 branches. |
I'm confused how we can add multiple changes to already frozen branches like 1.1 and 1.3. shouldn't this count as a new minor release for each major version? So in this case it will be 1.5? Or are we making this a patch fix so it goes in as 1.1.x etc |
Has it been official that these branches are frozen? This is more of a bug fix as much as it is a feature, so have included in a patch fix. |
Enable filtering with custom health checks based on node attributes: ``` opensearch.optimizedHealthcheck.filters: { attribute_key: "attribute_value", } ``` Also, fixes issue that expects the response to array when it was a dictionary. Issue: #2214 #2203 Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit e6abd9e)
Enable filtering with custom health checks based on node attributes: ``` opensearch.optimizedHealthcheck.filters: { attribute_key: "attribute_value", } ``` Also, fixes issue that expects the response to array when it was a dictionary. Issue: #2214 #2203 Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit e6abd9e)
Enable filtering with custom health checks based on node attributes: ``` opensearch.optimizedHealthcheck.filters: { attribute_key: "attribute_value", } ``` Also, fixes issue that expects the response to array when it was a dictionary. Issue: #2214 #2203 Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit e6abd9e)
Enable filtering with custom health checks based on node attributes: ``` opensearch.optimizedHealthcheck.filters: { attribute_key: "attribute_value", } ``` Also, fixes issue that expects the response to array when it was a dictionary. Issue: #2214 #2203 Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit e6abd9e)
Enable filtering with custom health checks based on node attributes: ``` opensearch.optimizedHealthcheck.filters: { attribute_key: "attribute_value", } ``` Also, fixes issue that expects the response to array when it was a dictionary. Issue: #2214 #2203 Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit e6abd9e) Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
Enable filtering with custom health checks based on node attributes: ``` opensearch.optimizedHealthcheck.filters: { attribute_key: "attribute_value", } ``` Also, fixes issue that expects the response to array when it was a dictionary. Issue: #2214 #2203 Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit e6abd9e) Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
Enable filtering with custom health checks based on node attributes: ``` opensearch.optimizedHealthcheck.filters: { attribute_key: "attribute_value", } ``` Also, fixes issue that expects the response to array when it was a dictionary. Issue: #2214 #2203 Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit e6abd9e) Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
Enable filtering with custom health checks based on node attributes: ``` opensearch.optimizedHealthcheck.filters: { attribute_key: "attribute_value", } ``` Also, fixes issue that expects the response to array when it was a dictionary. Issue: #2214 #2203 Signed-off-by: Kawika Avilla <kavilla414@gmail.com> (cherry picked from commit e6abd9e) Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
Backport e6bbb40 from #2232