Skip to content
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

Closed
wants to merge 448 commits into from
Closed

Merge 4.9 into master #196

wants to merge 448 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 30, 2023

  1. 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
    Copy the full SHA
    49f4d6c View commit details
    Browse the repository at this point in the history
  2. [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
    Copy the full SHA
    8aea3e5 View commit details
    Browse the repository at this point in the history
  3. 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>
    reta and dependabot[bot] authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ca8b54c View commit details
    Browse the repository at this point in the history
  4. 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]>
    jainankitk and niyatiagg authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5cdf020 View commit details
    Browse the repository at this point in the history
  5. 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
    Copy the full SHA
    2212625 View commit details
    Browse the repository at this point in the history
  6. 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
    Copy the full SHA
    9d648fd View commit details
    Browse the repository at this point in the history
  7. 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
    Copy the full SHA
    2d0ab2b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. [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]>
    jainankitk and reta authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ffaabc2 View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    e024c77 View commit details
    Browse the repository at this point in the history
  3. 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
    Copy the full SHA
    d306265 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. 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
    Copy the full SHA
    1f64349 View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    90c242c View commit details
    Browse the repository at this point in the history
  3. 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>
    reta and dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    5fb640d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. 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>
    reta and dependabot[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e3cb562 View commit details
    Browse the repository at this point in the history
  2. [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]>
    3 people authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    70ed2c4 View commit details
    Browse the repository at this point in the history
  3. 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
    Copy the full SHA
    0e06262 View commit details
    Browse the repository at this point in the history
  4. 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]>
    ketanv3 authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    82bf0be View commit details
    Browse the repository at this point in the history
  5. 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>
    reta and dependabot[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    697db1f View commit details
    Browse the repository at this point in the history
  6. [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
    Copy the full SHA
    4ffd66a View commit details
    Browse the repository at this point in the history
  7. 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>
    reta and dependabot[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3759d1b View commit details
    Browse the repository at this point in the history
  8. 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>
    reta and dependabot[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d475227 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. 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>
    mch2 and dependabot[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    11bbc63 View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    5a820ca View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. 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
    Copy the full SHA
    d46cc07 View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    98b01ec View commit details
    Browse the repository at this point in the history
  3. 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]>
    raghuvanshraj authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    978dcd5 View commit details
    Browse the repository at this point in the history
  4. 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
    Copy the full SHA
    1981c82 View commit details
    Browse the repository at this point in the history
  5. 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
    Copy the full SHA
    ef60af5 View commit details
    Browse the repository at this point in the history
  6. 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
    Copy the full SHA
    29a5c75 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. [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]>
    3 people authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9da564b View commit details
    Browse the repository at this point in the history
  2. [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]>
    reta authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    8c5c700 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. 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>
    reta and dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    dc88929 View commit details
    Browse the repository at this point in the history
  2. 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)
    reta authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b2cc87f View commit details
    Browse the repository at this point in the history
  3. 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)
    mch2 authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0933ecb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    423f499 View commit details
    Browse the repository at this point in the history
  2. 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)
    reta authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7f7aa05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fb1900 View commit details
    Browse the repository at this point in the history
  4. 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
    Copy the full SHA
    6bf370c View commit details
    Browse the repository at this point in the history
  5. 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>
    reta and dependabot[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    aea4bb0 View commit details
    Browse the repository at this point in the history
  6. 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>
    reta and dependabot[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9866c92 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Add bwc version 1.3.15 (opensearch-project#11599)

    Signed-off-by: Kunal Kotwani <[email protected]>
    kotwanikunal authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    68a415c View commit details
    Browse the repository at this point in the history
  2. [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)
    heyanlong authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    2cbe873 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    79eba99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76a2db3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. 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
    Copy the full SHA
    cb3b0f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. 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>
    4 people authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    072ee3c View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    517b693 View commit details
    Browse the repository at this point in the history
  3. 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>
    reta and dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    7ac22d4 View commit details
    Browse the repository at this point in the history
  4. 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>
    3 people authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    1fe164c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. 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>
    reta and dependabot[bot] authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    828dbac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5989b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. 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
    Copy the full SHA
    b2c77b0 View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    44e7b65 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. 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
    Copy the full SHA
    2548ec0 View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    5d608cb View commit details
    Browse the repository at this point in the history
  3. 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
    Copy the full SHA
    4e35452 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. 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
    Copy the full SHA
    56eb55d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. 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>
    4 people authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    c3f54d5 View commit details
    Browse the repository at this point in the history
  2. 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>
    reta and dependabot[bot] authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    ab9c3c6 View commit details
    Browse the repository at this point in the history
  3. 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>
    reta and dependabot[bot] authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2809c18 View commit details
    Browse the repository at this point in the history
  4. [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]>
    dreamer-89 authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    37f788f View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. 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
    Copy the full SHA
    cb2b770 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    7867ddd View commit details
    Browse the repository at this point in the history
  3. 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
    Copy the full SHA
    d39c1d0 View commit details
    Browse the repository at this point in the history
  4. 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>
    reta and dependabot[bot] authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8efcd9a View commit details
    Browse the repository at this point in the history
  5. 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
    Copy the full SHA
    923aa25 View commit details
    Browse the repository at this point in the history
  6. [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]>
    peternied authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    9da8811 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. 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
    Copy the full SHA
    bcdd1cd View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    6e9837e View commit details
    Browse the repository at this point in the history
  3. 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)
    reta authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8dc3c0c View commit details
    Browse the repository at this point in the history
  4. 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
    Copy the full SHA
    1ad7a5d View commit details
    Browse the repository at this point in the history
  5. 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]>
    rishabhmaurya authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    92a73af View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. 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>
    reta and dependabot[bot] authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    0cb2c6d View commit details
    Browse the repository at this point in the history
  2. [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
    Copy the full SHA
    9426ee3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd95052 View commit details
    Browse the repository at this point in the history
  4. 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>
    3 people authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    df07f18 View commit details
    Browse the repository at this point in the history
  5. 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
    Copy the full SHA
    6126212 View commit details
    Browse the repository at this point in the history
  6. 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
    Copy the full SHA
    106bda4 View commit details
    Browse the repository at this point in the history
  7. 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>
    reta and dependabot[bot] authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    b58bf06 View commit details
    Browse the repository at this point in the history
  8. 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
    Copy the full SHA
    081197d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. 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
    Copy the full SHA
    2acd885 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    fb5a24e View commit details
    Browse the repository at this point in the history
  3. 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>
    reta and dependabot[bot] authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0134c5c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. 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
    Copy the full SHA
    f9fd183 View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    c76df2d View commit details
    Browse the repository at this point in the history
  3. 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]>
    4 people authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    77d8964 View commit details
    Browse the repository at this point in the history
  4. 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
    Copy the full SHA
    265b14b View commit details
    Browse the repository at this point in the history
  5. 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]>
    3 people authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    334636f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. 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
    Copy the full SHA
    166ede7 View commit details
    Browse the repository at this point in the history
  2. [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]>
    gaobinlong authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    acef38e View commit details
    Browse the repository at this point in the history
  3. 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
    Copy the full SHA
    a41646e View commit details
    Browse the repository at this point in the history
  4. [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]>
    mch2 authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    de26624 View commit details
    Browse the repository at this point in the history
  5. 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)
    msfroh authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    bd5b5ee View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. 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
    Copy the full SHA
    84b3ebe View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    c440508 View commit details
    Browse the repository at this point in the history
  3. 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
    Copy the full SHA
    2444b9d View commit details
    Browse the repository at this point in the history
  4. 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
    Copy the full SHA
    3d71a35 View commit details
    Browse the repository at this point in the history
  5. 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)
    lukas-vlcek authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a8e3e64 View commit details
    Browse the repository at this point in the history
  6. 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>
    3 people authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    677ea55 View commit details
    Browse the repository at this point in the history
  7. Update runTask to optionally install plugins (opensearch-project#11844)…

    … (opensearch-project#11862)
    
    Signed-off-by: Marc Handalian <[email protected]>
    (cherry picked from commit 3d57714)
    mch2 authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e42f429 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. 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
    Copy the full SHA
    d73b133 View commit details
    Browse the repository at this point in the history
  2. 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]>
    reta authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    729b725 View commit details
    Browse the repository at this point in the history
  3. 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
    Copy the full SHA
    cfbff9f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. 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
    Copy the full SHA
    e93425d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. 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>
    4 people authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a8de62d View commit details
    Browse the repository at this point in the history
  2. 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>
    reta and dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ae19c76 View commit details
    Browse the repository at this point in the history
  3. 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
    Copy the full SHA
    fb6139a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    c48fb55 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. 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
    Copy the full SHA
    f972386 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. 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)
    gaobinlong authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    62493f4 View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    6e9e9a4 View commit details
    Browse the repository at this point in the history
  3. 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]>
    4 people authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    4c331b5 View commit details
    Browse the repository at this point in the history
  4. 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
    Copy the full SHA
    a2eb7f2 View commit details
    Browse the repository at this point in the history
  5. 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
    Copy the full SHA
    38a961c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. 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)
    reta authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0d12779 View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    f54ae8b View commit details
    Browse the repository at this point in the history
  3. 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)
    dblock authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c0581a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Fix memory leak issue in ReorganizingLongHash (opensearch-project#11953

    …) (opensearch-project#11955)
    
    Signed-off-by: Neetika Singhal <[email protected]>
    (cherry picked from commit 84f303b)
    neetikasinghal authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    a93e86c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. 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>
    reta and dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c52a152 View commit details
    Browse the repository at this point in the history
  2. 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>
    4 people authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    149777f View commit details
    Browse the repository at this point in the history
  3. 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>
    reta and dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8b8e4f5 View commit details
    Browse the repository at this point in the history
  4. 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
    Copy the full SHA
    2e3f2da View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. 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>
    4 people authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c40fcff View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    12fb0e5 View commit details
    Browse the repository at this point in the history
  3. 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
    Copy the full SHA
    7365414 View commit details
    Browse the repository at this point in the history
  4. 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
    Copy the full SHA
    b72f1d1 View commit details
    Browse the repository at this point in the history
  5. 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
    Copy the full SHA
    c10d7ce View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. 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
    Copy the full SHA
    e67f51b View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    5efb12c View commit details
    Browse the repository at this point in the history
  3. [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
    Copy the full SHA
    38c4b39 View commit details
    Browse the repository at this point in the history
  4. 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
    Copy the full SHA
    ed80008 View commit details
    Browse the repository at this point in the history
  5. 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
    Copy the full SHA
    fab16d7 View commit details
    Browse the repository at this point in the history
  6. 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)
    gaobinlong authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f537ccc View commit details
    Browse the repository at this point in the history
  7. 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
    Copy the full SHA
    6b79ec5 View commit details
    Browse the repository at this point in the history
  8. 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]>
    psmagin and dblock authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f588880 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. [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
    Copy the full SHA
    2125a0e View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    4a95c66 View commit details
    Browse the repository at this point in the history
  3. 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
    Copy the full SHA
    13a1038 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. [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]>
    3 people authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    fd1493a View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    7ba0818 View commit details
    Browse the repository at this point in the history
  3. 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]>
    3 people authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6d938b8 View commit details
    Browse the repository at this point in the history
  4. 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
    Copy the full SHA
    179d2d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. 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
    Copy the full SHA
    0c54326 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. 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]>
    gbbafna authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    700078d View commit details
    Browse the repository at this point in the history
  2. 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>
    4 people authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c531774 View commit details
    Browse the repository at this point in the history
  3. 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>
    4 people authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    660dab7 View commit details
    Browse the repository at this point in the history
  4. 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>
    3 people authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a52b939 View commit details
    Browse the repository at this point in the history
  5. 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)
    reta authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    98459d6 View commit details
    Browse the repository at this point in the history
  6. 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>
    4 people authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    08bbddc View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. 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
    Copy the full SHA
    e8a9944 View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    9da5835 View commit details
    Browse the repository at this point in the history
  3. 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
    Copy the full SHA
    810ceb6 View commit details
    Browse the repository at this point in the history
  4. 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
    Copy the full SHA
    05fefbb View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. 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]>
    yallen-ic and fahadshamiinsta authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8cfa96f View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    0330e08 View commit details
    Browse the repository at this point in the history
  3. 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
    Copy the full SHA
    ff820ed View commit details
    Browse the repository at this point in the history
  4. 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)
    CaptainDredge authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7e3c080 View commit details
    Browse the repository at this point in the history
  5. 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
    Copy the full SHA
    de636c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a951e5 View commit details
    Browse the repository at this point in the history
  7. 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
    Copy the full SHA
    b5820f5 View commit details
    Browse the repository at this point in the history
  8. 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
    Copy the full SHA
    3b47fa3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. 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
    Copy the full SHA
    b2613dd View commit details
    Browse the repository at this point in the history
  2. 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)
    reta authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4faa3eb View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    a70ddcc View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. 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
    Copy the full SHA
    4a3c324 View commit details
    Browse the repository at this point in the history
  2. [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
    Copy the full SHA
    8a30378 View commit details
    Browse the repository at this point in the history
  3. 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
    Copy the full SHA
    52706da View commit details
    Browse the repository at this point in the history
  4. 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
    Copy the full SHA
    900b475 View commit details
    Browse the repository at this point in the history
  5. 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
    Copy the full SHA
    7cd76e1 View commit details
    Browse the repository at this point in the history
  6. 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>
    reta and dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    39fa660 View commit details
    Browse the repository at this point in the history
  7. 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
    Copy the full SHA
    4bf568f View commit details
    Browse the repository at this point in the history
  8. 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>
    4 people authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a0769ea View commit details
    Browse the repository at this point in the history
  9. [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>
    sgup432 authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4082fe8 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. [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]>
    3 people authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4204125 View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    c305a4c View commit details
    Browse the repository at this point in the history
  3. [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]>
    3 people authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f67ed17 View commit details
    Browse the repository at this point in the history
  4. 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
    Copy the full SHA
    49c0c50 View commit details
    Browse the repository at this point in the history
  5. [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]>
    ansjcy authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    40ad938 View commit details
    Browse the repository at this point in the history
  6. [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]>
    kotwanikunal and mch2 authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    bf83859 View commit details
    Browse the repository at this point in the history
  7. 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)
    ansjcy authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9f1f724 View commit details
    Browse the repository at this point in the history
  8. [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]>
    harishbhakuni and Harish Bhakuni authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1cc61a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    8e79fbe View commit details
    Browse the repository at this point in the history
  2. 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
    Copy the full SHA
    1e30bdb View commit details
    Browse the repository at this point in the history
  3. 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
    Copy the full SHA
    94acf53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8855344 View commit details
    Browse the repository at this point in the history
  5. 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)
    gaobinlong authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    ac37b38 View commit details
    Browse the repository at this point in the history
  6. 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)
    devagarwal1803 authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5be018e View commit details
    Browse the repository at this point in the history
  7. [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)
    atharvasharma61 authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    da3c1a5 View commit details
    Browse the repository at this point in the history
  8. [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
    Copy the full SHA
    684dd74 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. 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
    Copy the full SHA
    3ff62da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eafa416 View commit details
    Browse the repository at this point in the history
  3. [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
    Copy the full SHA
    a9c03c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. 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]>
    andrross authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d26b0be View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    2c355ce View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Init wazuh-indexer (#3)

    * Update CODEOWNERS
    
    * Update README.md and SECURITY.md
    
    * Add Wazuh configuration files
    
    * Update README.md
    
    Signed-off-by: Álex Ruiz <[email protected]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f984735 View commit details
    Browse the repository at this point in the history
  2. Create codeql.yml

    Signed-off-by: Álex Ruiz <[email protected]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9586744 View commit details
    Browse the repository at this point in the history
  3. Update dependabot.yml

    Signed-off-by: Álex Ruiz <[email protected]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    524fbb7 View commit details
    Browse the repository at this point in the history
  4. Update SECURITY.md (#30)

    Signed-off-by: Álex Ruiz <[email protected]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    56f29b1 View commit details
    Browse the repository at this point in the history
  5. 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]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1469de2 View commit details
    Browse the repository at this point in the history
  6. 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]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8069bca View commit details
    Browse the repository at this point in the history
  7. Create gradle_build.yml

    Signed-off-by: Álex Ruiz <[email protected]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    53d346f View commit details
    Browse the repository at this point in the history
  8. Update gradle_build.yml

    Signed-off-by: Álex Ruiz <[email protected]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    83e7843 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95b9a8b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bfca93d View commit details
    Browse the repository at this point in the history
  11. Fix bug with -i option (#51)

    * Fix bug with -i option
    
    * Improve error handling
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3e923f6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8994f14 View commit details
    Browse the repository at this point in the history
  13. Improve ISM init script (#57)

    * Improve ISM init script
    
    * Change log file path
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    629d63b View commit details
    Browse the repository at this point in the history
  14. Update distribution files (#59)

    * Update config files
    
    * Add VERSION file
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8d52e99 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dcb9b6e View commit details
    Browse the repository at this point in the history
  16. 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
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8efc6e1 View commit details
    Browse the repository at this point in the history
  17. 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]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e3172df View commit details
    Browse the repository at this point in the history
  18. 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
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    35bac8c View commit details
    Browse the repository at this point in the history
  19. Update vulnerability index mappings (#75)

    * Remove 'events' ECS field
    
    * Add 'wazuh' custom field
    
    * Update event_generator.py for vulnerability detector
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    99c1e09 View commit details
    Browse the repository at this point in the history
  20. 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]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9c698e5 View commit details
    Browse the repository at this point in the history
  21. 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
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7a69df9 View commit details
    Browse the repository at this point in the history
  22. 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
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    edc87d2 View commit details
    Browse the repository at this point in the history
  23. Update ism-init script (#97)

    * Update ism-init script to parametrize the path of the wazuh-template
    
    ---------
    
    Signed-off-by: Álex Ruiz <[email protected]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    12670a4 View commit details
    Browse the repository at this point in the history
  24. 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
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b49a7b1 View commit details
    Browse the repository at this point in the history
  25. Update README.md

    Signed-off-by: Álex Ruiz <[email protected]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6e15b18 View commit details
    Browse the repository at this point in the history
  26. 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]>
    f-galland and AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d958032 View commit details
    Browse the repository at this point in the history
  27. 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]>
    3 people committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    386b49c View commit details
    Browse the repository at this point in the history
  28. 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]>
    f-galland and AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7c41c47 View commit details
    Browse the repository at this point in the history
  29. 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]>
    f-galland and AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c3127c5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    58219ef View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cb5c549 View commit details
    Browse the repository at this point in the history
  32. 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]>
    f-galland and AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    78547d5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    87d2774 View commit details
    Browse the repository at this point in the history
  34. Add tests to the packages building process (#132)

    Runs the workflow on pull request changes
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f9a191d View commit details
    Browse the repository at this point in the history
  35. 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]>
    f-galland and AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a67b5b3 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    877b4d2 View commit details
    Browse the repository at this point in the history
  37. 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]>
    f-galland and AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d169c20 View commit details
    Browse the repository at this point in the history
  38. 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]>
    f-galland and AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    05cc693 View commit details
    Browse the repository at this point in the history
  39. 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
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    cfa62e3 View commit details
    Browse the repository at this point in the history
  40. 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]>
    f-galland and AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7fd80ab View commit details
    Browse the repository at this point in the history
  41. 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
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6d7add8 View commit details
    Browse the repository at this point in the history
  42. 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]>
    f-galland and AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    de23663 View commit details
    Browse the repository at this point in the history
  43. Init. Amazon Security Lake integration (#143)

    * Init. Amazon Security Lake integration
    
    Signed-off-by: Álex Ruiz <[email protected]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8157a3d View commit details
    Browse the repository at this point in the history
  44. 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]>
    AlexRuiz7 and f-galland committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    bcbb1a3 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    11220fa View commit details
    Browse the repository at this point in the history
  46. Create compatibility_request.md (#163)

    Signed-off-by: Álex Ruiz <[email protected]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7546f3d View commit details
    Browse the repository at this point in the history
  47. 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]>
    3 people committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    5bac3b9 View commit details
    Browse the repository at this point in the history
  48. 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]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    84578ed View commit details
    Browse the repository at this point in the history
  49. Update vulnerability-states fields (#177)

    * Update vulnerability-states fields
    
    Adds wazuh.schema.version
    
    * Update events generator
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    60990a6 View commit details
    Browse the repository at this point in the history
  50. 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]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    16b2177 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    dc49598 View commit details
    Browse the repository at this point in the history
  52. Upload packages to S3 (#179)

    * 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]>
    AlexRuiz7 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    69ea807 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    0958ec3 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Update wazuh-states-vulnerabilities index mapping (#191)

    * Update wazuh-states-vulnerabilities index mapping
    
    * Extend ECS Vulnerability fields
    AlexRuiz7 authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1229b53 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. 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]>
    AlexRuiz7 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    518f36e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Create branch 5.0.0 (#154)

    * Create branch 5.0.0
    
    * Fix CHANGELOG.md
    AlexRuiz7 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d530519 View commit details
    Browse the repository at this point in the history