OpenSearch
OpenSearch copied to clipboard
๐ Open source distributed and RESTful search engine.
### Description Changes for Graceful Node decommission. This PR is on top of Node decommission PR. And has changes for handling graceful decommission. When request for node decommission is received...
## Overview Today, in OpenSearch, if you run the same search query at different points of time, chances are you will get different result as data is constantly changing. However,...
Signed-off-by: Ashish Singh [[email protected]](mailto:[email protected]) ### Description [Describe what this change achieves] ### Issues Resolved [List any issues this PR will resolve] ### Check List - [ ] New functionality includes...
**Is your feature request related to a problem? Please describe.** Replace the "master" terminology in all Java APIs, including field, method, class, and package names. The "Java APIs" refers to...
Bumps [nebula-publishing-plugin](https://github.com/nebula-plugins/nebula-publishing-plugin) from 4.4.4 to 18.4.0. Release notes Sourced from nebula-publishing-plugin's releases. v18.4.0 What's Changed PublishVerification task handles constraints that come from core Gradle locking by @โOdysseusLives in nebula-plugins/nebula-publishing-plugin#183 Full...
**Describe the bug** ``` > Task :plugins:repository-s3:yamlRestTest REPRODUCE WITH: ./gradlew ':plugins:repository-s3:yamlRestTest' --tests "org.opensearch.repositories.s3.RepositoryS3ClientYamlTestSuiteIT.test {yaml=repository_s3/20_repository_permanent_credentials/Register a repository with a non existing client}" -Dtests.seed=25A4942AE204EF9D -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ar-BH -Dtests.timezone=America/La_Paz -Druntime.java=17 -Dtests.rest.blacklist=repository_s3/50_repository_ecs_credentials/* org.opensearch.repositories.s3.RepositoryS3ClientYamlTestSuiteIT...
### Description Add getHistoryOperationsFromTranslog method to fetch the hostory snapshot from translogs Original issue for reference: https://github.com/opensearch-project/OpenSearch/issues/2482 ### Issues Resolved [375](https://github.com/opensearch-project/cross-cluster-replication/issues/375) ### Check List - [ ] New functionality includes...
Signed-off-by: Oleksandr Koval ### Description Add `shardId` field for `SearchLookup`. ### Issues Resolved #1062 ### Check List - [ ] New functionality includes testing. - [ ] All tests pass...
Backport 6517eeca507943757475fbe4427305bfc10b3d17 from #2639
Signed-off-by: Himanshu Setia ### Description This document talks about the SSL module to provide encryption support at REST and transport layers in OpenSearch ensuring all communication is encrypted. **PS: this...