Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
Statements and changes that emphasize deprecation (#535)
Browse files Browse the repository at this point in the history
* “fix#840-ODFE-deprecate”

Signed-off-by: cwillum <[email protected]>

* “fix#840-ODFE-deprecate”

Signed-off-by: cwillum <[email protected]>

Signed-off-by: cwillum <[email protected]>
  • Loading branch information
cwillum authored Aug 15, 2022
1 parent ca6f05f commit 69b0933
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 174 deletions.
5 changes: 4 additions & 1 deletion docs/install/deb.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ nav_order: 3

# Debian package

Installing and running Open Distro from an Debian package is a more manual process than the Docker image. We recommend Ubuntu 16.04 or 18.04, but any Debian-based distribution that uses [systemd](https://en.wikipedia.org/wiki/Systemd) should work.
Installing and running Open Distro from a Debian package is a more manual process than the Docker image. We recommend Ubuntu 16.04 or 18.04, but any Debian-based distribution that uses [systemd](https://en.wikipedia.org/wiki/Systemd) should work.

[RPM](../rpm/) lets you install specific versions of Open Distro. You *can* install specific versions using Apt, but you have to manually install each dependency.
{: .note }

These steps assume you're using Ubuntu 18.04.

The Open Distro Debian package release for 1.13.3 is not available due to the absence of upstream artifacts related to the build. If you are using Debian package management with a previous version of Open Distro and concerned about Apache Log4j security vulnerabilities, please see the [Apache Log4j](https://logging.apache.org/log4j/2.x/) website to learn about steps you can take to mitigate those vulnerabilities.<br>We also recommend migrating to OpenSearch, which is protected against this and other vulnerabilities, and provides a suite of robust security features along with improved search functionality. See [About the process](https://opensearch.org/docs/latest/upgrade-to/index/) to learn more about migrating to OpenSearch.
{: .warning}

1. Install Java 11:

```bash
Expand Down
3 changes: 3 additions & 0 deletions docs/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Open Distro images use `centos:7` as the base image. If you run Docker locally,

## Run the image

Open Distro is no longer being developed and exists only as an archive. Please visit the [OpenSearch](https://opensearch.org/) website to get started with OpenSearch. To go directly to information about installation of OpenSearch with Docker, see [Docker image](https://opensearch.org/docs/latest/opensearch/install/docker/).
{: .warning}

To run the image for local development:

```bash
Expand Down
3 changes: 3 additions & 0 deletions docs/install/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ The instructions here assume you have a Kubernetes cluster with Helm preinstalle

## Install using Helm

Open Distro is no longer being developed and exists only as an archive. Please visit [OpenSearch documentation](https://opensearch.org/docs/latest) to get started with OpenSearch.
{: .warning}

1. Clone the [opendistro-build](https://github.com/opendistro-for-elasticsearch/opendistro-build) repository:

```bash
Expand Down
7 changes: 5 additions & 2 deletions docs/install/rpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ nav_order: 2

Installing and running Open Distro from an RPM package is a more manual process than the Docker image. We recommend CentOS 7 and Amazon Linux 2, but any RPM-based distribution that uses [systemd](https://en.wikipedia.org/wiki/Systemd) should work. These steps assume you're using CentOS 7.

Open Distro RPM release for 1.13.3 is not available due to the absence of upstream artifacts related to the build. If you are using RPM package management with a previous version of Open Distro and concerned about Apache Log4j security vulnerabilities, please see the [Apache Log4j](https://logging.apache.org/log4j/2.x/) website to learn about steps you can take to mitigate those vulnerabilities.<br>We also recommend migrating to OpenSearch, which is protected against this and other vulnerabilities, and provides a suite of robust security features along with improved search functionality. See [About the process](https://opensearch.org/docs/latest/upgrade-to/index/) to learn more about migrating to OpenSearch.
{: .warning}

1. Create the repository file:

```bash
Expand Down Expand Up @@ -38,10 +41,10 @@ Installing and running Open Distro from an RPM package is a more manual process
sudo yum list opendistroforelasticsearch --showduplicates
```

1. Choose the version you'd like and install it:
1. Choose the version you'd like to install: (See [note](#rpm-package) above.)

```bash
sudo yum install opendistroforelasticsearch-{{site.odfe_version}}
sudo yum install opendistroforelasticsearch-1.13.x.
```

This command automatically chooses the appropriate architecture (x64 or ARM64) depending on the system you're using.
Expand Down
15 changes: 3 additions & 12 deletions docs/install/tar.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,12 @@ The tarball supports CentOS 7, Amazon Linux 2, Ubuntu 18.04, and most other Linu

1. Download the tarball:

```bash
# x64
curl https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-{{site.odfe_version}}-linux-x64.tar.gz -o opendistroforelasticsearch-{{site.odfe_version}}-linux-x64.tar.gz
# ARM64
curl https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-{{site.odfe_version}}-linux-arm64.tar.gz -o opendistroforelasticsearch-{{site.odfe_version}}-linux-arm64.tar.gz
```
Open Distro is no longer being developed and exists only as an archive. Please visit [OpenSearch documentation](https://opensearch.org/docs/latest) to get started with OpenSearch.
{: .warning}

1. Download the checksum:

```bash
# x86
curl https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-{{site.odfe_version}}-linux-x64.tar.gz.sha512 -o opendistroforelasticsearch-{{site.odfe_version}}-linux-x64.tar.gz.sha512
# ARM64
curl https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-{{site.odfe_version}}-linux-arm64.tar.gz.sha512 -o opendistroforelasticsearch-{{site.odfe_version}}-linux-arm64.tar.gz.sha512
```
(No longer available.)

1. Verify the tarball against the checksum:

Expand Down
5 changes: 4 additions & 1 deletion docs/install/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ As an alternative, try [Ubuntu for Windows 10](https://www.microsoft.com/en-us/p

## ZIP install

1. Download [the ZIP file](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/opendistroforelasticsearch-{{site.odfe_version}}-windows-x64.zip).
Open Distro is no longer being developed and exists only as an archive. Please visit [OpenSearch documentation](https://opensearch.org/docs/latest) to get started with OpenSearch.
{: .warning}

1. Download the ZIP file.

1. Extract the file to a directory, and open that directory at the command prompt.

Expand Down
125 changes: 2 additions & 123 deletions docs/previousversions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,127 +21,6 @@ We do *not* backport bug fixes to old versions of the documentation, so even if
- [Open Distro 0.9.0 documentation](https://opendistro.github.io/for-elasticsearch-docs/old/0.9.0/){:target='\_blank'}


## Version 1.13.0
Open Distro for Elasticsearch OSS is no longer being developed and no longer available for download. Please visit [OpenSearch documentation](https://opensearch.org/docs/latest/#) to learn about upgrading to OpenSearch and getting started with our improved open source solution.
{: .warning}


### x64
[opendistroforelasticsearch-1.13.0-linux-x64.tar.gz](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.13.0-linux-x64.tar.gz)
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.13.0-linux-x64.tar.gz)
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/opendistroforelasticsearch-1.13.0-windows-x64.zip)
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/opendistroforelasticsearch-kibana-1.13.0-windows-x64.zip)
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/opendistroforelasticsearch-1.13.0-windows-x64.exe)
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/opendistroforelasticsearch-kibana-1.13.0-windows-x64.exe)


### ARM64

[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.13.0-linux-arm64.tar.gz)
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.13.0-linux-arm64.tar.gz)


## Version 1.12.0

[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.12.0.tar.gz)
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.12.0.tar.gz)
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.12.0.zip)
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.12.0-kibana.zip)
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.12.0.exe)
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.12.0.exe)


## Version 1.11.0

[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.11.0.tar.gz)
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.11.0.tar.gz)
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.11.0.zip)
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.11.0-kibana.zip)
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.11.0.exe)
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.11.0.exe)


## Version 1.10.1

[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.10.1.tar.gz)
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.10.1.tar.gz)
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.10.1.zip)
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.10.1-kibana.zip)
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.10.1.exe)
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.10.1.exe)


## Version 1.9.0

[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.9.0.tar.gz)
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.9.0.tar.gz)
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.9.0.zip)
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.9.0-kibana.zip)
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.9.0.exe)
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.9.0.exe)


## Version 1.8.0

[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.8.0.tar.gz)
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.8.0.tar.gz)
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.8.0.zip)
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.8.0-kibana.zip)
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.8.0.exe)
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.8.0.exe)


## Version 1.7.0

[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.7.0.tar.gz)
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.7.0.tar.gz)
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.7.0.zip)
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.7.0-kibana.zip)
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.7.0.exe)
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.7.0.exe)


## Version 1.6.0

[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.6.0.tar.gz)
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.6.0.tar.gz)
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.6.0.zip)
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.6.0-kibana.zip)
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.6.0.exe)
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.6.0.exe)


## Version 1.4.0

[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.4.0.tar.gz)
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.4.0.tar.gz)
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.4.0.zip)
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.4.0-kibana.zip)
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.4.0.exe)
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.4.0.exe)


## Version 1.3.0

[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.3.0.tar.gz)
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.3.0.tar.gz)
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.3.0.zip)
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.3.0-kibana.zip)
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_for_Elasticsearch_windows-x64_1.3.0.exe)
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_for_Elasticsearch_Kibana_windows-x64_1_3_0.exe)


## Version 1.2.1

[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.2.1.tar.gz)
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.2.1.tar.gz)


## Version 1.2.0

[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.2.0.tar.gz)
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.2.0.tar.gz)


## Version 1.1.0

[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.1.0.tar.gz)
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.1.0.tar.gz)
37 changes: 2 additions & 35 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ permalink: /

This site contains the technical documentation for [Open Distro](https://opendistro.github.io/for-elasticsearch/), the community-driven, 100% open source distribution of Elasticsearch with advanced security, alerting, SQL support, automated index management, deep performance analysis, and more.

[Get started](#get-started){: .btn .btn-purple }


---

Expand Down Expand Up @@ -45,42 +43,11 @@ You can install Elasticsearch plugins [individually](docs/install/plugins/) on e
---

## Get started
Docker
{: .label .label-green }

1. Install and start [Docker Desktop](https://www.docker.com/products/docker-desktop).
1. Run the following commands:

```bash
docker pull amazon/opendistro-for-elasticsearch:{{site.odfe_version}}
docker run -p 9200:9200 -p 9600:9600 -e "discovery.type=single-node" amazon/opendistro-for-elasticsearch:{{site.odfe_version}}
```

1. In a new terminal session, run:

```bash
curl -XGET --insecure https://localhost:9200 -u admin:admin
```

To learn more, see [Install](docs/install/).


---

## Builds

If you want to modify the Open Distro code and build from source, instructions are in `elasticsearch/README.md` and `kibana/README.md` of the [opendistro-build](https://github.com/opendistro-for-elasticsearch/opendistro-build) repository. Likewise, you can find build instructions for the various plugins in [their individual repositories](https://github.com/opendistro-for-elasticsearch). If your changes could benefit others, please consider submitting a pull request.

Open Distro for Elasticsearch OSS is no longer being developed and no longer available for download. Please visit [OpenSearch documentation](https://opensearch.org/docs/latest/#) to learn about upgrading to OpenSearch and getting started with our improved open source solution.
{: .warning}

---

## Get involved

[Open Distro](https://opendistro.github.io/for-elasticsearch/) is supported by Amazon Web Services. All components are available under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html) on [GitHub](https://github.com/opendistro-for-elasticsearch/).

The project welcomes GitHub issues, bug fixes, features, plugins, documentation---anything at all. To get involved, see [Contribute](https://opendistro.github.io/for-elasticsearch/contribute.html) on the Open Distro website.


---

<small>OpenSearch includes certain Apache-licensed Elasticsearch code from Elasticsearch B.V. and other source code. Elasticsearch B.V. is not the source of that other source code. ELASTICSEARCH is a registered trademark of Elasticsearch B.V.</small>

0 comments on commit 69b0933

Please sign in to comment.