From 69b0933a8ce110ee818d9028f20c8f9a1d6d2b90 Mon Sep 17 00:00:00 2001 From: cwillum <107723039+cwillum@users.noreply.github.com> Date: Mon, 15 Aug 2022 12:47:15 -0700 Subject: [PATCH] Statements and changes that emphasize deprecation (#535) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * “fix#840-ODFE-deprecate” Signed-off-by: cwillum * “fix#840-ODFE-deprecate” Signed-off-by: cwillum Signed-off-by: cwillum --- docs/install/deb.md | 5 +- docs/install/docker.md | 3 + docs/install/helm.md | 3 + docs/install/rpm.md | 7 +- docs/install/tar.md | 15 +--- docs/install/windows.md | 5 +- docs/previousversions/index.md | 125 +-------------------------------- index.md | 37 +--------- 8 files changed, 26 insertions(+), 174 deletions(-) diff --git a/docs/install/deb.md b/docs/install/deb.md index 8bf68143..ef900ee4 100644 --- a/docs/install/deb.md +++ b/docs/install/deb.md @@ -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.
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 diff --git a/docs/install/docker.md b/docs/install/docker.md index 0c6a5088..79b6723e 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -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 diff --git a/docs/install/helm.md b/docs/install/helm.md index 25e410b7..34fd5892 100644 --- a/docs/install/helm.md +++ b/docs/install/helm.md @@ -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 diff --git a/docs/install/rpm.md b/docs/install/rpm.md index 2bc317ff..2c58744f 100644 --- a/docs/install/rpm.md +++ b/docs/install/rpm.md @@ -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.
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 @@ -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. diff --git a/docs/install/tar.md b/docs/install/tar.md index 35970682..c3020255 100644 --- a/docs/install/tar.md +++ b/docs/install/tar.md @@ -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: diff --git a/docs/install/windows.md b/docs/install/windows.md index d74836b5..dae88877 100644 --- a/docs/install/windows.md +++ b/docs/install/windows.md @@ -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. diff --git a/docs/previousversions/index.md b/docs/previousversions/index.md index 946be846..0c7f0b60 100644 --- a/docs/previousversions/index.md +++ b/docs/previousversions/index.md @@ -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) diff --git a/index.md b/index.md index 488422a8..de32b9cf 100755 --- a/index.md +++ b/index.md @@ -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 } - --- @@ -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. - - ---- 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. \ No newline at end of file