-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update PluginStats with new field in response optional_extended_plugi…
…ns and upgrade to 2.19.0 (#814) * Update PluginStats with new field in response optional_extended_plugins Signed-off-by: Craig Perkins <cwperx@amazon.com> * Fix lint error and add to CHANGELOG Signed-off-by: Craig Perkins <cwperx@amazon.com> * Update test-spec Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add test for /_cluster/stats/{metric}/nodes/{node_id} Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add mechanism to assert that response contains given a list of target values Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add additional unit test Signed-off-by: Craig Perkins <cwperx@amazon.com> * Revert "Add additional unit test" This reverts commit e555bc2. Signed-off-by: Craig Perkins <cwperx@amazon.com> * Revert "Add mechanism to assert that response contains given a list of target values" This reverts commit e9c9eb1. Signed-off-by: Craig Perkins <cwperx@amazon.com> * Remove test Signed-off-by: Craig Perkins <cwperx@amazon.com> * Remove from required and update sha Signed-off-by: Craig Perkins <cwperx@amazon.com> * Update FlowFrameworkDeleteResponse to use WriteResponseBase Signed-off-by: Thomas Farr <tsfarr@amazon.com> * Fix k-NN model training tests to work with small training sample set Signed-off-by: Thomas Farr <tsfarr@amazon.com> * Add `id` and `group_by` to `TopQuery` Signed-off-by: Thomas Farr <tsfarr@amazon.com> * Even smaller k-NN model training Signed-off-by: Thomas Farr <tsfarr@amazon.com> * Fix k-NN tests Signed-off-by: Thomas Farr <tsfarr@amazon.com> * Fix flow framework test Signed-off-by: Thomas Farr <tsfarr@amazon.com> * Split k-NN plugin tests out of default Signed-off-by: Thomas Farr <tsfarr@amazon.com> * Simplify flow framework delete response Signed-off-by: Thomas Farr <tsfarr@amazon.com> --------- Signed-off-by: Craig Perkins <cwperx@amazon.com> Signed-off-by: Thomas Farr <tsfarr@amazon.com> Co-authored-by: Thomas Farr <tsfarr@amazon.com>
- Loading branch information
Showing
15 changed files
with
157 additions
and
82 deletions.
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: '3' | ||
|
||
services: | ||
opensearch-cluster: | ||
image: ${OPENSEARCH_DOCKER_HUB_PROJECT:-opensearchproject}/opensearch:${OPENSEARCH_VERSION:-latest}${OPENSEARCH_DOCKER_REF} | ||
ports: | ||
- 9200:9200 | ||
- 9600:9600 | ||
environment: | ||
- OPENSEARCH_INITIAL_ADMIN_PASSWORD=${OPENSEARCH_PASSWORD:-myStrongPassword123!} | ||
- OPENSEARCH_JAVA_OPTS=${OPENSEARCH_JAVA_OPTS} | ||
- discovery.type=single-node |
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
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
Oops, something went wrong.