-
Notifications
You must be signed in to change notification settings - Fork 85
[AUTO] Incremented version to 2.19.3. #1522
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
Open
opensearch-trigger-bot
wants to merge
273
commits into
2.19
Choose a base branch
from
create-pull-request/patch
base: 2.19
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Signed-off-by: Stevan Buzejic <[email protected]>
* fix for running windows integration tests
Signed-off-by: Subhobrata Dey <[email protected]>
Signed-off-by: Subhobrata Dey <[email protected]>
Signed-off-by: Subhobrata Dey <[email protected]>
Signed-off-by: Subhobrata Dey <[email protected]>
Signed-off-by: Petar Dzepina <[email protected]>
…e case secure IT tests (#161) Signed-off-by: Raj Chakravarthi <[email protected]>
Signed-off-by: Raj Chakravarthi <[email protected]>
Signed-off-by: Grant Haywood <[email protected]> Signed-off-by: Grant Haywood <[email protected]>
Signed-off-by: Grant Haywood <[email protected]>
* updated linux mappings Signed-off-by: Grant Haywood <[email protected]> * update linux mappings Signed-off-by: Grant Haywood <[email protected]> Signed-off-by: Grant Haywood <[email protected]>
Signed-off-by: Raj Chakravarthi <[email protected]> Signed-off-by: Raj Chakravarthi <[email protected]>
Signed-off-by: Subhobrata Dey <[email protected]> Signed-off-by: Subhobrata Dey <[email protected]>
Signed-off-by: Stevan Buzejic <[email protected]>
Signed-off-by: Subhobrata Dey <[email protected]>
Signed-off-by: Grant Haywood <[email protected]>
Signed-off-by: Subhobrata Dey <[email protected]>
Signed-off-by: Petar Dzepina <[email protected]>
#247) Signed-off-by: Stevan Buzejic <[email protected]>
Signed-off-by: Petar Dzepina <[email protected]>
#240) Signed-off-by: dblock <[email protected]>
* createmappings api index pattern support Signed-off-by: Petar Dzepina <[email protected]> * missing tests Signed-off-by: Petar Dzepina <[email protected]> Signed-off-by: Petar Dzepina <[email protected]>
* Added 2.5 release notes. Signed-off-by: AWSHurneyt <[email protected]> * Added 2.5 release notes. Signed-off-by: AWSHurneyt <[email protected]> Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Subhobrata Dey <[email protected]>
Signed-off-by: Grant Haywood <[email protected]>
Signed-off-by: Petar Dzepina <[email protected]>
… monitor (#262) Signed-off-by: Surya Sashank Nistala <[email protected]>
…o return passed indexName in response (#283) Signed-off-by: Petar Dzepina <[email protected]>
Signed-off-by: Subhobrata Dey <[email protected]>
* Reconfigured security test workflow for 3.0-alpha1. Signed-off-by: AWSHurneyt <[email protected]> * Fix test workflow. Signed-off-by: AWSHurneyt <[email protected]> * Fixed spotless error. Signed-off-by: AWSHurneyt <[email protected]> --------- Signed-off-by: AWSHurneyt <[email protected]>
* Added 3.0.0-alpha1 release notes. Signed-off-by: AWSHurneyt <[email protected]> * Added 3.0.0-alpha1 release notes. Signed-off-by: AWSHurneyt <[email protected]> * Added 3.0.0-alpha1 release notes. Signed-off-by: AWSHurneyt <[email protected]> --------- Signed-off-by: AWSHurneyt <[email protected]>
) * [2.x]Adds support for uploading threat intelligence in Custom Format JSON (#1455) * revert common utils dep change Signed-off-by: Surya Sashank Nistala <[email protected]> * adds jsonpath deps Signed-off-by: Surya Sashank Nistala <[email protected]> * adds custom JsonSchema request model Signed-off-by: Surya Sashank Nistala <[email protected]> * adds parsing iocs via new tif source type - custom schema ioc upload Signed-off-by: Surya Sashank Nistala <[email protected]> * change Ioc Type variable from enum to string to support custom ioc types Signed-off-by: Surya Sashank Nistala <[email protected]> * remove ioc type check to allow custom types Signed-off-by: Surya Sashank Nistala <[email protected]> * add name and id field parsing via json path annotation Signed-off-by: Surya Sashank Nistala <[email protected]> * adds custom schema json parsing codec that parses based on JsonPath notations Signed-off-by: Surya Sashank Nistala <[email protected]> * fix stix ioc parsing with null checks on each text field Signed-off-by: Surya Sashank Nistala <[email protected]> * remove ioc type lower case conversion in ioc scan service Signed-off-by: Surya Sashank Nistala <[email protected]> * compute ioc types from iocs list instead of fetching from request Signed-off-by: Surya Sashank Nistala <[email protected]> * compute ioc types from parsed iocs in S3 threat intel source download Signed-off-by: Surya Sashank Nistala <[email protected]> * add null check Signed-off-by: Surya Sashank Nistala <[email protected]> * rewrite amazon s3 connector to compute correct input codec Signed-off-by: Surya Sashank Nistala <[email protected]> * revert if else flip for create connector Signed-off-by: Surya Sashank Nistala <[email protected]> * add logging to trace threat intel monitor execution Signed-off-by: Surya Sashank Nistala <[email protected]> * remove source type CUSTOM_SCHEMA_IOC_UPLOAD and merge the new source object into IOC_UPlOAD Signed-off-by: Surya Sashank Nistala <[email protected]> * validate that threat intel ioc type and schema that json is valid and also a legal string Signed-off-by: Surya Sashank Nistala <[email protected]> * remove iskey Signed-off-by: Surya Sashank Nistala <[email protected]> * update java docs Signed-off-by: Surya Sashank Nistala <[email protected]> * handle numbers in ioc value column Signed-off-by: Surya Sashank Nistala <[email protected]> * fix review comments Signed-off-by: Surya Sashank Nistala <[email protected]> * fix doc level monitor input constructor Signed-off-by: Surya Sashank Nistala <[email protected]> * udpate jar Signed-off-by: Surya Sashank Nistala <[email protected]> * revert build.gradle change Signed-off-by: Surya Sashank Nistala <[email protected]> * upgrade json smart to 2.5.2 to deal with CVE-2024-57699 Signed-off-by: Surya Sashank Nistala <[email protected]> --------- Signed-off-by: Surya Sashank Nistala <[email protected]> * update sa commons jar Signed-off-by: Surya Sashank Nistala <[email protected]> --------- Signed-off-by: Surya Sashank Nistala <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: AWSHurneyt <[email protected]>
Signed-off-by: Thomas Hurney <[email protected]>
This field on BulkRequest was never set by this code. I'm not sure why it was being logged. I can only assume it was confused with the `batchSize` parameter, so I've logged that instead. Signed-off-by: Andrew Ross <[email protected]>
… of Java-agent. (#1505) * Revert "Fix build due to phasing off SecurityManager usage in favor of Java Agent (#1504)" This reverts commit d6ddd5b. Signed-off-by: Pranav Reddy <[email protected]> * Using java-agent gradle plugin to phase off Security Manager in favor of Java-agent. Signed-off-by: Pranav Reddy <[email protected]> --------- Signed-off-by: Pranav Reddy <[email protected]>
Signed-off-by: vikhy-aws <[email protected]>
(cherry picked from commit e4fc510) Signed-off-by: Peter Zhu <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> Co-authored-by: Peter Zhu <[email protected]>
* added release notes for 3.0 Signed-off-by: Riya Saxena <[email protected]> * added release notes for 3.0 Signed-off-by: Riya Saxena <[email protected]> * Update opensearch-security-analytics.release-notes-3.0.0.0.md Signed-off-by: Peter Zhu <[email protected]> --------- Signed-off-by: Riya Saxena <[email protected]> Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Peter Zhu <[email protected]>
71c3e88
to
e6f1b2a
Compare
* Switch guava deps from compileOnly to implementation Signed-off-by: Craig Perkins <[email protected]> * Use AccessController Signed-off-by: Craig Perkins <[email protected]> * Use getResource Signed-off-by: Craig Perkins <[email protected]> * Use getResourceAsStream Signed-off-by: Craig Perkins <[email protected]> * Try removing lead forward slash Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]>
* added release notes for 3.1 * Update opensearch-security-analytics.release-notes-3.1.0.0.md --------- (cherry picked from commit 85351a1) Signed-off-by: KashKondaka <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix correlation engine trigger even if no rules are present Signed-off-by: Subhobrata Dey <[email protected]> * remove index pattern related tests and add test to verify correlations without rules and auto correlations Signed-off-by: Surya Sashank Nistala <[email protected]> * check and short circuit correlation evaluation if no rules and no auto correlations Signed-off-by: Surya Sashank Nistala <[email protected]> * Revert "check and short circuit correlation evaluation if no rules and no auto correlations" This reverts commit cbf944f. * remove non-empty correlation index check Signed-off-by: Surya Sashank Nistala <[email protected]> --------- Signed-off-by: Subhobrata Dey <[email protected]> Signed-off-by: Surya Sashank Nistala <[email protected]> Co-authored-by: Subhobrata Dey <[email protected]>
Signed-off-by: GitHub <[email protected]>
e6f1b2a
to
642874a
Compare
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.
I've noticed that a new tag 2.19.2.0 was pushed, and incremented the version from 2.19.2 to 2.19.3.