Backport #874, #860, #873 to 2.x#894
Closed
eirsep wants to merge 4 commits intoopensearch-project:2.xfrom
Closed
Conversation
Signed-off-by: Megha Goyal <goyamegh@amazon.com>
…h, and endswith (opensearch-project#860) * add validation for empty strings with contains, startswith and endswith modifiers Signed-off-by: Joanne Wang <jowg@amazon.com> * throw exception if empty string with contains, startswith, or endswith Signed-off-by: Joanne Wang <jowg@amazon.com> * change var name Signed-off-by: Joanne Wang <jowg@amazon.com> * add modifiers to log Signed-off-by: Joanne Wang <jowg@amazon.com> --------- Signed-off-by: Joanne Wang <jowg@amazon.com>
…oject#789) Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
…emove blocking actionGet() calls (opensearch-project#873) * pass query field names in doc level queries during monitor creation/updation Signed-off-by: Surya Sashank Nistala <snistala@amazon.com> * remove actionGet() and change get index mapping call to event driven flow Signed-off-by: Surya Sashank Nistala <snistala@amazon.com> * fix chained findings monitor Signed-off-by: Surya Sashank Nistala <snistala@amazon.com> * add finding mappings Signed-off-by: Surya Sashank Nistala <snistala@amazon.com> * remove test messages from logs Signed-off-by: Surya Sashank Nistala <snistala@amazon.com> * revert build.gradle change Signed-off-by: Surya Sashank Nistala <snistala@amazon.com> --------- Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
riysaxen-amzn
pushed a commit
to riysaxen-amzn/security-analytics
that referenced
this pull request
Mar 25, 2024
…monitors that use wildcard characters in index names. (opensearch-project#894) (opensearch-project#901) Signed-off-by: AWSHurneyt <hurneyt@amazon.com> (cherry picked from commit 8c033b93fab9d329eaabf76b684d172c6eb502ea) Co-authored-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.
Backport #874, #860, #873 2.x