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

Commit 69b0933

Browse files
authored
Statements and changes that emphasize deprecation (#535)
* “fix#840-ODFE-deprecate” Signed-off-by: cwillum <cwmmoore@amazon.com> * “fix#840-ODFE-deprecate” Signed-off-by: cwillum <cwmmoore@amazon.com> Signed-off-by: cwillum <cwmmoore@amazon.com>
1 parent ca6f05f commit 69b0933

File tree

8 files changed

+26
-174
lines changed

8 files changed

+26
-174
lines changed

docs/install/deb.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ nav_order: 3
77

88
# Debian package
99

10-
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.
10+
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.
1111

1212
[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.
1313
{: .note }
1414

1515
These steps assume you're using Ubuntu 18.04.
1616

17+
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.
18+
{: .warning}
19+
1720
1. Install Java 11:
1821

1922
```bash

docs/install/docker.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Open Distro images use `centos:7` as the base image. If you run Docker locally,
3030

3131
## Run the image
3232

33+
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/).
34+
{: .warning}
35+
3336
To run the image for local development:
3437

3538
```bash

docs/install/helm.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ The instructions here assume you have a Kubernetes cluster with Helm preinstalle
2727

2828
## Install using Helm
2929

30+
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.
31+
{: .warning}
32+
3033
1. Clone the [opendistro-build](https://github.com/opendistro-for-elasticsearch/opendistro-build) repository:
3134

3235
```bash

docs/install/rpm.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ nav_order: 2
99

1010
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.
1111

12+
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.
13+
{: .warning}
14+
1215
1. Create the repository file:
1316

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

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

4346
```bash
44-
sudo yum install opendistroforelasticsearch-{{site.odfe_version}}
47+
sudo yum install opendistroforelasticsearch-1.13.x.
4548
```
4649

4750
This command automatically chooses the appropriate architecture (x64 or ARM64) depending on the system you're using.

docs/install/tar.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,12 @@ The tarball supports CentOS 7, Amazon Linux 2, Ubuntu 18.04, and most other Linu
1313

1414
1. Download the tarball:
1515

16-
```bash
17-
# x64
18-
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
19-
# ARM64
20-
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
21-
```
16+
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.
17+
{: .warning}
2218

2319
1. Download the checksum:
2420

25-
```bash
26-
# x86
27-
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
28-
# ARM64
29-
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
30-
```
21+
(No longer available.)
3122

3223
1. Verify the tarball against the checksum:
3324

docs/install/windows.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ As an alternative, try [Ubuntu for Windows 10](https://www.microsoft.com/en-us/p
1515

1616
## ZIP install
1717

18-
1. Download [the ZIP file](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/opendistroforelasticsearch-{{site.odfe_version}}-windows-x64.zip).
18+
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.
19+
{: .warning}
20+
21+
1. Download the ZIP file.
1922

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

docs/previousversions/index.md

Lines changed: 2 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -21,127 +21,6 @@ We do *not* backport bug fixes to old versions of the documentation, so even if
2121
- [Open Distro 0.9.0 documentation](https://opendistro.github.io/for-elasticsearch-docs/old/0.9.0/){:target='\_blank'}
2222

2323

24-
## Version 1.13.0
24+
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.
25+
{: .warning}
2526

26-
27-
### x64
28-
[opendistroforelasticsearch-1.13.0-linux-x64.tar.gz](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.13.0-linux-x64.tar.gz)
29-
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.13.0-linux-x64.tar.gz)
30-
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/opendistroforelasticsearch-1.13.0-windows-x64.zip)
31-
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/opendistroforelasticsearch-kibana-1.13.0-windows-x64.zip)
32-
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/opendistroforelasticsearch-1.13.0-windows-x64.exe)
33-
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/opendistroforelasticsearch-kibana-1.13.0-windows-x64.exe)
34-
35-
36-
### ARM64
37-
38-
[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.13.0-linux-arm64.tar.gz)
39-
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.13.0-linux-arm64.tar.gz)
40-
41-
42-
## Version 1.12.0
43-
44-
[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.12.0.tar.gz)
45-
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.12.0.tar.gz)
46-
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.12.0.zip)
47-
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.12.0-kibana.zip)
48-
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.12.0.exe)
49-
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.12.0.exe)
50-
51-
52-
## Version 1.11.0
53-
54-
[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.11.0.tar.gz)
55-
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.11.0.tar.gz)
56-
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.11.0.zip)
57-
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.11.0-kibana.zip)
58-
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.11.0.exe)
59-
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.11.0.exe)
60-
61-
62-
## Version 1.10.1
63-
64-
[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.10.1.tar.gz)
65-
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.10.1.tar.gz)
66-
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.10.1.zip)
67-
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.10.1-kibana.zip)
68-
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.10.1.exe)
69-
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.10.1.exe)
70-
71-
72-
## Version 1.9.0
73-
74-
[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.9.0.tar.gz)
75-
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.9.0.tar.gz)
76-
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.9.0.zip)
77-
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.9.0-kibana.zip)
78-
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.9.0.exe)
79-
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.9.0.exe)
80-
81-
82-
## Version 1.8.0
83-
84-
[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.8.0.tar.gz)
85-
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.8.0.tar.gz)
86-
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.8.0.zip)
87-
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.8.0-kibana.zip)
88-
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.8.0.exe)
89-
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.8.0.exe)
90-
91-
92-
## Version 1.7.0
93-
94-
[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.7.0.tar.gz)
95-
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.7.0.tar.gz)
96-
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.7.0.zip)
97-
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.7.0-kibana.zip)
98-
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.7.0.exe)
99-
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.7.0.exe)
100-
101-
102-
## Version 1.6.0
103-
104-
[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.6.0.tar.gz)
105-
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.6.0.tar.gz)
106-
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.6.0.zip)
107-
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.6.0-kibana.zip)
108-
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.6.0.exe)
109-
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.6.0.exe)
110-
111-
112-
## Version 1.4.0
113-
114-
[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.4.0.tar.gz)
115-
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.4.0.tar.gz)
116-
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.4.0.zip)
117-
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.4.0-kibana.zip)
118-
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.4.0.exe)
119-
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.4.0.exe)
120-
121-
122-
## Version 1.3.0
123-
124-
[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.3.0.tar.gz)
125-
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.3.0.tar.gz)
126-
[Elasticsearch OSS - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.3.0.zip)
127-
[Kibana - Windows (.zip)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.3.0-kibana.zip)
128-
[Elasticsearch OSS (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_for_Elasticsearch_windows-x64_1.3.0.exe)
129-
[Kibana (exe)](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_for_Elasticsearch_Kibana_windows-x64_1_3_0.exe)
130-
131-
132-
## Version 1.2.1
133-
134-
[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.2.1.tar.gz)
135-
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.2.1.tar.gz)
136-
137-
138-
## Version 1.2.0
139-
140-
[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.2.0.tar.gz)
141-
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.2.0.tar.gz)
142-
143-
144-
## Version 1.1.0
145-
146-
[Elasticsearch OSS - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistro-elasticsearch/opendistroforelasticsearch-1.1.0.tar.gz)
147-
[Kibana - Linux (tar.gz)](https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.1.0.tar.gz)

index.md

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ permalink: /
1010

1111
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.
1212

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

1614
---
1715

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

4745
## Get started
48-
Docker
49-
{: .label .label-green }
50-
51-
1. Install and start [Docker Desktop](https://www.docker.com/products/docker-desktop).
52-
1. Run the following commands:
53-
54-
```bash
55-
docker pull amazon/opendistro-for-elasticsearch:{{site.odfe_version}}
56-
docker run -p 9200:9200 -p 9600:9600 -e "discovery.type=single-node" amazon/opendistro-for-elasticsearch:{{site.odfe_version}}
57-
```
58-
59-
1. In a new terminal session, run:
60-
61-
```bash
62-
curl -XGET --insecure https://localhost:9200 -u admin:admin
63-
```
64-
65-
To learn more, see [Install](docs/install/).
66-
67-
68-
---
69-
70-
## Builds
71-
72-
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.
7346

47+
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.
48+
{: .warning}
7449

7550
---
7651

77-
## Get involved
78-
79-
[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/).
80-
81-
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.
82-
83-
84-
---
8552

8653
<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 commit comments

Comments
 (0)