Skip to content

[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
wants to merge 273 commits into
base: 2.19
Choose a base branch
from

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

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.

stevanbz and others added 30 commits November 18, 2022 00:25
* fix for running windows integration tests
…e case secure IT tests (#161)

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: Grant Haywood <[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]>
…o return passed indexName in response (#283)

Signed-off-by: Petar Dzepina <[email protected]>
AWSHurneyt and others added 12 commits March 14, 2025 13:16
* 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]>
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]>
(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]>
@opensearch-trigger-bot opensearch-trigger-bot bot force-pushed the create-pull-request/patch branch from 71c3e88 to e6f1b2a Compare May 6, 2025 22:00
cwperks and others added 4 commits May 12, 2025 17:10
* 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]>
@opensearch-trigger-bot opensearch-trigger-bot bot force-pushed the create-pull-request/patch branch from e6f1b2a to 642874a Compare June 24, 2025 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.