Flaky test fix: Execute doc monitor to ensure that doc level query index is created and populated#221
Closed
eirsep wants to merge 1 commit intoopensearch-project:mainfrom
Closed
Flaky test fix: Execute doc monitor to ensure that doc level query index is created and populated#221eirsep wants to merge 1 commit intoopensearch-project:mainfrom
eirsep wants to merge 1 commit intoopensearch-project:mainfrom
Conversation
…opulated Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
getsaurabh02
reviewed
Jan 4, 2023
Member
getsaurabh02
left a comment
There was a problem hiding this comment.
Not sure why are we adding zips here
riysaxen-amzn
pushed a commit
to riysaxen-amzn/security-analytics
that referenced
this pull request
Mar 25, 2024
…) (opensearch-project#342) * Implemented support for LocalUriInput monitors. Signed-off-by: AWSHurneyt <hurneyt@amazon.com> * Refactored feature naming convention from LocalUriInput to ClusterMetricsInput. Added Cluster Metrics as a new monitor type to align with frontend experience. Signed-off-by: AWSHurneyt <hurneyt@amazon.com> * Fixed ktlint errors. Signed-off-by: AWSHurneyt <hurneyt@amazon.com> * Implemented randomClusterMetricsMonitor test helper, and refactored tests accordingly. Signed-off-by: AWSHurneyt <hurneyt@amazon.com> * Renamed some assets to align with the new name for this feature. Signed-off-by: AWSHurneyt <hurneyt@amazon.com> * Refactored cluster metrics feature to remove support for Cat repositories API. Signed-off-by: AWSHurneyt <hurneyt@amazon.com> * Refactored supported JSON payload to return all response fields. Signed-off-by: AWSHurneyt <hurneyt@amazon.com> * Refactored nodes stats request object to return all metrics. Signed-off-by: AWSHurneyt <hurneyt@amazon.com> * Refactored nodes stats request object to return all metrics. Signed-off-by: AWSHurneyt <hurneyt@amazon.com> * Removing unused connectionTimeout and socketTimeout params. Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
org.opensearch.securityanalytics.resthandler.DetectorMonitorRestApiIT.testReplaceAggregationRuleWithDocRule_verifyFindings_successis currently flaky.Verification of query index fails intermittently. Added execute monitor command to ensure that query index exists.
Signed-off-by: Surya Sashank Nistala snistala@amazon.com