Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
## What/Why ### What are you proposing? The Linux Foundation announced the launch of the OpenSearch Software Foundation [here](https://www.linuxfoundation.org/press/linux-foundation-announces-opensearch-software-foundation-to-foster-open-collaboration-in-search-and-analytics). Transfer ownership of the GitHub https://github.com/opensearch-project org.
## What/Why ### What are you proposing? As part of #220, transfer https://hub.docker.com/u/opensearchproject to OpenSearch Software Foundation.
### Is your feature request related to a problem? On Monday the Linux Foundation [announced](https://www.linuxfoundation.org/press/linux-foundation-announces-opensearch-software-foundation-to-foster-open-collaboration-in-search-and-analytics) the OpenSearch Software Foundation. A number of documents in this repo need updating. ### What...
## What/Why ### What are you proposing? The OpenSearch Project had adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct-faq.html) in https://github.com/opensearch-project/.github/blob/main/CODE_OF_CONDUCT.md. The contact information listed at the bottom of that...
## What/Why ### What are you proposing? Transfer theopensearch.org domain to the Linux Foundation. ### What users have asked for this feature? Coming from #216. ### What problems are you...
## What/Why ### What are you proposing? Currently security mailing lists and processes are administered with help from Amazon. For example, in https://github.com/opensearch-project/.github/blob/main/RESPONSIBILITIES.md#prioritize-security we say "Note that this repository is...
## What/Why ### What are you proposing? **Is your feature request related to a problem?** Eyeballing the [metrics](https://metrics.opensearch.org/_dashboards/app/dashboards#/view/f1ad21c0-e323-11ee-9a74-07cd3b4ff414?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-6M,to:now))&_a=(description:'OpenSearch%20Ops%20Metrics',filters:!(('$state':(store:appState),meta:(alias:!n,controlledBy:'1710545443987',disabled:!f,index:efe46950-e31b-11ee-9a74-07cd3b4ff414,key:repository.keyword,negate:!f,params:(query:neural-search),type:phrase),query:(match_phrase:(repository.keyword:neural-search)))),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:''),timeRestore:!t,title:'OpenSearch%20Ops%20Metrics',viewMode:view)) and the contents of https://github.com/opensearch-project/neural-search/blob/main/MAINTAINERS.md a number of folks have not been...
### Is your feature request related to a problem? In spec/namespaces/ism.yaml I tried to use $refs in path and query parameters that are repeated a lot. Instead of: ``` parameters:...
## What/Why ### What are you proposing? Coming from https://github.com/opensearch-project/OpenSearch/pull/15411 and https://github.com/opensearch-project/OpenSearch/issues/15190 I propose we generate and publish protobuf files as part of the [build/release workflow](https://github.com/opensearch-project/opensearch-api-specification/blob/main/.github/workflows/build.yml). ### What users have...
### What is the bug? Trying to use `_source` with `update_by_query` and `delete_by_query` seems to have no effect as either an array of strings (as defined) or a boolean. Cannot...