-
Notifications
You must be signed in to change notification settings - Fork 19
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
Merge 4.9 into master #196
Commits on Nov 30, 2023
-
Add log for unreferenced file cleanup (opensearch-project#11380) (ope…
…nsearch-project#11406) (cherry picked from commit 4f7b2a4) Signed-off-by: RS146BIJAY <[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>
Configuration menu - View commit details
-
Copy full SHA for 49f4d6c - Browse repository at this point
Copy the full SHA 49f4d6cView commit details -
[Remote Store] Fail index template creation with refresh_interval les…
…s than cluster minimum (opensearch-project#11340) (opensearch-project#11391) --------- (cherry picked from commit 6bc0cd6) Signed-off-by: bansvaru <[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>
Configuration menu - View commit details
-
Copy full SHA for 8aea3e5 - Browse repository at this point
Copy the full SHA 8aea3e5View commit details -
Bump commons-io:commons-io from 2.14.0 to 2.15.0 in /plugins/ingest-a…
…ttachment (opensearch-project#11001) (opensearch-project#11412) * Bump commons-io:commons-io in /plugins/ingest-attachment Bumps commons-io:commons-io from 2.14.0 to 2.15.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Updating SHAs Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> * Update CHANGELOG.md Signed-off-by: Andriy Redko <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Andriy Redko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Andriy Redko <[email protected]> (cherry picked from commit 569a723) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ca8b54c - Browse repository at this point
Copy the full SHA ca8b54cView commit details -
Delegating CachingWeightWrapper#count to internal weight object (open…
…search-project#10543) (opensearch-project#11389) * adding delegation from CachingWeightWrapper#count to internal weight object and its unit test * fixing checkstyle violations * fixing existing tests * adding test for delegating count to internal weight object * Fixing failing unit tests * Adding the change log --------- (cherry picked from commit 72e63f2) Signed-off-by: Niyati Aggarwal <[email protected]> Signed-off-by: Ankit Jain <[email protected]> Co-authored-by: Niyati Aggarwal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5cdf020 - Browse repository at this point
Copy the full SHA 5cdf020View commit details -
Improve boolean parsing performance (opensearch-project#11308) (opens…
…earch-project#11351) (cherry picked from commit 26a1439) Signed-off-by: Ketan Verma <[email protected]> Signed-off-by: Ketan Verma <[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>
Configuration menu - View commit details
-
Copy full SHA for 2212625 - Browse repository at this point
Copy the full SHA 2212625View commit details -
Fix remote shards balancer and remove unused variables (opensearch-pr…
…oject#11167) (opensearch-project#11416) * Fix RemoteShardsBalancer * remove unused variables * run spotless * add change log --------- (cherry picked from commit edf7861) Signed-off-by: panguixin <[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>
Configuration menu - View commit details
-
Copy full SHA for 9d648fd - Browse repository at this point
Copy the full SHA 9d648fdView commit details -
Update Gradle to 8.5 (opensearch-project#11136) (opensearch-project#1…
…1420) * Update Gradle to 8.5 * Revert "remove unnecessary empty `build.gradle` files (opensearch-project#4723)" This reverts commit a6b984b. --------- (cherry picked from commit a123c43) Signed-off-by: Andriy Redko <[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>
Configuration menu - View commit details
-
Copy full SHA for 2d0ab2b - Browse repository at this point
Copy the full SHA 2d0ab2bView commit details
Commits on Dec 1, 2023
-
[Backport 2.x] Improving the performance of date histogram aggregatio…
…n (without any … (opensearch-project#11390) * Improving the performance of date histogram aggregation (without any sub-aggregation) (opensearch-project#11083) * Adding filter based optimization logic to date histogram aggregation Signed-off-by: Ankit Jain <[email protected]> * Reading the field name for aggregation correctly Signed-off-by: Ankit Jain <[email protected]> * Adding the limit on number of buckets for filter aggregation Signed-off-by: Ankit Jain <[email protected]> * Applying the optimizations for match all query as well Signed-off-by: Ankit Jain <[email protected]> * Handling the unwrapped match all query Signed-off-by: Ankit Jain <[email protected]> * Adding logic for recursively unwrapping the query Signed-off-by: Ankit Jain <[email protected]> * Restructuring the code for making it more reusable and unit testable Signed-off-by: Ankit Jain <[email protected]> * Adding javadocs for fixing build failure Signed-off-by: Ankit Jain <[email protected]> * Fixing minor bugs in refactoring Signed-off-by: Ankit Jain <[email protected]> * Adding logic for optimizing auto date histogram Signed-off-by: Ankit Jain <[email protected]> * Fixing bugs and passing unit tests for date histogram Signed-off-by: Ankit Jain <[email protected]> * Temporarily reverting auto date histogram changes Signed-off-by: Ankit Jain <[email protected]> * Fixing spotless check bugs Signed-off-by: Ankit Jain <[email protected]> * Adding back auto date histogram and passing all unit tests Signed-off-by: Ankit Jain <[email protected]> * Fixing the integration tests for reduced collector work Signed-off-by: Ankit Jain <[email protected]> * Fixing the integration test regression Signed-off-by: Ankit Jain <[email protected]> * Addressing code review comments Signed-off-by: Ankit Jain <[email protected]> * Fixing hardbound, missing and script test cases Signed-off-by: Ankit Jain <[email protected]> * Removing collect_count validation to prevent backward compatibility tests from failing Signed-off-by: Ankit Jain <[email protected]> * Finally fixing hardbounds test case Signed-off-by: Ankit Jain <[email protected]> * Refactoring code for reusability Signed-off-by: Ankit Jain <[email protected]> --------- Signed-off-by: Ankit Jain <[email protected]> (cherry picked from commit 0ddbd96) * Revert Rounding API visibility changes Signed-off-by: Ankit Jain <[email protected]> * Reverting missed rounding API visibility change Co-authored-by: Andriy Redko <[email protected]> Signed-off-by: Ankit Jain <[email protected]> --------- Signed-off-by: Ankit Jain <[email protected]> Co-authored-by: Andriy Redko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffaabc2 - Browse repository at this point
Copy the full SHA ffaabc2View commit details -
Fix query profiler test basic with concurrent execution (opensearch-p…
…roject#11397) (opensearch-project#11418) (cherry picked from commit 39449b2) Signed-off-by: Ticheng Lin <[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>
Configuration menu - View commit details
-
Copy full SHA for e024c77 - Browse repository at this point
Copy the full SHA e024c77View commit details -
Fix bug where replication lag grows post primary relocation (opensear…
…ch-project#11238) (opensearch-project#11427) * Fix bug where replication lag grows post primary relocation * Fix broken UT * add unit test for cluster state update * PR feedback * add changelog entry --------- (cherry picked from commit 6fa3a0d) Signed-off-by: Marc Handalian <[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>
Configuration menu - View commit details
-
Copy full SHA for d306265 - Browse repository at this point
Copy the full SHA d306265View commit details
Commits on Dec 4, 2023
-
Stream read pool and default s3 timeouts tuning (opensearch-project#1…
…0912) (opensearch-project#11436) (cherry picked from commit 74b2d7d) Signed-off-by: vikasvb90 <[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>
Configuration menu - View commit details
-
Copy full SHA for 1f64349 - Browse repository at this point
Copy the full SHA 1f64349View commit details -
Optimizations in s3 async upload flow (opensearch-project#11327) (ope…
…nsearch-project#11440) (cherry picked from commit 77a4daf) Signed-off-by: vikasvb90 <[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>
Configuration menu - View commit details
-
Copy full SHA for 90c242c - Browse repository at this point
Copy the full SHA 90c242cView commit details -
Bump actions/setup-java from 3 to 4 (opensearch-project#11447) (opens…
…earch-project#11453) * Bump actions/setup-java from 3 to 4 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 0f835e0) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5fb640d - Browse repository at this point
Copy the full SHA 5fb640dView commit details
Commits on Dec 5, 2023
-
Bump org.apache.xmlbeans:xmlbeans from 5.1.1 to 5.2.0 in /plugins/ing…
…est-attachment (opensearch-project#11448) (opensearch-project#11459) * Bump org.apache.xmlbeans:xmlbeans in /plugins/ingest-attachment Bumps org.apache.xmlbeans:xmlbeans from 5.1.1 to 5.2.0. --- updated-dependencies: - dependency-name: org.apache.xmlbeans:xmlbeans dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Updating SHAs Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 50babcf) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e3cb562 - Browse repository at this point
Copy the full SHA e3cb562View commit details -
[AUTO] [2.x] Add bwc version 2.11.2. (opensearch-project#11423)
* Add bwc version 2.11.2 Signed-off-by: GitHub <[email protected]> * Fix version identifier Signed-off-by: Kunal Kotwani <[email protected]> --------- Signed-off-by: GitHub <[email protected]> Signed-off-by: Kunal Kotwani <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> Co-authored-by: Kunal Kotwani <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70ed2c4 - Browse repository at this point
Copy the full SHA 70ed2c4View commit details -
Add Java 11/17/21 matrix for precommit and assemble checks (opensearc…
…h-project#11035) (opensearch-project#11045) (cherry picked from commit a512dae) Signed-off-by: Andriy Redko <[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>
Configuration menu - View commit details
-
Copy full SHA for 0e06262 - Browse repository at this point
Copy the full SHA 0e06262View commit details -
Interpret byte array as primitive using VarHandles (opensearch-projec…
…t#11362) (opensearch-project#11470) * Interpret byte array as primitive using VarHandles * Fixed offset bug --------- Signed-off-by: Ketan Verma <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82bf0be - Browse repository at this point
Copy the full SHA 82bf0beView commit details -
Bump org.apache.maven:maven-model from 3.9.4 to 3.9.6 (opensearch-pro…
…ject#11445) (opensearch-project#11469) * Bump org.apache.maven:maven-model from 3.9.4 to 3.9.6 Bumps [org.apache.maven:maven-model](https://github.com/apache/maven) from 3.9.4 to 3.9.6. - [Release notes](https://github.com/apache/maven/releases) - [Commits](apache/maven@maven-3.9.4...maven-3.9.6) --- updated-dependencies: - dependency-name: org.apache.maven:maven-model dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 35c3532) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 697db1f - Browse repository at this point
Copy the full SHA 697db1fView commit details -
[Search Pipelines] Add request-scoped state shared between processors (…
…opensearch-project#9405) (opensearch-project#11473) To handle cases where multiple search pipeline processors need to share information, we will allocate a context holder for the lifetime of the request and pass it to each processor to get/set values. To explain this behavior and benefit from it, this change also introduces three new processors: 1. The "oversample" request processor that increases "size", storing the original size in the context. 2. The "truncate" response processor that discards results after some number, by default using the original size before oversampling. 3. The "collapse" response processor offers similar behavior to a collapse query, discarding results that have a field value in common with a higher-scoring result. (cherry picked from commit c204585) Signed-off-by: Michael Froh <[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>
Configuration menu - View commit details
-
Copy full SHA for 4ffd66a - Browse repository at this point
Copy the full SHA 4ffd66aView commit details -
Bump commons-io:commons-io from 2.13.0 to 2.15.1 (opensearch-project#…
…11446) (opensearch-project#11475) * Bump commons-io:commons-io from 2.13.0 to 2.15.1 Bumps commons-io:commons-io from 2.13.0 to 2.15.1. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 3f5432e) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3759d1b - Browse repository at this point
Copy the full SHA 3759d1bView commit details -
Bump commons-net:commons-net from 3.9.0 to 3.10.0 in /test/fixtures/h…
…dfs-fixture (opensearch-project#11450) (opensearch-project#11478) * Bump commons-net:commons-net in /test/fixtures/hdfs-fixture Bumps commons-net:commons-net from 3.9.0 to 3.10.0. --- updated-dependencies: - dependency-name: commons-net:commons-net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit aeac27b) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d475227 - Browse repository at this point
Copy the full SHA d475227View commit details
Commits on Dec 6, 2023
-
Bump org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1 in /test/fixt…
…ures/hdfs-fixture (opensearch-project#10506) (opensearch-project#11477) * Bump org.apache.zookeeper:zookeeper in /test/fixtures/hdfs-fixture Bumps org.apache.zookeeper:zookeeper from 3.9.0 to 3.9.1. --- updated-dependencies: - dependency-name: org.apache.zookeeper:zookeeper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 332fae1) Signed-off-by: Marc Handalian <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 11bbc63 - Browse repository at this point
Copy the full SHA 11bbc63View commit details -
Fix explanation message for TargetPoolAllocationDecider (opensearch-p…
…roject#11449) (opensearch-project#11498) (cherry picked from commit effc9bc) Signed-off-by: panguixin <[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>
Configuration menu - View commit details
-
Copy full SHA for 5a820ca - Browse repository at this point
Copy the full SHA 5a820caView commit details
Commits on Dec 7, 2023
-
Fixes to prevent segment fault errors arising due to unexpected SDK b… (
opensearch-project#11334) (opensearch-project#11509) (cherry picked from commit 2a4aafd) Signed-off-by: vikasvb90 <[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>
Configuration menu - View commit details
-
Copy full SHA for d46cc07 - Browse repository at this point
Copy the full SHA d46cc07View commit details -
Fix for flaky test SimpleBlocksIT.testAddBlockWhileDeletingIndices (o…
…pensearch-project#11492) (opensearch-project#11496) (cherry picked from commit a3c7952) Signed-off-by: Ankit Kala <[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>
Configuration menu - View commit details
-
Copy full SHA for 98b01ec - Browse repository at this point
Copy the full SHA 98b01ecView commit details -
Fix for stuck update action in a bulk with retry_on_conflict property (…
…opensearch-project#11153) (opensearch-project#11466) * Bugfix for update staying stuck when sent as part of bulk with retry_on_conflict specified Signed-off-by: Raghuvansh Raj <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 978dcd5 - Browse repository at this point
Copy the full SHA 978dcd5View commit details -
Removing cap of processors on remote store related threadpools (opens…
…earch-project#11432) (opensearch-project#11511) (cherry picked from commit 4ad2d4c) Signed-off-by: Gaurav Bafna <[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>
Configuration menu - View commit details
-
Copy full SHA for 1981c82 - Browse repository at this point
Copy the full SHA 1981c82View commit details -
Fix invalid BulkRequest construction for indexRandom() (opensearch-pr…
…oject#11516) (opensearch-project#11518) (cherry picked from commit 215fb22) Signed-off-by: Andriy Redko <[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>
Configuration menu - View commit details
-
Copy full SHA for ef60af5 - Browse repository at this point
Copy the full SHA ef60af5View commit details -
Fix template setting override for replication type (opensearch-projec…
…t#11417) (opensearch-project#11503) (cherry picked from commit 3b31359) Signed-off-by: Kunal Kotwani <[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>
Configuration menu - View commit details
-
Copy full SHA for 29a5c75 - Browse repository at this point
Copy the full SHA 29a5c75View commit details
Commits on Dec 8, 2023
-
[Remote Store] Avoid repeated delete calls for the stale segment files (
opensearch-project#11532) (opensearch-project#11533) * Avoid repeated delete calls for the stale segment files * Address PR comments --------- (cherry picked from commit 10d34be) Signed-off-by: Sachin Kale <[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> Co-authored-by: Sachin Kale <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9da564b - Browse repository at this point
Copy the full SHA 9da564bView commit details -
[BWC and API enforcement] Introduce checks for enforcing the API rest…
…rictions (opensearch-project#11175) (opensearch-project#11514) (cherry picked from commit 33e9578) Signed-off-by: Andriy Redko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c5c700 - Browse repository at this point
Copy the full SHA 8c5c700View commit details
Commits on Dec 11, 2023
-
Bump commons-io:commons-io from 2.15.0 to 2.15.1 in /plugins/discover…
…y-azure-classic (opensearch-project#11554) (opensearch-project#11561) * Bump commons-io:commons-io in /plugins/discovery-azure-classic Bumps commons-io:commons-io from 2.15.0 to 2.15.1. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Updating SHAs Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit de61a2e) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dc88929 - Browse repository at this point
Copy the full SHA dc88929View commit details -
Fix the issue with DefaultSpanScope restoring wrong span in the Trace…
…rContextStorage upon detach (opensearch-project#11316) (opensearch-project#11567) Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit 00dd577)
Configuration menu - View commit details
-
Copy full SHA for b2cc87f - Browse repository at this point
Copy the full SHA b2cc87fView commit details -
Bump grgit-core ffrom 5.2.0 to 5.2.1 (opensearch-project#11565) (open…
…search-project#11572) Signed-off-by: Marc Handalian <[email protected]> (cherry picked from commit a2f792d)
Configuration menu - View commit details
-
Copy full SHA for 0933ecb - Browse repository at this point
Copy the full SHA 0933ecbView commit details
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 423f499 - Browse repository at this point
Copy the full SHA 423f499View commit details -
Restore support for Java 8 for RestClient (opensearch-project#11562) (o…
…pensearch-project#11576) Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit 4e72741)
Configuration menu - View commit details
-
Copy full SHA for 7f7aa05 - Browse repository at this point
Copy the full SHA 7f7aa05View commit details -
Create separate transport action for render search template action (o…
…pensearch-project#11170) (opensearch-project#11589) Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit 66d4e9e)
Configuration menu - View commit details
-
Copy full SHA for 0fb1900 - Browse repository at this point
Copy the full SHA 0fb1900View commit details -
Move RAM Usage to precomputed block (opensearch-project#11587) (opens…
…earch-project#11590) (cherry picked from commit b5700b4) Signed-off-by: mgodwan <[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>
Configuration menu - View commit details
-
Copy full SHA for 6bf370c - Browse repository at this point
Copy the full SHA 6bf370cView commit details -
Bump org.wiremock:wiremock-standalone from 3.1.0 to 3.3.1 (opensearch…
…-project#11555) (opensearch-project#11588) * Bump org.wiremock:wiremock-standalone from 3.1.0 to 3.3.1 Bumps [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) from 3.1.0 to 3.3.1. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.1.0...3.3.1) --- updated-dependencies: - dependency-name: org.wiremock:wiremock-standalone dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 1e72603) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aea4bb0 - Browse repository at this point
Copy the full SHA aea4bb0View commit details -
Bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0 (opens…
…earch-project#11556) (opensearch-project#11593) * Bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0 Bumps org.apache.commons:commons-compress from 1.24.0 to 1.25.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 6bb53de) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9866c92 - Browse repository at this point
Copy the full SHA 9866c92View commit details
Commits on Dec 13, 2023
-
Add bwc version 1.3.15 (opensearch-project#11599)
Signed-off-by: Kunal Kotwani <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68a415c - Browse repository at this point
Copy the full SHA 68a415cView commit details -
[Backport 2.x] Automatically add scheme to discovery.ec2.endpoint (op…
…ensearch-project#11512) (opensearch-project#11603) Signed-off-by: Yanlong He <[email protected]> Signed-off-by: 何延龙 <[email protected]> (cherry picked from commit a8da66c)
Configuration menu - View commit details
-
Copy full SHA for 2cbe873 - Browse repository at this point
Copy the full SHA 2cbe873View commit details
Commits on Dec 14, 2023
-
Add heuristic slice_size for slice level top buckets in concurrent se…
…gment search (opensearch-project#11585) (opensearch-project#11620) Signed-off-by: Jay Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79eba99 - Browse repository at this point
Copy the full SHA 79eba99View commit details -
[Backport 2.x] Personalize code ownership areas (opensearch-project#1…
…1600) (opensearch-project#11622) Signed-off-by: Peter Nied <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76a2db3 - Browse repository at this point
Copy the full SHA 76a2db3View commit details
Commits on Dec 15, 2023
-
Fix flaky test of IndexShardTests.testRestoreLocalHistoryFromTranslog…
…OnPromotion (opensearch-project#11487) (opensearch-project#11623) (cherry picked from commit 332f4c5) Signed-off-by: Dhwanil Patel <[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>
Configuration menu - View commit details
-
Copy full SHA for cb3b0f3 - Browse repository at this point
Copy the full SHA cb3b0f3View commit details
Commits on Dec 18, 2023
-
Bump com.gradle.enterprise from 3.15.1 to 3.16.1 (opensearch-project#…
…11629) (opensearch-project#11633) * Bump com.gradle.enterprise from 3.15.1 to 3.16.1 Bumps com.gradle.enterprise from 3.15.1 to 3.16.1. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-minor ... * Update changelog --------- (cherry picked from commit 51cab98) Signed-off-by: dependabot[bot] <[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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 072ee3c - Browse repository at this point
Copy the full SHA 072ee3cView commit details -
Fix automatic addition of protocol in discovery endpoint (opensearch-…
…project#11612) (opensearch-project#11634) Signed-off-by: Yanlong He <[email protected]> Signed-off-by: heyanlong <[email protected]> Signed-off-by: 何延龙 <[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>
Configuration menu - View commit details
-
Copy full SHA for 517b693 - Browse repository at this point
Copy the full SHA 517b693View commit details -
Bump com.squareup.okio:okio from 3.6.0 to 3.7.0 in /test/fixtures/hdf…
…s-fixture (opensearch-project#11632) (opensearch-project#11636) * Bump com.squareup.okio:okio in /test/fixtures/hdfs-fixture Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 9146c19) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7ac22d4 - Browse repository at this point
Copy the full SHA 7ac22d4View commit details -
Bump actions/download-artifact from 3 to 4 (opensearch-project#11631) (…
…opensearch-project#11637) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) (cherry picked from commit 217c382) Signed-off-by: dependabot[bot] <[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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1fe164c - Browse repository at this point
Copy the full SHA 1fe164cView commit details
Commits on Dec 19, 2023
-
Bump com.netflix.nebula.ospackage-base from 11.5.0 to 11.6.0 in /dist…
…ribution/packages (opensearch-project#11630) (opensearch-project#11638) * Bump com.netflix.nebula.ospackage-base in /distribution/packages Bumps com.netflix.nebula.ospackage-base from 11.5.0 to 11.6.0. --- updated-dependencies: - dependency-name: com.netflix.nebula.ospackage-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 37dae82) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 828dbac - Browse repository at this point
Copy the full SHA 828dbacView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5989b0 - Browse repository at this point
Copy the full SHA c5989b0View commit details
Commits on Dec 20, 2023
-
Add context for custom GC tunings (opensearch-project#11651) (opensea…
…rch-project#11655) (cherry picked from commit 2c8ee19) Signed-off-by: Andrew Ross <[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>
Configuration menu - View commit details
-
Copy full SHA for b2c77b0 - Browse repository at this point
Copy the full SHA b2c77b0View commit details -
Add additional handling in SearchTemplateRequest when simulate is set…
… to true (opensearch-project#11591) (opensearch-project#11646) (cherry picked from commit 863d453) Signed-off-by: Craig Perkins <[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>
Configuration menu - View commit details
-
Copy full SHA for 44e7b65 - Browse repository at this point
Copy the full SHA 44e7b65View commit details
Commits on Dec 22, 2023
-
Change visibility of action constructor (public -> private) (opensear…
…ch-project#11659) (opensearch-project#11666) - MainAction - RemoteInfoAction (cherry picked from commit fe46dde) Signed-off-by: Taeik Lim <[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>
Configuration menu - View commit details
-
Copy full SHA for 2548ec0 - Browse repository at this point
Copy the full SHA 2548ec0View commit details -
Remove unused java11 gradle configuration from lib/core (opensearch-p…
…roject#11665) (opensearch-project#11668) This is the same unused java11 configuration that was removed from the server module in opensearch-project#11661. (cherry picked from commit f92f846) Signed-off-by: Andrew Ross <[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>
Configuration menu - View commit details
-
Copy full SHA for 5d608cb - Browse repository at this point
Copy the full SHA 5d608cbView commit details -
Remove unused java11 gradle configuration (opensearch-project#11661) (o…
…pensearch-project#11664) The java11-specific sources were removed back in opensearch-project#2898 and as far as I can tell this configuration has been unneeded since that point. (cherry picked from commit a3524b3) Signed-off-by: Andrew Ross <[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>
Configuration menu - View commit details
-
Copy full SHA for 4e35452 - Browse repository at this point
Copy the full SHA 4e35452View commit details
Commits on Dec 28, 2023
-
Fix flaky testPostFilterDisablesCountOptimization with concurrent sea…
…rch enabled (opensearch-project#11674) (opensearch-project#11682) (cherry picked from commit 316b60a) Signed-off-by: Ticheng Lin <[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>
Configuration menu - View commit details
-
Copy full SHA for 56eb55d - Browse repository at this point
Copy the full SHA 56eb55dView commit details
Commits on Jan 2, 2024
-
Bump org.apache.logging.log4j:log4j-core from 2.22.0 to 2.22.1 in /bu…
…ildSrc/src/testKit/thirdPartyAudit/sample_jars (opensearch-project#11695) (opensearch-project#11696) * Bump org.apache.logging.log4j:log4j-core Bumps org.apache.logging.log4j:log4j-core from 2.22.0 to 2.22.1. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch ... * Update changelog --------- (cherry picked from commit a37acba) Signed-off-by: dependabot[bot] <[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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3f54d5 - Browse repository at this point
Copy the full SHA c3f54d5View commit details -
Bump com.maxmind.db:maxmind-db from 3.0.0 to 3.1.0 in /modules/ingest…
…-geoip (opensearch-project#11693) (opensearch-project#11700) * Bump com.maxmind.db:maxmind-db in /modules/ingest-geoip Bumps [com.maxmind.db:maxmind-db](https://github.com/maxmind/MaxMind-DB-Reader-java) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/maxmind/MaxMind-DB-Reader-java/releases) - [Changelog](https://github.com/maxmind/MaxMind-DB-Reader-java/blob/main/CHANGELOG.md) - [Commits](maxmind/MaxMind-DB-Reader-java@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: com.maxmind.db:maxmind-db dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Updating SHAs Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 5ccd134) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ab9c3c6 - Browse repository at this point
Copy the full SHA ab9c3c6View commit details -
Bump com.netflix.nebula:nebula-publishing-plugin from 20.3.0 to 21.0.0 (
opensearch-project#11671) (opensearch-project#11701) * Bump com.netflix.nebula:nebula-publishing-plugin from 20.3.0 to 21.0.0 Bumps [com.netflix.nebula:nebula-publishing-plugin](https://github.com/nebula-plugins/nebula-publishing-plugin) from 20.3.0 to 21.0.0. - [Release notes](https://github.com/nebula-plugins/nebula-publishing-plugin/releases) - [Changelog](https://github.com/nebula-plugins/nebula-publishing-plugin/blob/main/CHANGELOG.md) - [Commits](nebula-plugins/nebula-publishing-plugin@v20.3.0...v21.0.0) --- updated-dependencies: - dependency-name: com.netflix.nebula:nebula-publishing-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit f7d2914) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2809c18 - Browse repository at this point
Copy the full SHA 2809c18View commit details -
[Segment Replication] Introduce cluster level setting `cluster.indexr…
…estrict.replication.type` to prevent replication type setting override during index creations (opensearch-project#11583) (opensearch-project#11707) * [Segment Replication] Introduce cluster level setting `cluster.index.restrict.replication.type` to prevent replication type setting override during index creations (opensearch-project#11583) * Add new cluster level setting that prevents index level replication type setting overrides Signed-off-by: Suraj Singh <[email protected]> * Block restore on mis-matching replication type setting Signed-off-by: Suraj Singh <[email protected]> * Address review comments and rebase Signed-off-by: Suraj Singh <[email protected]> * Address review comments Signed-off-by: Suraj Singh <[email protected]> * Use appropriate variable names Signed-off-by: Suraj Singh <[email protected]> * Fix failing integ test Signed-off-by: Suraj Singh <[email protected]> --------- Signed-off-by: Suraj Singh <[email protected]> (cherry picked from commit 6a6ab32) * Remove duplicate IndicesService.CLUSTER_REMOTE_INDEX_RESTRICT_ASYNC_DURABILITY_SETTING setting introduce from conflict resolution Signed-off-by: Suraj Singh <[email protected]> --------- Signed-off-by: Suraj Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37f788f - Browse repository at this point
Copy the full SHA 37f788fView commit details
Commits on Jan 3, 2024
-
Fix flaky testTerminateAfterEarlyTermination (opensearch-project#11683)…
… (opensearch-project#11722) (cherry picked from commit bb3959d) Signed-off-by: Ticheng Lin <[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>
Configuration menu - View commit details
-
Copy full SHA for cb2b770 - Browse repository at this point
Copy the full SHA cb2b770View commit details -
Bump com.avast.gradle:gradle-docker-compose-plugin from 0.17.5 to 0.1…
…7.6 (opensearch-project#11692) (opensearch-project#11706) * Bump com.avast.gradle:gradle-docker-compose-plugin from 0.17.5 to 0.17.6 Bumps [com.avast.gradle:gradle-docker-compose-plugin](https://github.com/avast/gradle-docker-compose-plugin) from 0.17.5 to 0.17.6. - [Release notes](https://github.com/avast/gradle-docker-compose-plugin/releases) - [Commits](avast/gradle-docker-compose-plugin@0.17.5...0.17.6) --- updated-dependencies: - dependency-name: com.avast.gradle:gradle-docker-compose-plugin dependency-type: direct:production update-type: version-update:semver-patch ... * Update changelog --------- (cherry picked from commit 6a01d2f) Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Andriy Redko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7867ddd - Browse repository at this point
Copy the full SHA 7867dddView commit details -
Implementation for match_only_text field (opensearch-project#11039) (o…
…pensearch-project#11714) * Implementation for match_only_text field * Fix build failures * Fix bugs * Added mapper tests, stil failing on prefix and phrase tests * Disable index prefix and phrase mapper * Added unit tests for phrase and multiphrase query validation * Add unit tests for prefix and prefix phrase queries * Add a test to cover 3 word with synonym match phrase prefix query * Add unit test for SourceFieldMatchQuery * Added test for _source disabled case * Add unit test for missing field * more validation tests and changelog update * Added integration tests for match_only_text replicating text field integ tests * Added skip section in integ test to fix mixed cluster failures * remove unused import * Address PR comments * fix integ tests * Fix flaky test due to random indexwriter * pr comment: header modification * Address PR comments * addded change to the right section of CHANGELOG * overriding the textFieldType before every test * rename @before method * update changelog description --------- (cherry picked from commit 7b1c2c7) Signed-off-by: Rishabh Maurya <[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>
Configuration menu - View commit details
-
Copy full SHA for d39c1d0 - Browse repository at this point
Copy the full SHA d39c1d0View commit details -
Bump commons-io:commons-io from 2.15.0 to 2.15.1 in /plugins/ingest-a…
…ttachment (opensearch-project#11560) (opensearch-project#11723) * Bump commons-io:commons-io in /plugins/ingest-attachment Bumps commons-io:commons-io from 2.15.0 to 2.15.1. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Updating SHAs Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit bb4602d) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8efcd9a - Browse repository at this point
Copy the full SHA 8efcd9aView commit details -
Fix testIndexDeletionDuringSnapshotCreationInQueue flaky test (opense…
…arch-project#11726) (opensearch-project#11727) * Fix testIndexDeletionDuringSnapshotCreationInQueue flaky test * Update comment --------- (cherry picked from commit 8440468) Signed-off-by: Suraj Singh <[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>
Configuration menu - View commit details
-
Copy full SHA for 923aa25 - Browse repository at this point
Copy the full SHA 923aa25View commit details -
[Backport 2.x] Switch to more reliable OpenSearch Lucene snapshot loc…
…ation (opensearch-project#11728) (opensearch-project#11729) * Switched to more reliable OpenSearch Lucene snapshot location - Related opensearch-project/opensearch-build#3874 (cherry picked from commit 16d457d) Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Peter Nied <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9da8811 - Browse repository at this point
Copy the full SHA 9da8811View commit details
Commits on Jan 4, 2024
-
Fix simulate remove ingest processor throwing illegal_argument_except…
…ion (opensearch-project#11607) (opensearch-project#11745) * Fix simulate remove ingest processor throwing illegal_argument_exception * modify change log * Create a new test mothod * Use old method to get field value --------- (cherry picked from commit f647515) Signed-off-by: Gao Binlong <[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>
Configuration menu - View commit details
-
Copy full SHA for bcdd1cd - Browse repository at this point
Copy the full SHA bcdd1cdView commit details -
Fix issue when calling Delete PIT endpoint and no PITs exist (opensea…
…rch-project#11711) (opensearch-project#11713) (cherry picked from commit c52d4a3) Signed-off-by: Craig Perkins <[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>
Configuration menu - View commit details
-
Copy full SHA for 6e9837e - Browse repository at this point
Copy the full SHA 6e9837eView commit details -
Add the means to extract the contextual underlying channel from HttpC…
…hannel without excessive typecasting (opensearch-project#11751) (opensearch-project#11754) Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit 808ed56)
Configuration menu - View commit details
-
Copy full SHA for 8dc3c0c - Browse repository at this point
Copy the full SHA 8dc3c0cView commit details -
Fixes Numeric exact match queries to use range queries internally (op…
…ensearch-project#11209) (opensearch-project#11747) * Updating numeric term and terms queries to use IODVQ * Addressing comments * Fix formatting * Fix changelog * Addressing more comments + adding tests * renaming yaml test * Adding skip for bwc * Adding new SortedUnsignedLongDocValuesSetQuery to allow for BitInteger Terms query * Fixing some tests * Remove duplicate skip * Remove unused points declaration * Change unsigned exact query to be consistent * Use slowExactQuery from Unsigned Set Query * Merging different yaml tests into a single test * Updating test case for main * Fix changelog --------- (cherry picked from commit 178a7a0) Signed-off-by: Harsha Vamsi Kalluri <[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>
Configuration menu - View commit details
-
Copy full SHA for 1ad7a5d - Browse repository at this point
Copy the full SHA 1ad7a5dView commit details -
Update the skip version for match_only_text field Integ tests to 2.11…
….99 (opensearch-project#11736) * update the skip version for integ tests to 2.11.99 Signed-off-by: Rishabh Maurya <[email protected]> * fix the version in skip section reason Signed-off-by: Rishabh Maurya <[email protected]> --------- Signed-off-by: Rishabh Maurya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92a73af - Browse repository at this point
Copy the full SHA 92a73afView commit details
Commits on Jan 5, 2024
-
Bump com.maxmind.geoip2:geoip2 from 4.1.0 to 4.2.0 in /modules/ingest…
…-geoip (opensearch-project#11559) (opensearch-project#11756) * Bump com.maxmind.geoip2:geoip2 in /modules/ingest-geoip Bumps [com.maxmind.geoip2:geoip2](https://github.com/maxmind/GeoIP2-java) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/maxmind/GeoIP2-java/releases) - [Changelog](https://github.com/maxmind/GeoIP2-java/blob/main/CHANGELOG.md) - [Commits](maxmind/GeoIP2-java@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: com.maxmind.geoip2:geoip2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Updating SHAs Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 71d7e4d) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0cb2c6d - Browse repository at this point
Copy the full SHA 0cb2c6dView commit details -
[Segment Replication] [Remote Store] Replace overriding mockInternalE…
…ngine() in test classes with NRTReplicationEngine. (opensearch-project#11716) (opensearch-project#11761) * Replace overriding mockInternalEngine() in test classes with NRTReplicationEngine. * remove unused comment. * Add comment for explaining the conditional logic. * Update comment with exact reason for conditional logic. --------- (cherry picked from commit 3a3da4f) Signed-off-by: Rishikesh1159 <[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>
Configuration menu - View commit details
-
Copy full SHA for 9426ee3 - Browse repository at this point
Copy the full SHA 9426ee3View commit details -
Add deleted doc count in _cat/shards (opensearch-project#11766)
Signed-off-by: Shreyansh Ray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd95052 - Browse repository at this point
Copy the full SHA cd95052View commit details -
Bump commons-cli:commons-cli from 1.5.0 to 1.6.0 in /plugins/reposito…
…ry-hdfs (opensearch-project#10996) (opensearch-project#11768) * Bump commons-cli:commons-cli in /plugins/repository-hdfs Bumps commons-cli:commons-cli from 1.5.0 to 1.6.0. --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-type: direct:production update-type: version-update:semver-minor ... * Updating SHAs * Update changelog --------- (cherry picked from commit b9022c5) Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Andriy Redko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for df07f18 - Browse repository at this point
Copy the full SHA df07f18View commit details -
Introduce a new feature flag "WRITEABLE_REMOTE_INDEX" to gate the wri…
…teable remote index functionality (opensearch-project#11717) (opensearch-project#11772) * Introduce a new feature flag to gate the writeable remote index functionality. * Add changelog entry. * Update changelog entry. --------- (cherry picked from commit ab0f70e) Signed-off-by: Rishikesh1159 <[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>
Configuration menu - View commit details
-
Copy full SHA for 6126212 - Browse repository at this point
Copy the full SHA 6126212View commit details -
Bump netty from 4.1.100.Final to 4.1.104.Final (opensearch-project#11775
) (opensearch-project#11777) (cherry picked from commit cbfe160) Signed-off-by: Andriy Redko <[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>
Configuration menu - View commit details
-
Copy full SHA for 106bda4 - Browse repository at this point
Copy the full SHA 106bda4View commit details -
Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 in /plugi…
…ns/repository-hdfs (opensearch-project#11691) (opensearch-project#11774) * Bump org.apache.commons:commons-lang3 in /plugins/repository-hdfs Bumps org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Updating SHAs Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 2dec5dc) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b58bf06 - Browse repository at this point
Copy the full SHA b58bf06View commit details -
Update skip version to match branches (opensearch-project#11776) (ope…
…nsearch-project#11781) (cherry picked from commit 5f3d782) Signed-off-by: Harsha Vamsi Kalluri <[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>
Configuration menu - View commit details
-
Copy full SHA for 081197d - Browse repository at this point
Copy the full SHA 081197dView commit details
Commits on Jan 8, 2024
-
Skip test testThreeZoneOneReplicaWithForceZoneValueAndLoadAwareness (o…
…pensearch-project#11767) (opensearch-project#11787) (cherry picked from commit 89e4727) Signed-off-by: Rishab Nahata <[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>
Configuration menu - View commit details
-
Copy full SHA for 2acd885 - Browse repository at this point
Copy the full SHA 2acd885View commit details -
Bump commons-io:commons-io from 2.14.0 to 2.15.1 in /plugins/reposito…
…ry-hdfs (opensearch-project#11796) (opensearch-project#11799) * Bump commons-io:commons-io in /plugins/repository-hdfs Bumps commons-io:commons-io from 2.14.0 to 2.15.1. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... * Updating SHAs * Update changelog --------- (cherry picked from commit c7196da) Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Andriy Redko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fb5a24e - Browse repository at this point
Copy the full SHA fb5a24eView commit details -
Bump net.java.dev.jna:jna from 5.13.0 to 5.14.0 (opensearch-project#1…
…1798) (opensearch-project#11812) * Bump net.java.dev.jna:jna from 5.13.0 to 5.14.0 Bumps [net.java.dev.jna:jna](https://github.com/java-native-access/jna) from 5.13.0 to 5.14.0. - [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md) - [Commits](java-native-access/jna@5.13.0...5.14.0) --- updated-dependencies: - dependency-name: net.java.dev.jna:jna dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 97ccb5c) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0134c5c - Browse repository at this point
Copy the full SHA 0134c5cView commit details
Commits on Jan 9, 2024
-
Capture query categorization metrics for additional query types and a…
…ggregations types (opensearch-project#11582) (opensearch-project#11809) (cherry picked from commit e948c40) Signed-off-by: Siddhant Deshmukh <[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>
Configuration menu - View commit details
-
Copy full SHA for f9fd183 - Browse repository at this point
Copy the full SHA f9fd183View commit details -
Bump peternied/required-approval from v1.2 to v1.3 (opensearch-projec…
…t#11820) (opensearch-project#11822) * Switched to more reliable OpenSearch Lucene snapshot location - Related opensearch-project/opensearch-build#3874 * Changelog entry * Use required-approval@main * Trigger on any review * Snap to version v1.3 --------- (cherry picked from commit 3f5ec64) Signed-off-by: Peter Nied <[email protected]> Signed-off-by: Peter Nied <[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>
Configuration menu - View commit details
-
Copy full SHA for c76df2d - Browse repository at this point
Copy the full SHA c76df2dView commit details -
Add support for conditional Transient header propagation (opensearch-…
…project#11490) (opensearch-project#11823) * Clear transient header from system context * Clear transient header from system context * Adds changelog * Update CHANGELOG.md * Adds unit tests * Refactor code * Refactor code * Refactor code * Supress warning * Refactor code --------- (cherry picked from commit 71f1fab) Signed-off-by: Gagan Juneja <[email protected]> Signed-off-by: Gagan Juneja <[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> Co-authored-by: Gagan Juneja <[email protected]> Co-authored-by: Andriy Redko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77d8964 - Browse repository at this point
Copy the full SHA 77d8964View commit details -
Unmute testNoFailuresOnFileReads flaky test (opensearch-project#11824) (
opensearch-project#11827) (cherry picked from commit a9ce180) Signed-off-by: Suraj Singh <[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>
Configuration menu - View commit details
-
Copy full SHA for 265b14b - Browse repository at this point
Copy the full SHA 265b14bView commit details -
Fix dissect ingest processor parsing empty brackets failed (opensearc…
…h-project#9255) (opensearch-project#10667) * Fix dissect ingest processor parsing empty brackets failed * Modify change log * Modify change log * Add assertion --------- (cherry picked from commit 7b62e2f) Signed-off-by: Gao Binlong <[email protected]> Signed-off-by: Daniel (dB.) Doubrovkine <[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> Co-authored-by: Daniel (dB.) Doubrovkine <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 334636f - Browse repository at this point
Copy the full SHA 334636fView commit details
Commits on Jan 10, 2024
-
Fixed ingest pipeline script issue (opensearch-project#11725) (opense…
…arch-project#11829) (cherry picked from commit 6e2e72b) Signed-off-by: vikasvb90 <[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>
Configuration menu - View commit details
-
Copy full SHA for 166ede7 - Browse repository at this point
Copy the full SHA 166ede7View commit details -
[Backport 2.x] Enable must_exist parameter for update aliases API (op…
…ensearch-project#11210) (opensearch-project#11833) * Enable must_exist parameter for update aliases API (opensearch-project#11210) * Enable must_exist parameter for update aliases API Signed-off-by: Gao Binlong <[email protected]> * modify changelog Signed-off-by: Gao Binlong <[email protected]> * Fix test failure Signed-off-by: Gao Binlong <[email protected]> * Fix test failure Signed-off-by: Gao Binlong <[email protected]> * Remove silently when all aliases are non-existing and must_exist is false Signed-off-by: Gao Binlong <[email protected]> * Modify some comments to run gradle check again Signed-off-by: Gao Binlong <[email protected]> * Add more yaml test Signed-off-by: Gao Binlong <[email protected]> --------- Signed-off-by: Gao Binlong <[email protected]> (cherry picked from commit a1e4602) * Update supported version to 2.12.0 Signed-off-by: Gao Binlong <[email protected]> * Small change to rerun gradle check Signed-off-by: Gao Binlong <[email protected]> --------- Signed-off-by: Gao Binlong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for acef38e - Browse repository at this point
Copy the full SHA acef38eView commit details -
Single line comments can end in newline or EOF. Fixes opensearch-proj…
…ect#11815 (opensearch-project#11816) (opensearch-project#11834) * Single line comments can end in newline or EOF. Fixes opensearch-project#11815 * Re-add license to autogen parser files * Remove noise from changelog * Accept single-line comments until newline char --------- (cherry picked from commit 8192488) Signed-off-by: camerondurham <[email protected]> Signed-off-by: Cameron Durham <[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>
Configuration menu - View commit details
-
Copy full SHA for a41646e - Browse repository at this point
Copy the full SHA a41646eView commit details -
[Backport 2.x] Bump to Lucene99 (opensearch-project#11832)
* Bump to Lucene99 (opensearch-project#11421) Upgraded Lucene dependency to 9.9.1. --------- Signed-off-by: Marc Handalian <[email protected]> Signed-off-by: Marc Handalian <[email protected]> (cherry picked from commit 4a42150) Signed-off-by: Marc Handalian <[email protected]> * update deprecated CodecService constructor only in 2.x Signed-off-by: Marc Handalian <[email protected]> * Remove unused emptyReader method in Lucene.java This method has a conflict inside leafReader's getMetaData as the constructor to LeafMetaData has changed. However this method is never invoked so removing it. Signed-off-by: Marc Handalian <[email protected]> * Fix Version for 2.12.0 to correctly point to Lucene 9.9.1 Signed-off-by: Marc Handalian <[email protected]> --------- Signed-off-by: Marc Handalian <[email protected]> Signed-off-by: Marc Handalian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de26624 - Browse repository at this point
Copy the full SHA de26624View commit details -
Fix parsing of flat object fields with dots in keys (opensearch-proje…
…ct#11425) (opensearch-project#11825) We have a bug where a flat object field with inner fields that contain dots will "push" the dotted name onto the dot-path from the root, but then would just "pop" off the last part of the dotted name. This change adds more robust support for flat object keys and subkeys that contain dots (i.e. it pops off the entirety of the latest key, regardless of how many dots it contains). Fixes opensearch-project#11402 Signed-off-by: Michael Froh <[email protected]> (cherry picked from commit 22b628b)
Configuration menu - View commit details
-
Copy full SHA for bd5b5ee - Browse repository at this point
Copy the full SHA bd5b5eeView commit details
Commits on Jan 11, 2024
-
Enable test CardinalityWithRequestBreakerIT.testRequestBreaker after …
…lucene 99 upgrade (opensearch-project#11841) (opensearch-project#11845) (cherry picked from commit 10be2ef) Signed-off-by: Neetika Singhal <[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>
Configuration menu - View commit details
-
Copy full SHA for 84b3ebe - Browse repository at this point
Copy the full SHA 84b3ebeView commit details -
Remove unused segment replication feature flag (opensearch-project#11850
) (opensearch-project#11852) This feature has been released and the feature flag is no longer used. (cherry picked from commit de78c7c) Signed-off-by: Andrew Ross <[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>
Configuration menu - View commit details
-
Copy full SHA for c440508 - Browse repository at this point
Copy the full SHA c440508View commit details -
Fix SimpleNestedIT.testExplain flaky test (opensearch-project#11681) (o…
…pensearch-project#11855) (cherry picked from commit bbe790b) Signed-off-by: Neetika Singhal <[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>
Configuration menu - View commit details
-
Copy full SHA for 2444b9d - Browse repository at this point
Copy the full SHA 2444b9dView commit details -
Correctly calculate doc_count_error at the slice level for concurrent…
… segment search. Change slice_size heuristic to be equal to shard_size. (opensearch-project#11732) (opensearch-project#11859) (cherry picked from commit b042688) Signed-off-by: Jay Deng <[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>
Configuration menu - View commit details
-
Copy full SHA for 3d71a35 - Browse repository at this point
Copy the full SHA 3d71a35View commit details -
Fix typo in API annotation check message (opensearch-project#11836) (o…
…pensearch-project#11860) - Fixing some internal comments as well Signed-off-by: Lukáš Vlček <[email protected]> (cherry picked from commit feeb595)
Configuration menu - View commit details
-
Copy full SHA for a8e3e64 - Browse repository at this point
Copy the full SHA a8e3e64View commit details -
Bump com.diffplug.spotless from 6.20.0 to 6.23.2 (opensearch-project#…
…11797) (opensearch-project#11861) (cherry picked from commit 3cf1ce6) Signed-off-by: Andriy Redko <[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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 677ea55 - Browse repository at this point
Copy the full SHA 677ea55View commit details -
Update runTask to optionally install plugins (opensearch-project#11844)…
… (opensearch-project#11862) Signed-off-by: Marc Handalian <[email protected]> (cherry picked from commit 3d57714)
Configuration menu - View commit details
-
Copy full SHA for e42f429 - Browse repository at this point
Copy the full SHA e42f429View commit details
Commits on Jan 12, 2024
-
Fix noop_update_total metric in indexing stats cannot be updated by b…
…ulk API (opensearch-project#11485) (opensearch-project#11865) (cherry picked from commit a90b6b6) Signed-off-by: Gao Binlong <[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>
Configuration menu - View commit details
-
Copy full SHA for d73b133 - Browse repository at this point
Copy the full SHA d73b133View commit details -
Ensure Jackson default maximums introduced in 2.16.0 do not conflict …
…with OpenSearch settings (opensearch-project#11811) (opensearch-project#11871) * Ensure Jackson default maximums introduced in 2.16.0 do not conflict with OpenSearch settings * Address code review comments * Address code review comments --------- (cherry picked from commit 5c82ab8) Signed-off-by: Andriy Redko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 729b725 - Browse repository at this point
Copy the full SHA 729b725View commit details -
Mute DeleteSnapshotIT.testDeleteShallowCopySnapshot (opensearch-proje…
…ct#10372) (opensearch-project#10375) (cherry picked from commit de8511b) Signed-off-by: Andrew Ross <[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>
Configuration menu - View commit details
-
Copy full SHA for cfbff9f - Browse repository at this point
Copy the full SHA cfbff9fView commit details
Commits on Jan 13, 2024
-
Fix log appender in InsecureSettingTests (opensearch-project#11866) (o…
…pensearch-project#11879) The appender was being added to the logger before the appender was started. This can lead to logger errors with concurrently running tests because the logger is static state shared across the JVM. See opensearch-project#10799. I've also added a removeAppender call that was missing from LoggersTests, but that is mostly hygiene and would not lead to failures. (cherry picked from commit c8ae7f0) Signed-off-by: Andrew Ross <[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>
Configuration menu - View commit details
-
Copy full SHA for e93425d - Browse repository at this point
Copy the full SHA e93425dView commit details
Commits on Jan 15, 2024
-
Bump com.networknt:json-schema-validator from 1.0.86 to 1.1.0 (opense…
…arch-project#11886) (opensearch-project#11889) * Bump com.networknt:json-schema-validator from 1.0.86 to 1.1.0 Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.0.86 to 1.1.0. - [Release notes](https://github.com/networknt/json-schema-validator/releases) - [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md) - [Commits](networknt/json-schema-validator@1.0.86...1.1.0) --- updated-dependencies: - dependency-name: com.networknt:json-schema-validator dependency-type: direct:production update-type: version-update:semver-minor ... * Update changelog --------- (cherry picked from commit a90dd86) Signed-off-by: dependabot[bot] <[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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a8de62d - Browse repository at this point
Copy the full SHA a8de62dView commit details -
Bump lycheeverse/lychee-action from 1.9.0 to 1.9.1 (opensearch-projec…
…t#11887) (opensearch-project#11890) * Bump lycheeverse/lychee-action from 1.9.0 to 1.9.1 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit ac4aca2) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ae19c76 - Browse repository at this point
Copy the full SHA ae19c76View commit details -
Bump OpenTelemetry from 1.32.0 to 1.34.1 (opensearch-project#11891) (o…
…pensearch-project#11892) (cherry picked from commit c132db9) Signed-off-by: Andriy Redko <[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>
Configuration menu - View commit details
-
Copy full SHA for fb6139a - Browse repository at this point
Copy the full SHA fb6139aView commit details
Commits on Jan 16, 2024
-
Add missing code in InternalEngine part of opensearch-project#10513 (o…
…pensearch-project#11883) Signed-off-by: Ashish Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c48fb55 - Browse repository at this point
Copy the full SHA c48fb55View commit details
Commits on Jan 17, 2024
-
Add copy ingest processor (opensearch-project#11870) (opensearch-proj…
…ect#11907) --------- (cherry picked from commit 6d2d4dd) Signed-off-by: Gao Binlong <[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>
Configuration menu - View commit details
-
Copy full SHA for f972386 - Browse repository at this point
Copy the full SHA f972386View commit details
Commits on Jan 18, 2024
-
Remove ingest processor supports excluding fields (opensearch-project…
…#10967) (opensearch-project#11916) * Remove ingest processor supports field patterns and excluding fields Signed-off-by: Gao Binlong <[email protected]> * Format some code Signed-off-by: Gao Binlong <[email protected]> * Fix test failure Signed-off-by: Gao Binlong <[email protected]> * Remove the code of field pattern Signed-off-by: Gao Binlong <[email protected]> * Add skip version in rest test yml Signed-off-by: Gao Binlong <[email protected]> * Make fields and exclude_fields mutually exclusive when constructing RemoveProcessor Signed-off-by: Gao Binlong <[email protected]> --------- Signed-off-by: Gao Binlong <[email protected]> (cherry picked from commit 5dd4b61)
Configuration menu - View commit details
-
Copy full SHA for 62493f4 - Browse repository at this point
Copy the full SHA 62493f4View commit details -
Update supported version for fixing the bug of noop_update_total metr…
…ic cannot be updated by bulk API (opensearch-project#11917) (opensearch-project#11925) * Update supported version for fixing the bug of noop_update_total metric cannot be updated by bulk API * Modify change log --------- (cherry picked from commit 412d1aa) Signed-off-by: Gao Binlong <[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>
Configuration menu - View commit details
-
Copy full SHA for 6e9e9a4 - Browse repository at this point
Copy the full SHA 6e9e9a4View commit details -
Add experimental SIMD implementation of B-tree to round down dates (o…
…pensearch-project#11194) (opensearch-project#11924) * Add experimental SIMD implementation of B-tree to round down dates * Use system properties in favor of feature flags to remove dependency on the server module * Removed Java 20 test sources to simplify builds * Remove the use of forbidden APIs in unit-tests * Migrate to the recommended usage for custom test task classpath * Switch benchmarks module to multi-release one * Add JMH annotation processing for JDK-20+ sources * Make JMH annotations consistent across sources * Improve execution of Roundable unit-tests * Revert "Improve execution of Roundable unit-tests" This reverts commit 2e82d0a. * Add 'forced' as a possible feature flag value to simplify the execution of unit-tests --------- (cherry picked from commit b424aaf) Signed-off-by: Ketan Verma <[email protected]> Signed-off-by: Andriy Redko <[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> Co-authored-by: Andriy Redko <[email protected]> Co-authored-by: Andrew Ross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c331b5 - Browse repository at this point
Copy the full SHA 4c331b5View commit details -
Add @SuppressWarnings("removal") to not fail the build with -Werror f…
…or some JDKs (opensearch-project#11923) (opensearch-project#11930) (cherry picked from commit 411b279) Signed-off-by: Andriy Redko <[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>
Configuration menu - View commit details
-
Copy full SHA for a2eb7f2 - Browse repository at this point
Copy the full SHA a2eb7f2View commit details -
Add @SuppressWarnings("removal") to not fail the build with -Werror f…
…or some JDKs (opensearch-project#11931) (opensearch-project#11934) (cherry picked from commit 6dee955) Signed-off-by: Andriy Redko <[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>
Configuration menu - View commit details
-
Copy full SHA for 38a961c - Browse repository at this point
Copy the full SHA 38a961cView commit details
Commits on Jan 19, 2024
-
Extract cluster management for integration tests into JUnit test rule…
… out of OpenSearchIntegTestCase (opensearch-project#11877) (opensearch-project#11941) * Extract cluster management for integration tests into JUnit test rule out of OpenSearchIntegTestCase Signed-off-by: Andriy Redko <[email protected]> * Branched off parametrized tests into static / dynamic settings flavors Signed-off-by: Andriy Redko <[email protected]> * Address code review comments Signed-off-by: Andriy Redko <[email protected]> * Refactor internalCluster() method to return an Optional value Signed-off-by: Andriy Redko <[email protected]> * Address code review comments Signed-off-by: Andriy Redko <[email protected]> --------- Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit c267c5a)
Configuration menu - View commit details
-
Copy full SHA for 0d12779 - Browse repository at this point
Copy the full SHA 0d12779View commit details -
Only check LongVector.SPECIES_PREFERRED when jdk.incubator.vector is …
…enabled (opensearch-project#11939) (opensearch-project#11943) (cherry picked from commit 774e7d4) Signed-off-by: Andriy Redko <[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>
Configuration menu - View commit details
-
Copy full SHA for f54ae8b - Browse repository at this point
Copy the full SHA f54ae8bView commit details -
Expose RestController all handlers iterator. (opensearch-project#11876)…
… (opensearch-project#11940) * Expose RestController all handlers iterator. Signed-off-by: dblock <[email protected]> * Extract MethodHandlers interface. Signed-off-by: dblock <[email protected]> * Added CHANGELOG. Signed-off-by: dblock <[email protected]> --------- Signed-off-by: dblock <[email protected]> (cherry picked from commit 6ccb46b)
Configuration menu - View commit details
-
Copy full SHA for c0581a0 - Browse repository at this point
Copy the full SHA c0581a0View commit details
Commits on Jan 20, 2024
-
Fix memory leak issue in ReorganizingLongHash (opensearch-project#11953…
…) (opensearch-project#11955) Signed-off-by: Neetika Singhal <[email protected]> (cherry picked from commit 84f303b)
Configuration menu - View commit details
-
Copy full SHA for a93e86c - Browse repository at this point
Copy the full SHA a93e86cView commit details
Commits on Jan 22, 2024
-
Bump com.google.oauth-client:google-oauth-client from 1.34.1 to 1.35.…
…0 in /plugins/discovery-gce (opensearch-project#11960) (opensearch-project#11967) * Bump com.google.oauth-client:google-oauth-client Bumps [com.google.oauth-client:google-oauth-client](https://github.com/googleapis/google-oauth-java-client) from 1.34.1 to 1.35.0. - [Release notes](https://github.com/googleapis/google-oauth-java-client/releases) - [Changelog](https://github.com/googleapis/google-oauth-java-client/blob/main/CHANGELOG.md) - [Commits](googleapis/google-oauth-java-client@v1.34.1...v1.35.0) --- updated-dependencies: - dependency-name: com.google.oauth-client:google-oauth-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Updating SHAs Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit bea196f) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c52a152 - Browse repository at this point
Copy the full SHA c52a152View commit details -
Bump com.diffplug.spotless from 6.23.2 to 6.24.0 (opensearch-project#…
…11962) (opensearch-project#11970) * Bump com.diffplug.spotless from 6.23.2 to 6.24.0 Bumps com.diffplug.spotless from 6.23.2 to 6.24.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... * Update changelog --------- (cherry picked from commit 761e13b) Signed-off-by: dependabot[bot] <[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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 149777f - Browse repository at this point
Copy the full SHA 149777fView commit details -
Bump com.networknt:json-schema-validator from 1.1.0 to 1.2.0 (opensea…
…rch-project#11963) (opensearch-project#11973) * Bump com.networknt:json-schema-validator from 1.1.0 to 1.2.0 Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/networknt/json-schema-validator/releases) - [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md) - [Commits](networknt/json-schema-validator@1.1.0...1.2.0) --- updated-dependencies: - dependency-name: com.networknt:json-schema-validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 304042f) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8b8e4f5 - Browse repository at this point
Copy the full SHA 8b8e4f5View commit details -
Allow empty translog for ITs testing no ingestion post refresh/commit (…
…opensearch-project#11946) (opensearch-project#11949) (cherry picked from commit e265355) Signed-off-by: bansvaru <[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>
Configuration menu - View commit details
-
Copy full SHA for 2e3f2da - Browse repository at this point
Copy the full SHA 2e3f2daView commit details
Commits on Jan 23, 2024
-
Bump com.google.cloud:google-cloud-core from 2.5.10 to 2.30.0 in /plu…
…gins/repository-gcs (opensearch-project#11961) (opensearch-project#11980) * Bump com.google.cloud:google-cloud-core in /plugins/repository-gcs Bumps com.google.cloud:google-cloud-core from 2.5.10 to 2.30.0. --- updated-dependencies: - dependency-name: com.google.cloud:google-cloud-core dependency-type: direct:production update-type: version-update:semver-minor ... * Updating SHAs * Update changelog --------- (cherry picked from commit b0eab75) Signed-off-by: dependabot[bot] <[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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c40fcff - Browse repository at this point
Copy the full SHA c40fcffView commit details -
Fix flaky-test for CopyProcessorTests (opensearch-project#11982) (ope…
…nsearch-project#11994) (cherry picked from commit c529265) Signed-off-by: Gao Binlong <[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>
Configuration menu - View commit details
-
Copy full SHA for 12fb0e5 - Browse repository at this point
Copy the full SHA 12fb0e5View commit details -
Workaround for https://bugs.openjdk.org/browse/JDK-8323659 regression…
…, introduced in JDK-21.0.2 (opensearch-project#11968) (opensearch-project#11988) (cherry picked from commit 48fdb4f) Signed-off-by: Andriy Redko <[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>
Configuration menu - View commit details
-
Copy full SHA for 7365414 - Browse repository at this point
Copy the full SHA 7365414View commit details -
Fix: remove unnecessary trailing slash from REST paths. (opensearch-p…
…roject#11992) (opensearch-project#11995) (cherry picked from commit 4167ac5) Signed-off-by: dblock <[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>
Configuration menu - View commit details
-
Copy full SHA for b72f1d1 - Browse repository at this point
Copy the full SHA b72f1d1View commit details -
OpenJDK Update (January 2024 Patch releases) (opensearch-project#11991)…
… (opensearch-project#11999) (cherry picked from commit 79964c2) Signed-off-by: Andriy Redko <[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>
Configuration menu - View commit details
-
Copy full SHA for c10d7ce - Browse repository at this point
Copy the full SHA c10d7ceView commit details
Commits on Jan 24, 2024
-
Disable index refresh for TermsFixedDocCountErrorIT (opensearch-proje…
…ct#11976) (opensearch-project#12002) (cherry picked from commit 30aa8be) Signed-off-by: Jay Deng <[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>
Configuration menu - View commit details
-
Copy full SHA for e67f51b - Browse repository at this point
Copy the full SHA e67f51bView commit details -
Fix test cluster behavior @ClusterScope(scope = Scope.SUITE) and @Ope…
…nSearchIntegTestCase.SuiteScopeTestCase for parameterized test cases (opensearch-project#12000) (opensearch-project#12012) * Fix test cluster behavior @ClusterScope(scope = Scope.SUITE) and @OpenSearchIntegTestCase.SuiteScopeTestCase for parameterized test cases * Address code review comments * Address code review comments * Added test cases for all supported test cluster scopes --------- (cherry picked from commit b1f8b16) Signed-off-by: Andriy Redko <[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>
Configuration menu - View commit details
-
Copy full SHA for 5efb12c - Browse repository at this point
Copy the full SHA 5efb12cView commit details -
[Searchable Snapshot] Add Relevant Error handling for Restore API wit…
…h remote_snapshot. (opensearch-project#11840) (opensearch-project#12011) * Add Relevant Error handling for Restore API with remote_snapshot. * update comment with more revelant info. * apply spotless check. * Add null check * apply spotless check. * fix error message in test. * apply spotless check. --------- (cherry picked from commit 7da8628) Signed-off-by: Rishikesh1159 <[email protected]> Signed-off-by: Rishikesh Pasham <[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>
Configuration menu - View commit details
-
Copy full SHA for 38c4b39 - Browse repository at this point
Copy the full SHA 38c4b39View commit details -
Support index level allocation filtering for searchable snapshot index (
opensearch-project#11563) (opensearch-project#11927) * support index level allocation filtering * run spotless * fix IT * fix not statement and add change log --------- (cherry picked from commit 2f81c57) Signed-off-by: panguixin <[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>
Configuration menu - View commit details
-
Copy full SHA for ed80008 - Browse repository at this point
Copy the full SHA ed80008View commit details -
Fix flaky RemoteFSTranslogTests testMetadataFileDeletion test opensea…
…rch-project#9605 (opensearch-project#11899) (opensearch-project#11915) (cherry picked from commit 904c9a9) Signed-off-by: Ashish Singh <[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>
Configuration menu - View commit details
-
Copy full SHA for fab16d7 - Browse repository at this point
Copy the full SHA fab16d7View commit details -
Fix typo in RemoveProcessor (opensearch-project#11983) (opensearch-pr…
…oject#12003) * Fix typo in RemoveProcessor Signed-off-by: Gao Binlong <[email protected]> * Modify changelog Signed-off-by: Gao Binlong <[email protected]> --------- Signed-off-by: Gao Binlong <[email protected]> (cherry picked from commit b61bd14)
Configuration menu - View commit details
-
Copy full SHA for f537ccc - Browse repository at this point
Copy the full SHA f537cccView commit details -
Fixing Minio docker compose fixture (opensearch-project#12014) (opens…
…earch-project#12015) (cherry picked from commit 76f7e73) Signed-off-by: Sarat Vemulapalli <[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>
Configuration menu - View commit details
-
Copy full SHA for 6b79ec5 - Browse repository at this point
Copy the full SHA 6b79ec5View commit details -
Add getter for path field in NestedQueryBuilder (opensearch-project#4636
) (opensearch-project#11657) (cherry picked from commit 7b7ca98) Signed-off-by: psmagin <[email protected]> Signed-off-by: Daniel (dB.) Doubrovkine <[email protected]> Signed-off-by: Pavlo Smahin <[email protected]> Co-authored-by: Daniel (dB.) Doubrovkine <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f588880 - Browse repository at this point
Copy the full SHA f588880View commit details
Commits on Jan 25, 2024
-
[Searchable Snapshot] Add Relevant Error handling for Index Creation …
…with remote_snapshot. (opensearch-project#11867) (opensearch-project#12021) * Block index creation when setting property index.store.type to remote_snaphot * Adding null check. * fix failing test * remove unnecessary test. * Address comments on PR. * Resolve conflicts on PR. * Add changelog entry. --------- (cherry picked from commit c1bd752) Signed-off-by: Rishikesh1159 <[email protected]> Signed-off-by: Rishikesh Pasham <[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>
Configuration menu - View commit details
-
Copy full SHA for 2125a0e - Browse repository at this point
Copy the full SHA 2125a0eView commit details -
Fix limit check for listing S3 objects (opensearch-project#12018) (op…
…ensearch-project#12020) * Fix limit check for listing S3 objects * Apply spotless fix --------- (cherry picked from commit e017a9c) Signed-off-by: Bhumika Saini <[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>
Configuration menu - View commit details
-
Copy full SHA for 4a95c66 - Browse repository at this point
Copy the full SHA 4a95c66View commit details -
Add calling class name to mock log appender (opensearch-project#12013) (
opensearch-project#12017) Issue opensearch-project#10799 is caused by a stopped or unstarted appender still being present in the static logger state. I have not been able to find the improper usage of the log appender that would cause this error. To help debug, this commit adds the calling class name to the mock log appender. Any future occurrence should result in an error message with the class name that incorrected configured the logger. I've also added an override to the `stop()` method to force that callers use the close() method that properly cleans up the logger state as opposed to stopping the appender directly. (cherry picked from commit b4306b6) Signed-off-by: Andrew Ross <[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>
Configuration menu - View commit details
-
Copy full SHA for 13a1038 - Browse repository at this point
Copy the full SHA 13a1038View commit details
Commits on Jan 26, 2024
-
[BUG] Fix remote shards balancer when filtering throttled nodes (open…
…search-project#11724) (opensearch-project#12024) * fix remote shards balancer * add change log --------- (cherry picked from commit 9f649e0) Signed-off-by: panguixin <[email protected]> Signed-off-by: Andrew Ross <[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> Co-authored-by: Andrew Ross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd1493a - Browse repository at this point
Copy the full SHA fd1493aView commit details -
Bump Netty to 4.1.106.Final (opensearch-project#12034) (opensearch-pr…
…oject#12038) (cherry picked from commit 2001d59) Signed-off-by: Andriy Redko <[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>
Configuration menu - View commit details
-
Copy full SHA for 7ba0818 - Browse repository at this point
Copy the full SHA 7ba0818View commit details -
Fetch all the locks for a shard to avoid multiple remote store calls (o…
…pensearch-project#11987) (opensearch-project#12037) * Fetch all the locks for a shard to avoid multiple calls * Fix lock file comparison issue * Add unit tests * Add more unit tests * Address PR comments --------- (cherry picked from commit 6e744f5) Signed-off-by: Sachin Kale <[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> Co-authored-by: Sachin Kale <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d938b8 - Browse repository at this point
Copy the full SHA 6d938b8View commit details -
Update Mockito to 5.10.0 (opensearch-project#12036) (opensearch-proje…
…ct#12039) (cherry picked from commit 92afd67) Signed-off-by: Andriy Redko <[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>
Configuration menu - View commit details
-
Copy full SHA for 179d2d4 - Browse repository at this point
Copy the full SHA 179d2d4View commit details
Commits on Jan 27, 2024
-
Bump reactor-core and reactor-netty versions (opensearch-project#12042)…
… (opensearch-project#12044) (cherry picked from commit 95b3ec3) Signed-off-by: Andriy Redko <[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>
Configuration menu - View commit details
-
Copy full SHA for 0c54326 - Browse repository at this point
Copy the full SHA 0c54326View commit details
Commits on Jan 29, 2024
-
Adding configurable connection count setting for S3 Sync Client (open…
…search-project#12028) (opensearch-project#12053) * Adding configurable connection count setting for S3 Sync Client * Address PR Comments * Increase number of connections to 500 --------- Signed-off-by: Gaurav Bafna <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 700078d - Browse repository at this point
Copy the full SHA 700078dView commit details -
Bump com.diffplug.spotless from 6.24.0 to 6.25.0 (opensearch-project#…
…12055) (opensearch-project#12060) * Bump com.diffplug.spotless from 6.24.0 to 6.25.0 Bumps com.diffplug.spotless from 6.24.0 to 6.25.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... * Update changelog --------- (cherry picked from commit 1ec5305) Signed-off-by: dependabot[bot] <[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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c531774 - Browse repository at this point
Copy the full SHA c531774View commit details -
Bump com.gradle.enterprise from 3.16.1 to 3.16.2 (opensearch-project#…
…12056) (opensearch-project#12064) * Bump com.gradle.enterprise from 3.16.1 to 3.16.2 Bumps com.gradle.enterprise from 3.16.1 to 3.16.2. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-patch ... * Update changelog --------- (cherry picked from commit af57da4) Signed-off-by: dependabot[bot] <[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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 660dab7 - Browse repository at this point
Copy the full SHA 660dab7View commit details -
Bump com.google.http-client:google-http-client-jackson2 from 1.43.3 t…
…o 1.44.1 in /plugins/repository-gcs (opensearch-project#12059) (opensearch-project#12066) * Bump com.google.http-client:google-http-client-jackson2 Bumps [com.google.http-client:google-http-client-jackson2](https://github.com/googleapis/google-http-java-client) from 1.43.3 to 1.44.1. - [Release notes](https://github.com/googleapis/google-http-java-client/releases) - [Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md) - [Commits](googleapis/google-http-java-client@v1.43.3...v1.44.1) --- updated-dependencies: - dependency-name: com.google.http-client:google-http-client-jackson2 dependency-type: direct:production update-type: version-update:semver-minor ... * Updating SHAs * Update changelog --------- (cherry picked from commit c9ddaef) Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Andriy Redko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a52b939 - Browse repository at this point
Copy the full SHA a52b939View commit details -
Update to Apache Lucene 9.9.2 (opensearch-project#12063) (opensearch-…
…project#12069) Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit 6012504)
Configuration menu - View commit details
-
Copy full SHA for 98459d6 - Browse repository at this point
Copy the full SHA 98459d6View commit details -
Bump peter-evans/create-issue-from-file from 4 to 5 (opensearch-proje…
…ct#12057) (opensearch-project#12075) * Bump peter-evans/create-issue-from-file from 4 to 5 Bumps [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-issue-from-file/releases) - [Commits](peter-evans/create-issue-from-file@v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-issue-from-file dependency-type: direct:production update-type: version-update:semver-major ... * Update changelog --------- (cherry picked from commit 1f8b62f) Signed-off-by: dependabot[bot] <[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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 08bbddc - Browse repository at this point
Copy the full SHA 08bbddcView commit details
Commits on Jan 30, 2024
-
Ensure latest replication checkpoint post failover has correct operat…
…ional primary term (opensearch-project#11990) (opensearch-project#12083) * Force update operation primary term in replication checkout post failover (cherry picked from commit c55af66) Signed-off-by: bansvaru <[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>
Configuration menu - View commit details
-
Copy full SHA for e8a9944 - Browse repository at this point
Copy the full SHA e8a9944View commit details -
The telemetry-otel should not publish any client JARs (since it does …
…not expose client facing APIs) (opensearch-project#12085) (opensearch-project#12087) (cherry picked from commit 0a16549) Signed-off-by: Andriy Redko <[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>
Configuration menu - View commit details
-
Copy full SHA for 9da5835 - Browse repository at this point
Copy the full SHA 9da5835View commit details -
Enable cluster and replication package debug logging for testSingleIn…
…dexShardAllocation test (opensearch-project#11878) (opensearch-project#12091) (cherry picked from commit f9ab801) Signed-off-by: Suraj Singh <[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>
Configuration menu - View commit details
-
Copy full SHA for 810ceb6 - Browse repository at this point
Copy the full SHA 810ceb6View commit details -
Flaky testRelocateWhileContinuouslyIndexingAndWaitingForRefresh test:…
… Enable trace logs on replication and recovery (opensearch-project#12088) (opensearch-project#12090) (cherry picked from commit 64c00b3) Signed-off-by: Suraj Singh <[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>
Configuration menu - View commit details
-
Copy full SHA for 05fefbb - Browse repository at this point
Copy the full SHA 05fefbbView commit details
Commits on Jan 31, 2024
-
Support for Google Application Default Credentials (opensearch-projec…
…t#8394) (opensearch-project#12080) * fixed conflicts Signed-off-by: fahadshamiinsta <[email protected]> * applying spotless Java check Signed-off-by: fahadshamiinsta <[email protected]> * added a comment to test helper method Signed-off-by: fahadshamiinsta <[email protected]> * added a comment to GoogleApplicationDefaultCredentials class with document reference Signed-off-by: fahadshamiinsta <[email protected]> * to rerun gradle checks Signed-off-by: fahadshamiinsta <[email protected]> * increasing coverage by adding another test Signed-off-by: fahadshamiinsta <[email protected]> * test name change Signed-off-by: fahadshamiinsta <[email protected]> * rerun ci Signed-off-by: fahadshamiinsta <[email protected]> * rerun ci Signed-off-by: fahadshamiinsta <[email protected]> * force push to rerun ci Signed-off-by: fahadshamiinsta <[email protected]> * pushing to trigger ci checks Signed-off-by: fahadshamiinsta <[email protected]> --------- Signed-off-by: fahadshamiinsta <[email protected]> (cherry picked from commit 4c283a7) Co-authored-by: Fahad Shami <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8cfa96f - Browse repository at this point
Copy the full SHA 8cfa96fView commit details -
Fixed typo in DEVELOPER_GUIDE.md. (opensearch-project#12051) (opensea…
…rch-project#12098) (cherry picked from commit 7526f86) Signed-off-by: Thomas Seidl <[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>
Configuration menu - View commit details
-
Copy full SHA for 0330e08 - Browse repository at this point
Copy the full SHA 0330e08View commit details -
Fix flaky test SegmentReplicationStatsIT.testMultipleIndices (opensea…
…rch-project#12070) (opensearch-project#12100) (cherry picked from commit 2f8d267) Signed-off-by: Poojita Raj <[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>
Configuration menu - View commit details
-
Copy full SHA for ff820ed - Browse repository at this point
Copy the full SHA ff820edView commit details -
Added New DateTime parser implementation (opensearch-project#11465) (o…
…pensearch-project#12107) Signed-off-by: Prabhat Sharma <[email protected]> Co-authored-by: Prabhat Sharma <[email protected]> (cherry picked from commit 829215c)
Configuration menu - View commit details
-
Copy full SHA for 7e3c080 - Browse repository at this point
Copy the full SHA 7e3c080View commit details -
Updating Ip fields to use doc_values to search (opensearch-project#11508
) (opensearch-project#12078) * Updating Ip fields to use doc_values to search * Fix IP tests * Fix skip to allow yaml test to pass on main * Update tests to use existing test file * Changing skip version to match bwc * Using exact match instead of range * Spotless * Fix IP field tests * Fix spotless + precommit failure * Get point out of query and into value * Fix term tests * Add skip test logic to only doc_values test --------- (cherry picked from commit cc9ee9d) Signed-off-by: Harsha Vamsi Kalluri <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Andriy Redko <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for de636c1 - Browse repository at this point
Copy the full SHA de636c1View commit details -
[Bug] Check phase name before SearchRequestOperationsListener onPhase…
…Start (opensearch-project#12094) (opensearch-project#12094) Signed-off-by: David Zane <[email protected]> (cherry picked from commit fb2c5f2)
Configuration menu - View commit details
-
Copy full SHA for 3a951e5 - Browse repository at this point
Copy the full SHA 3a951e5View commit details -
fix flaky 11610 (opensearch-project#12049) (opensearch-project#12110)
(cherry picked from commit cfcb128) Signed-off-by: Sarthak Aggarwal <[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>
Configuration menu - View commit details
-
Copy full SHA for b5820f5 - Browse repository at this point
Copy the full SHA b5820f5View commit details -
Add additional logging for Azure repository stats (opensearch-project…
…#12079) (opensearch-project#12115) * Adding logging for AzureStats * Debugging * Removing debugging lines * Addressing comments * Addressing feedback 2 --------- (cherry picked from commit 16c5257) Signed-off-by: Sarat Vemulapalli <[email protected]> Signed-off-by: Sarat Vemulapalli <[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>
Configuration menu - View commit details
-
Copy full SHA for 3b47fa3 - Browse repository at this point
Copy the full SHA 3b47fa3View commit details
Commits on Feb 2, 2024
-
Mute flaky test testThreeNodesNoClusterManagerBlock (opensearch-proje…
…ct#12093) (opensearch-project#12140) (cherry picked from commit 90a815e) Signed-off-by: Kunal Kotwani <[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>
Configuration menu - View commit details
-
Copy full SHA for b2613dd - Browse repository at this point
Copy the full SHA b2613ddView commit details -
Add advance(int) for numeric values in order to allow point based opt…
…imization to kick in (opensearch-project#12089) (opensearch-project#12129) * Add advance(int) for numeric values in order to allow point based optimization to kick in Signed-off-by: Andriy Redko <[email protected]> * Address code review comments Signed-off-by: Andriy Redko <[email protected]> --------- Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit 4471a8d)
Configuration menu - View commit details
-
Copy full SHA for 4faa3eb - Browse repository at this point
Copy the full SHA 4faa3ebView commit details
Commits on Feb 3, 2024
-
Remove Concurrent Segment Search feature flags for feature launch (op…
…ensearch-project#12074) (opensearch-project#12152) Signed-off-by: Jay Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a70ddcc - Browse repository at this point
Copy the full SHA a70ddccView commit details
Commits on Feb 5, 2024
-
Create a clone of local segements size map used for Remote Segment St…
…ats until sync to remote completes (opensearch-project#11896) (opensearch-project#12143) (cherry picked from commit 57cc0dd) Signed-off-by: bansvaru <[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>
Configuration menu - View commit details
-
Copy full SHA for 4a3c324 - Browse repository at this point
Copy the full SHA 4a3c324View commit details -
[Remote Store] Waiting for remote store upload in snapshot/local reco…
…very (opensearch-project#11720) (opensearch-project#12161) * Giving time for snapshot recovery/local time to upload all the data to remote (cherry picked from commit 4d055b8) Signed-off-by: Gaurav Bafna <[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>
Configuration menu - View commit details
-
Copy full SHA for 8a30378 - Browse repository at this point
Copy the full SHA 8a30378View commit details -
Fix flaky RemoteStoreRefreshListenerTests test opensearch-project#11256…
… (opensearch-project#11803) (opensearch-project#11902) (cherry picked from commit 517f091) Signed-off-by: Ashish Singh <[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>
Configuration menu - View commit details
-
Copy full SHA for 52706da - Browse repository at this point
Copy the full SHA 52706daView commit details -
Update to Gradle 8.6 (opensearch-project#11757) (opensearch-project#1…
…2164) (cherry picked from commit 985c411) Signed-off-by: Andriy Redko <[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>
Configuration menu - View commit details
-
Copy full SHA for 900b475 - Browse repository at this point
Copy the full SHA 900b475View commit details -
Fix race condition in SimpleNioTransportTests.testTracerLog (opensear…
…ch-project#12139) (opensearch-project#12145) The test currently blocks on receiving a response to the request for the "internal:testNotSeen" action. However, that response is sent from TransportService before the trace logger [writes its log message][1]. Since the test was not polling for this "sent response" log message to appear that meant it was possible for the test to remove/stop the mock log appender concurrently with the logging of that final message. The fix is to include this final log message as an expectation, so the test will poll until this message appears and the logger should be quiescent when the appender is removed and stopped. [1]: https://github.com/opensearch-project/OpenSearch/blob/71f1fabe149fd0777edf44502ace4a8f0911feeb/server/src/main/java/org/opensearch/transport/TransportService.java#L1273 (cherry picked from commit f55b9e0) Signed-off-by: Andrew Ross <[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>
Configuration menu - View commit details
-
Copy full SHA for 7cd76e1 - Browse repository at this point
Copy the full SHA 7cd76e1View commit details -
Bump com.netflix.nebula.ospackage-base from 11.6.0 to 11.8.0 in /dist…
…ribution/packages (opensearch-project#12167) (opensearch-project#12169) * Bump com.netflix.nebula.ospackage-base in /distribution/packages Bumps com.netflix.nebula.ospackage-base from 11.6.0 to 11.8.0. --- updated-dependencies: - dependency-name: com.netflix.nebula.ospackage-base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit aad2630) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 39fa660 - Browse repository at this point
Copy the full SHA 39fa660View commit details -
Enable Fuzzy codec for doc id fields using a bloom filter (opensearch…
…-project#11027) (opensearch-project#12171) * Enable Fuzzy codec for doc id fields using a bloom filter (cherry picked from commit 0a88963) Signed-off-by: mgodwan <[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>
Configuration menu - View commit details
-
Copy full SHA for 4bf568f - Browse repository at this point
Copy the full SHA 4bf568fView commit details -
Bump org.gradle.test-retry from 1.5.4 to 1.5.8 (opensearch-project#12168
) (opensearch-project#12172) * Bump org.gradle.test-retry from 1.5.4 to 1.5.8 Bumps org.gradle.test-retry from 1.5.4 to 1.5.8. --- updated-dependencies: - dependency-name: org.gradle.test-retry dependency-type: direct:production update-type: version-update:semver-patch ... * Update changelog --------- (cherry picked from commit 60b2ac4) Signed-off-by: dependabot[bot] <[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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a0769ea - Browse repository at this point
Copy the full SHA a0769eaView commit details -
[Tiered caching] Framework changes (opensearch-project#10753) (opense…
…arch-project#11971) * Added javadoc for new files/packages * Added changelog * Fixing javadoc warnings * Addressing comments * Addressing additional minor comments * Moving non null check to builder for OS onHeapCache * Adding package-info for new packages * Removing service and adding different cache interfaces along with event listener support * Fixing gradle missingDoc issue * Changing listener logic, removing tiered cache integration with IRC * Adding opensearch.internal tag for LoadAwareCacheLoader * Fixing thread safety issue * Remove compute function and event listener logic change for TieredCache * Making Cache.compute function private * Adding javadoc and more test for cache.put * Adding write locks to refresh API as well * Removing unwanted EventType class and refactoring one UT * Removing TieredCache interface --------- (cherry picked from commit ebda963) Signed-off-by: Sagar Upadhyaya <[email protected]> Signed-off-by: Sagar <[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>
Configuration menu - View commit details
-
Copy full SHA for 4082fe8 - Browse repository at this point
Copy the full SHA 4082fe8View commit details
Commits on Feb 6, 2024
-
[Metric Framework] Adds support for Histogram metric (opensearch-proj…
…ect#12062) (opensearch-project#12175) * [Metric Framework] Adds support for Histogram metric * Adds test * Addresses review comments * Adds change log * Fixed spotless * Fixes javadoc * Fixes javadoc * Fixes test * Removes explicit approach * Removes explicit approach * Addresses review comments --------- (cherry picked from commit a4bc4af) Signed-off-by: Gagan Juneja <[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> Co-authored-by: Gagan Juneja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4204125 - Browse repository at this point
Copy the full SHA 4204125View commit details -
Added spotless for json files (opensearch-project#12076) (opensearch-…
…project#12133) * Added spotless for json files * Excluded json files with new line tests --------- (cherry picked from commit 3c07461) Signed-off-by: Owais Kazi <[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>
Configuration menu - View commit details
-
Copy full SHA for c305a4c - Browse repository at this point
Copy the full SHA c305a4cView commit details -
[Backport 2.x] AdmissionControl Framework with CPU Based Admission Co…
…ntroller (opensearch-project#12111) * Added changes for AdmissionControl Interceptor and AdmissionControlService for RateLimiting (opensearch-project#9286) * Changes for AdmissionControl Interceptor and AdmissionControlService for RateLimiting (opensearch-project#9286) Signed-off-by: Ajay Kumar Movva <[email protected]> * Integrate CPU AC with ResourceUsageCollector and add CPU AC stats to nodes/stats (opensearch-project#10887) * Added changes to integrade cpu AC to ResourceUsageCollector and Emit Stats Signed-off-by: Ajay Kumar Movva <[email protected]> Co-authored-by: Bharathwaj G <[email protected]> * Updating Version to 2.12 for the AC Stats Signed-off-by: Ajay Kumar Movva <[email protected]> --------- Signed-off-by: Ajay Kumar Movva <[email protected]> Co-authored-by: Bharathwaj G <[email protected]> Co-authored-by: Ajay Kumar Movva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f67ed17 - Browse repository at this point
Copy the full SHA f67ed17View commit details -
Disable seg-rep for fuzzy filter postings upgrade IT (opensearch-proj…
…ect#12183) (opensearch-project#12188) (cherry picked from commit cf3bbb8) Signed-off-by: mgodwan <[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>
Configuration menu - View commit details
-
Copy full SHA for 49c0c50 - Browse repository at this point
Copy the full SHA 49c0c50View commit details -
[Backport 2.x] Support dynamically adding SearchRequestOperationsList…
…ener (opensearch-project#11526) (opensearch-project#12192) * Support dynamically adding SearchRequestOperationsListener (opensearch-project#11526) Along the way, also refactored TransportSearchAction.TimeProvider, so that it's no longer a (redundant) listener. --------- Signed-off-by: Chenyang Ji <[email protected]> (cherry picked from commit 6aab360) * fix compilation error Signed-off-by: Chenyang Ji <[email protected]> --------- Signed-off-by: Chenyang Ji <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40ad938 - Browse repository at this point
Copy the full SHA 40ad938View commit details -
[Backport 2.x] Fix CVE 2023 39410 (opensearch-project#12198)
* Force version of logback-core and logback-classic to 1.2.13 (opensearch-project#11521) * force version of logback-core and logback-classic to 1.2.13 Signed-off-by: Marc Handalian <[email protected]> * add changelog Signed-off-by: Marc Handalian <[email protected]> --------- Signed-off-by: Marc Handalian <[email protected]> Signed-off-by: Kunal Kotwani <[email protected]> * Bump jetty version in hdfs-fixture to 9.4.53.v20231009 (opensearch-project#11539) * Bump jetty version in hdfs-fixture to 9.4.53.v20231009 Signed-off-by: Marc Handalian <[email protected]> * fix changelog Signed-off-by: Marc Handalian <[email protected]> --------- Signed-off-by: Marc Handalian <[email protected]> Signed-off-by: Kunal Kotwani <[email protected]> * Exclude apache avro version included with hadoop-minicluster (opensearch-project#11564) Signed-off-by: Marc Handalian <[email protected]> Signed-off-by: Kunal Kotwani <[email protected]> --------- Signed-off-by: Marc Handalian <[email protected]> Signed-off-by: Kunal Kotwani <[email protected]> Co-authored-by: Marc Handalian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf83859 - Browse repository at this point
Copy the full SHA bf83859View commit details -
Query insights plugin implementation (opensearch-project#11903) (open…
…search-project#12199) * Query insights plugin implementation Signed-off-by: Chenyang Ji <[email protected]> * Increase JavaDoc coverage and update PR based comments Signed-off-by: Chenyang Ji <[email protected]> * Refactor record and service to make them generic Signed-off-by: Chenyang Ji <[email protected]> * refactor service for improving multithreading efficiency Signed-off-by: Chenyang Ji <[email protected]> --------- Signed-off-by: Chenyang Ji <[email protected]> (cherry picked from commit 3cbf54e)
Configuration menu - View commit details
-
Copy full SHA for 9f1f724 - Browse repository at this point
Copy the full SHA 9f1f724View commit details -
[Backport 2.x] [Snapshot Interop] Fix Flakiness in Snapshot Interop C…
…ode (opensearch-project#9795) (opensearch-project#12193) Signed-off-by: Harish Bhakuni <[email protected]> Co-authored-by: Harish Bhakuni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cc61a4 - Browse repository at this point
Copy the full SHA 1cc61a4View commit details
Commits on Feb 7, 2024
-
Increase index_searcher thread count to 2x processor (opensearch-proj…
…ect#12196) (opensearch-project#12207) Signed-off-by: Jay Deng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e79fbe - Browse repository at this point
Copy the full SHA 8e79fbeView commit details -
Bump org.apache.shiro:shiro-core from 1.11.0 to 1.13.0 (opensearch-pr…
…oject#12200) (opensearch-project#12211) (cherry picked from commit 13dc342) Signed-off-by: Kunal Kotwani <[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>
Configuration menu - View commit details
-
Copy full SHA for 1e30bdb - Browse repository at this point
Copy the full SHA 1e30bdbView commit details -
Fix CVE-2023-25613 (opensearch-project#12194) (opensearch-project#12209)
(cherry picked from commit 2ce15a5) Signed-off-by: Kunal Kotwani <[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>
Configuration menu - View commit details
-
Copy full SHA for 94acf53 - Browse repository at this point
Copy the full SHA 94acf53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8855344 - Browse repository at this point
Copy the full SHA 8855344View commit details -
Add remove_by_pattern ingest processor (opensearch-project#11920) (op…
…ensearch-project#12217) * Add remove_by_pattern ingest processor * Modify change log * Remove some duplicated checks * Add more yml test case * Fix typo --------- Signed-off-by: Gao Binlong <[email protected]> (cherry picked from commit 8d54278)
Configuration menu - View commit details
-
Copy full SHA for ac37b38 - Browse repository at this point
Copy the full SHA ac37b38View commit details -
Added custom sampler support based on action in request (opensearch-p…
…roject#10136) (opensearch-project#12223) * Added custom sampler support based on action in request Signed-off-by: Dev Agarwal <[email protected]> * UT Fix Signed-off-by: Dev Agarwal <[email protected]> * Added Transport action sampler, which will sample based on different probability for all actions Signed-off-by: Dev Agarwal <[email protected]> * Added Transport action sampler, which will sample based on different probability for all actions. Also added setting to define order of samplers Signed-off-by: Dev Agarwal <[email protected]> * Added missing java-doc Signed-off-by: Dev Agarwal <[email protected]> * Moving sampler class settings to OtelTelemetry setting Signed-off-by: Dev Agarwal <[email protected]> * Minor refactor Signed-off-by: Dev Agarwal <[email protected]> * Refactored to use chain of samplers Signed-off-by: Dev Agarwal <[email protected]> * Addressed comments Signed-off-by: Dev Agarwal <[email protected]> * Addressed comments to move action_probability to OtelTelemetrySettings Signed-off-by: Dev Agarwal <[email protected]> * Updated eror msg returned when Sampler class is not found Signed-off-by: Dev Agarwal <[email protected]> * Added UT for OTelSamplerFactory Signed-off-by: Dev Agarwal <[email protected]> * minor refactor Signed-off-by: Dev Agarwal <[email protected]> * minor refactor Signed-off-by: Dev Agarwal <[email protected]> * spotless check Signed-off-by: Dev Agarwal <[email protected]> * Updating OtelTelemetryPlugin.get() method Signed-off-by: Dev Agarwal <[email protected]> * Addressed comments Signed-off-by: Dev Agarwal <[email protected]> * minor refactor Signed-off-by: Dev Agarwal <[email protected]> * addressed comments Signed-off-by: Dev Agarwal <[email protected]> * Updated transport action sampler Signed-off-by: Dev Agarwal <[email protected]> * Empty-Commit Signed-off-by: Dev Agarwal <[email protected]> * Empty-Commit Signed-off-by: Dev Agarwal <[email protected]> --------- Signed-off-by: Dev Agarwal <[email protected]> (cherry picked from commit 445bf1f)
Configuration menu - View commit details
-
Copy full SHA for 5be018e - Browse repository at this point
Copy the full SHA 5be018eView commit details -
[BugFix] Fixing Span operation names generated from RestActions (open…
…search-project#12005) (opensearch-project#12222) * bug fix to have RestActions rawPath as operation names, query params as tags and avoid using exact URI (opensearch-project#10791) Signed-off-by: Atharva Sharma <[email protected]> * Added UTs Signed-off-by: Atharva Sharma <[email protected]> * Added parameterized tests Signed-off-by: Atharva Sharma <[email protected]> * improvised parameterized tests using annotations Signed-off-by: Atharva Sharma <[email protected]> * removed unused annotations Signed-off-by: Atharva Sharma <[email protected]> * Added details in CHANGELOG.md Signed-off-by: Atharva Sharma <[email protected]> * Addressed spotlessJavaCheck failures Signed-off-by: Atharva Sharma <[email protected]> --------- Signed-off-by: Atharva Sharma <[email protected]> Signed-off-by: Atharva Sharma <[email protected]> Co-authored-by: Atharva Sharma <[email protected]> (cherry picked from commit c0fca74)
Configuration menu - View commit details
-
Copy full SHA for da3c1a5 - Browse repository at this point
Copy the full SHA da3c1a5View commit details -
[Bugfix] Pass TwoPhaseIterator from subQueryScorer (opensearch-projec…
…t#11954) (opensearch-project#12213) (cherry picked from commit 0d50525) 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>
Configuration menu - View commit details
-
Copy full SHA for 684dd74 - Browse repository at this point
Copy the full SHA 684dd74View commit details
Commits on Feb 10, 2024
-
fix flaky test - handle IllegalStateException and throw AssertionErro…
…r to use assertbusy (opensearch-project#11981) (opensearch-project#12109) (opensearch-project#12282) * fix flaky test - handle IllegalStateException and throw AssertionError to use assertbusy * Empty Commit to retry the build --------- (cherry picked from commit bf5e628) (cherry picked from commit 2011c13) Signed-off-by: bansvaru <[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>
Configuration menu - View commit details
-
Copy full SHA for 3ff62da - Browse repository at this point
Copy the full SHA 3ff62daView commit details -
Configuration menu - View commit details
-
Copy full SHA for eafa416 - Browse repository at this point
Copy the full SHA eafa416View commit details -
[Backport 2.x] Apply fast date histogram optimization at the segment …
…level (opensearch-project#12279) (opensearch-project#12284) * Apply fast date histogram optimization at the segment level (opensearch-project#12073) --------- (cherry picked from commit 9a0a69f) * Fix: reset the filter built at segment level for date histogram optimization (opensearch-project#12267) --------- --------- (cherry picked from commit 25c2fde) Signed-off-by: bowenlan-amzn <[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>
Configuration menu - View commit details
-
Copy full SHA for a9c03c2 - Browse repository at this point
Copy the full SHA a9c03c2View commit details
Commits on Feb 14, 2024
-
Clean up changelog on 2.12 branch (opensearch-project#12309)
* Clean up changelog on 2.12 branch Signed-off-by: Andrew Ross <[email protected]> * Remove unreleased PR from released notes Signed-off-by: Andrew Ross <[email protected]> --------- Signed-off-by: Andrew Ross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d26b0be - Browse repository at this point
Copy the full SHA d26b0beView commit details
Commits on Feb 20, 2024
-
Disable concurrent search path for composite aggregations (opensearch…
…-project#12380) For more details see: opensearch-project#12331 Signed-off-by: Sorabh Hamirwasia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c355ce - Browse repository at this point
Copy the full SHA 2c355ceView commit details
Commits on Mar 8, 2024
-
* Update CODEOWNERS * Update README.md and SECURITY.md * Add Wazuh configuration files * Update README.md Signed-off-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f984735 - Browse repository at this point
Copy the full SHA f984735View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9586744 - Browse repository at this point
Copy the full SHA 9586744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 524fbb7 - Browse repository at this point
Copy the full SHA 524fbb7View commit details -
Signed-off-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56f29b1 - Browse repository at this point
Copy the full SHA 56f29b1View commit details -
Add ECS mappings generator (#36)
* Add ECS mappings generator, documentation and files for vulnerability detector * Add event generator script * Update template settings --------- Signed-off-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1469de2 - Browse repository at this point
Copy the full SHA 1469de2View commit details -
Add default query fields to vulnerability detector index (#40)
* Add ECS mappings generator, documentation and files for vulnerability detector * Add event generator script * Add default query fields --------- Signed-off-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8069bca - Browse repository at this point
Copy the full SHA 8069bcaView commit details -
Signed-off-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53d346f - Browse repository at this point
Copy the full SHA 53d346fView commit details -
Signed-off-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83e7843 - Browse repository at this point
Copy the full SHA 83e7843View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95b9a8b - Browse repository at this point
Copy the full SHA 95b9a8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfca93d - Browse repository at this point
Copy the full SHA bfca93dView commit details -
* Fix bug with -i option * Improve error handling
Configuration menu - View commit details
-
Copy full SHA for 3e923f6 - Browse repository at this point
Copy the full SHA 3e923f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8994f14 - Browse repository at this point
Copy the full SHA 8994f14View commit details -
* Improve ISM init script * Change log file path
Configuration menu - View commit details
-
Copy full SHA for 629d63b - Browse repository at this point
Copy the full SHA 629d63bView commit details -
Update distribution files (#59)
* Update config files * Add VERSION file
Configuration menu - View commit details
-
Copy full SHA for 8d52e99 - Browse repository at this point
Copy the full SHA 8d52e99View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcb9b6e - Browse repository at this point
Copy the full SHA dcb9b6eView commit details -
Add workflow for package generation (#65)
* Ignore artifacts folder * Update build script - Updated to v2.11.0 version. - Skipped compilation of the plugins - The artifact nameis sent to a text file, to access it easily in GitHub Actions. * Add GH action to build min packages * Remove commented code * Remove unused code
Configuration menu - View commit details
-
Copy full SHA for 8efc6e1 - Browse repository at this point
Copy the full SHA 8efc6e1View commit details -
Add docker compose environment (#66)
* Add very basic Docker environment That will do for now * Add latest changes * Update Docker environment - Remove build.md which was included by mistake. - Improve dev.sh script. - Update .gitignore to exclude artifacts folder. - Create .dockerignore file. - Replace get_version.sh script with inline command. - Reduce image size by using alpine as base image. --------- Signed-off-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3172df - Browse repository at this point
Copy the full SHA e3172dfView commit details -
Rename packages to wazuh-indexer (#69)
* Rename packages to wazuh-indexer * Include VERSION file into packages * Apply Wazuh version to packages names * Improve build.sh script Apply suggestions from ShellCheck
Configuration menu - View commit details
-
Copy full SHA for 35bac8c - Browse repository at this point
Copy the full SHA 35bac8cView commit details -
Update vulnerability index mappings (#75)
* Remove 'events' ECS field * Add 'wazuh' custom field * Update event_generator.py for vulnerability detector
Configuration menu - View commit details
-
Copy full SHA for 99c1e09 - Browse repository at this point
Copy the full SHA 99c1e09View commit details -
Update
indexer-ism-init.sh
(#81)Updates the script to upload the wazuh-template.json to the indexer. Signed-off-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c698e5 - Browse repository at this point
Copy the full SHA 9c698e5View commit details -
Add workflow to assemble packages (#85)
* Add script to assemble arm64 and x64 archives (tar) * Cleanup * Update config file with latest upstream changes * Change packages maintainer information * Fix wrong substitution of config files * Update dockerignore to ignore git folder * Update wazuh-indexer.rpm.spec Remove unnecessary echo commands * Add wazuh-indexer-performance-analyzer.service Required to assembly RPM. The plugin does not install this file, so it needs to be added manually. * Update assemble.sh Successfully assemble RPM x64. Runner needed to arm64 * Update `build.yml` * Add WIP documentation for packages' generation * Test new approach using reusable workflows * Fix errors * Restructure reusable workflow * Fix upload and download paths * New try - Adds a reusable workflow to return the version of Wazuh set in source code. - Attempt to dynamically generate artifacts name to normalize them for usage between jobs. - Adds revision as input for the workflow. - Cleanup * Emulate assemble to test upload of the reusable assembly workflow * Add Caching Gradle dependencies * Remove extra '-' in the packages names on the assembly job * Final cleanup * Enable RPM package assemble Remove unused code * Fix regex to get package name * Fix download-artifact destination path * Exclude unimplemented deb assembly Extend example to run with Act
Configuration menu - View commit details
-
Copy full SHA for 7a69df9 - Browse repository at this point
Copy the full SHA 7a69df9View commit details -
Fix yellow cluster state (#95)
* Add template and settings to disable replicas on ISM plugin internal indices * Fix documentation Replaces exit 1 statements with return 1 * Fix uncommented comment line
Configuration menu - View commit details
-
Copy full SHA for edc87d2 - Browse repository at this point
Copy the full SHA edc87d2View commit details -
* Update ism-init script to parametrize the path of the wazuh-template --------- Signed-off-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12670a4 - Browse repository at this point
Copy the full SHA 12670a4View commit details -
Add tools to assemble DEB packages (#96)
* Add tools to assemble DEB packages * Move wazuh-indexer-performance-analyzer.service to common * Enable assembly of DEB packages * Enable full set of plugins * Actually skip tar assembly * Add installation of dependencies for DEB assembly * Install dependencies using sudo * Format files * Refactor assemble script
Configuration menu - View commit details
-
Copy full SHA for b49a7b1 - Browse repository at this point
Copy the full SHA b49a7b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e15b18 - Browse repository at this point
Copy the full SHA 6e15b18View commit details -
Build scripts and GH workflows artifacts naming fix (#112)
* Build scripts and GH workflows artifacts naming fix * Add git to dev docker image * Fixing jobs' inputs and outputs * remove name input from r_assemble.yml * Setting qualifier to 1 when not specified * Add revision flag to scripts and workflow * Fix copying of packages at assemble.sh * Use suffix variable instead of architecture * Fix suffix name in assemble.sh * Mix solutions to comply with the package naming convention * Remove unused code * Use correct name for assembled package Remove code no longer needed * Remove outdated comments --------- Co-authored-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d958032 - Browse repository at this point
Copy the full SHA d958032View commit details -
Use short SHA as Git reference in packages naming (#100)
* Switching to short SHA commit form in package names Signed-off-by: Fede Tux <[email protected]> * Update r_commit_sha.yml Signed-off-by: Federico Gustavo Galland <[email protected]> * Update r_commit_sha.yml Signed-off-by: Álex Ruiz <[email protected]> --------- Signed-off-by: Fede Tux <[email protected]> Signed-off-by: Federico Gustavo Galland <[email protected]> Signed-off-by: Álex Ruiz <[email protected]> Co-authored-by: Fede Tux <[email protected]> Co-authored-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 386b49c - Browse repository at this point
Copy the full SHA 386b49cView commit details -
Remove unneeded files from assembled packages (#115)
* add remove files function to assemble.sh * Remove unneeded files on assembled tar packages * Remove duplicated function Fix wrong variable assignment --------- Co-authored-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c41c47 - Browse repository at this point
Copy the full SHA 7c41c47View commit details -
Add missing tools and files back into Wazuh Indexer packages (#117)
* add remove files function to assemble.sh * Remove unneeded files on assembled tar packages * Remove duplicated function Fix wrong variable assignment * Adding function to package Wazuh`s tools to assemble.sh * Make the files' versions follow the repo's VERSION file * Fix download of Wazuh tools for packages assembly --------- Signed-off-by: Álex Ruiz <[email protected]> Co-authored-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3127c5 - Browse repository at this point
Copy the full SHA c3127c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58219ef - Browse repository at this point
Copy the full SHA 58219efView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb5c549 - Browse repository at this point
Copy the full SHA cb5c549View commit details -
Fix RPM package references to /var/run (#119)
* Switch /var/run references to /run * Remove unneeded files from assembled packages (#115) * add remove files function to assemble.sh * Remove unneeded files on assembled tar packages * Remove duplicated function Fix wrong variable assignment --------- Co-authored-by: Álex Ruiz <[email protected]> * Add missing tools and files back into Wazuh Indexer packages (#117) * add remove files function to assemble.sh * Remove unneeded files on assembled tar packages * Remove duplicated function Fix wrong variable assignment * Adding function to package Wazuh`s tools to assemble.sh * Make the files' versions follow the repo's VERSION file * Fix download of Wazuh tools for packages assembly --------- Signed-off-by: Álex Ruiz <[email protected]> Co-authored-by: Álex Ruiz <[email protected]> * Remove unneeded symbolic links from assembled packages (#121) * Remove reference to install_demo_configuration.sh --------- Signed-off-by: Álex Ruiz <[email protected]> Co-authored-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78547d5 - Browse repository at this point
Copy the full SHA 78547d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87d2774 - Browse repository at this point
Copy the full SHA 87d2774View commit details -
Add tests to the packages building process (#132)
Runs the workflow on pull request changes
Configuration menu - View commit details
-
Copy full SHA for f9a191d - Browse repository at this point
Copy the full SHA f9a191dView commit details -
Get Wazuh version from VERSION file (#122)
* Add function to look for VERSION in the correct path * Update assemble.sh Adds wget as dependency * Download files using curl instead of wget * Update assemble.sh Revert assembly with minimal plugins for testing Signed-off-by: Álex Ruiz <[email protected]> * Add Dockerfile and docker-compose for the package assembly stage * Assemble packages with minimal plugin set when "test" variable is set to "true" * Update README with assemble.sh docker image * Fixing env variable naming convention and removing wget dependency * Improve Docker environments Adds environments to build packages * Fix small typos * More fixes * Add documentation * Adding -p flag to mkdir so it doesnt fail when the folder is already present * Format files --------- Signed-off-by: Álex Ruiz <[email protected]> Co-authored-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a67b5b3 - Browse repository at this point
Copy the full SHA a67b5b3View commit details -
Removing /usr/share/lintian/overrides/wazuh-indexer from deb packages (…
…#130) Co-authored-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 877b4d2 - Browse repository at this point
Copy the full SHA 877b4d2View commit details -
Add
wazuh-template.json
to packages (#116)* Download wazuh-template.json from wazuh/wazuh repo * Add wazuh-template.json to RPM package spec * Setting wazuh-template.json attributes to 660 * Change wazuh-template.json attributes in debmake_install.sh * Put template download command within a function * Small fixes and format * Apply correct file permissions to the wazuh-template.json --------- Co-authored-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d169c20 - Browse repository at this point
Copy the full SHA d169c20View commit details -
Adding Debian packaging config files from Opensearch (#118)
* Adding debian packaging config files from Opensearch * Copy debian/ folder to the build dir for debmake to parse * Remove redundant steps from debian/postinst --------- Co-authored-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05cc693 - Browse repository at this point
Copy the full SHA 05cc693View commit details -
Fix Build workflow to run on push events (#134)
* Run workflow on push * Set build workflow inputs to required * Normalize the use of quotes for the build workflow inputs * Add ternary operator * Add missing ternary operator
Configuration menu - View commit details
-
Copy full SHA for cfa62e3 - Browse repository at this point
Copy the full SHA cfa62e3View commit details -
Use maven for plugin download (#139)
* Fine tuning permissions on RPM spec file * Get plugins using maven * Rolling back changes to spec file * Format files --------- Co-authored-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fd80ab - Browse repository at this point
Copy the full SHA 7fd80abView commit details -
Add new custom field to the vulnerability detector index (#141)
* Add new custom field to the vulnerability detector index * Update event generator tool * Remove base.labels ECS field from wazuh-states-vulnerabilities index mappings
Configuration menu - View commit details
-
Copy full SHA for 6d7add8 - Browse repository at this point
Copy the full SHA 6d7add8View commit details -
Fine tuning permissions on assembled packages (#137)
* Fine tuning permissions on RPM spec file * Build a list of files to be packaged excluding items that need special permissions * Fix bad permissions on directories * Remove system directories from packaging definition * Changing permissions on deb packages * Skip unneeded dh_fixperms stage in debian/rules * Clean & format --------- Co-authored-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de23663 - Browse repository at this point
Copy the full SHA de23663View commit details -
Init. Amazon Security Lake integration (#143)
* Init. Amazon Security Lake integration Signed-off-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8157a3d - Browse repository at this point
Copy the full SHA 8157a3dView commit details -
Add events generator tool for
wazuh-alerts
(#152)* Add events generator tool for wazuh-alerts * Fix typo in README.md Signed-off-by: Álex Ruiz <[email protected]> * Make timestamps timezone aware --------- Signed-off-by: Álex Ruiz <[email protected]> Co-authored-by: Fede Tux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bcbb1a3 - Browse repository at this point
Copy the full SHA bcbb1a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11220fa - Browse repository at this point
Copy the full SHA 11220faView commit details -
Create compatibility_request.md (#163)
Signed-off-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7546f3d - Browse repository at this point
Copy the full SHA 7546f3dView commit details -
Add Python module to accomplish OCSF compliant events (#159)
* Adding Python script that receives a continuous json stream over stdin and outputs parquet to Security Lake * Adding logstash pipeline for python script * encode_parquet() function fixed to handle lists of dictionaries * Correct error in encode_parquet() * Avoid storing the block ending in the output buffer * Add comments on handling files and streams with pyarrow for future reference * Add s3 handling reference links * Write parquet directly to bucket * Added basics of map_to_ocsf() function * Minor fixes * Map alerts to OCSF as they are read * Add script to convert Wazuh events to OCSF Also adds a simple test script * Add OCSF converter + Parquet encoder + test scripts * Update .gitignore * Include the contents of the alert under unmapped * Add support for different OCSF schema versions * Use custom ocsf module to map alerts * Modify script to use converter class * Code polish and fix errors * Remove unnecessary type declaration from debug flag * Improved parquet encoding * Initial commit for test env's docker-compose.yml * Remove sudo references from docker-compose.yml * Add operational Python module to transform events to OCSF * Create minimal Docker environment to test and develop the integration. * Fix events-generator's Inventory starvation * Remove files present in #147 * Cleanup * Add FQDN hostnames to services for certificates creation * Add S3 Ninja (Mock) (#165) * Setup certificates in Wazuh Indexer and Logstash containers (#166) * Add certificate generator service * Add certificate config to docker compose file * Use secrets for certificates * Disable permission handling inside cert's generator entrypoint.sh * Back to using a bind mount for certs * Have entrypoint.sh generate certs with 1000:1000 ownership * Correct certificate permissions and bind mounting * Add security initialization variable to compose file * Fix permissions on certs generator entrypoint * Add cert generator config file * Remove old cert generator dir * Set indexer hostname right in pipeline file * Roll back commented code --------- Signed-off-by: Álex Ruiz <[email protected]> Co-authored-by: Álex Ruiz <[email protected]> * Fix Logstash pipelines * Remove unused file * Implement OCSF severity normalize function --------- Signed-off-by: Álex Ruiz <[email protected]> Co-authored-by: Fede Tux <[email protected]> Co-authored-by: Federico Gustavo Galland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bac3b9 - Browse repository at this point
Copy the full SHA 5bac3b9View commit details -
Update Gradle setup action (#182)
* Attemtp to automate package's testing * Fix typo * Update setup gradle action * Remove file from another PR * Update build.yml Signed-off-by: Álex Ruiz <[email protected]> --------- Signed-off-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84578ed - Browse repository at this point
Copy the full SHA 84578edView commit details -
Update vulnerability-states fields (#177)
* Update vulnerability-states fields Adds wazuh.schema.version * Update events generator
Configuration menu - View commit details
-
Copy full SHA for 60990a6 - Browse repository at this point
Copy the full SHA 60990a6View commit details -
Automate package's testing (#178)
* Attemtp to automate package's testing * Fix typo * Add sudo * Split test steps and manage errors * Add --no-pager to journalctl * Add certs generator * Improve error handling * Update r_test.yml Fix indentation Signed-off-by: Álex Ruiz <[email protected]> * Fix error handling * Add testing of RPM packages * Improve multi-os testing * Add TEST env var * Add braces to if conditionals * Remove all curly braches from if conditionals * braces again * Install RPM package in Docker * Remove sudo for RPM installation * Bind artifacts/dist to RPM docker test container * Bind artifacts/dist to RPM docker test container * Avoid prompt during yum install * Fix bind volume --------- Signed-off-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16b2177 - Browse repository at this point
Copy the full SHA 16b2177View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc49598 - Browse repository at this point
Copy the full SHA dc49598View commit details -
* Attemtp to automate package's testing * Add workflow file to upload packages to S3 * Skip testing to test whether the upload works * Fix package names * Fix upload workflow name * Pass secrets to the reusable workflow * Fix indentation * Fix indentation * Remove test workflow from this PR * Add boolean input to control when the package is uploaded to the S3 bucket * [UI/UX] Improve inputs description --------- Signed-off-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69ea807 - Browse repository at this point
Copy the full SHA 69ea807View commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0958ec3 - Browse repository at this point
Copy the full SHA 0958ec3View commit details
Commits on Mar 26, 2024
-
Update wazuh-states-vulnerabilities index mapping (#191)
* Update wazuh-states-vulnerabilities index mapping * Extend ECS Vulnerability fields
Configuration menu - View commit details
-
Copy full SHA for 1229b53 - Browse repository at this point
Copy the full SHA 1229b53View commit details
Commits on Mar 27, 2024
-
Add pipeline to generate release packages (#193)
* Add script to get the version of OpenSearch * Set revision to 0 by default. - Reduce inputs for scripts. - Add script to generate packages' naming convention. - Make scripts self-aware of the OpenSearch version. * Fix assemble * Smoke test new pipeline to build packages * Fix syntax errors * Update build.yml Signed-off-by: Álex Ruiz <[email protected]> * Add workflow to build packages on push * Run actionlint * Fix jq argjson * Fix set matrix output ? * Try new approach using a single workflow * Fix GITHUB_OUTPUT * Fix baptizer invocation * Add testing and upload to new approach * Fix hard coded revision number on RPM assembly * New attempt * Skip upload unless specified * Install plugins on RPM * Promote new approach Removes previous workflows to generate packages * Fix workflow name * Attempt to fix release package naming * Fix build.sh invocation from workflow * Use min package name in workflow * Use min package name for release naming convention in workflow * Attemtp to fix regex * Upgrade to aws-actions/configure-aws-credentials@v4 Clean up * Apply latest requirements Add workflow with single matrix for QA use. Rename inputs. Add checksum input. * Add checksum generation and upload * Use choice as input types for system and architecture * Invoke build single packages with upload option * Add documentation and clean up * Rename scripts folder to packaging_scripts --------- Signed-off-by: Álex Ruiz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 518f36e - Browse repository at this point
Copy the full SHA 518f36eView commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d530519 - Browse repository at this point
Copy the full SHA d530519View commit details