You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/install/ami.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ nav_order: 97
7
7
8
8
# Amazon Machine Image
9
9
10
-
For convenience, Open Distro for Elasticsearch publishes Amazon Machine Images (AMIs) for use with Amazon Elastic Compute Cloud (Amazon EC2). These images use Amazon Linux 2 for their base image and come with Open Distro for Elasticsearch preinstalled.
10
+
For convenience, Open Distro publishes Amazon Machine Images (AMIs) for use with Amazon Elastic Compute Cloud (Amazon EC2). These images use Amazon Linux 2 for their base image and come with Open Distro preinstalled.
11
11
12
-
You can find the images in the **Community AMIs** section of the EC2 console if you search for `Open Distro for Elasticsearch`.
12
+
You can find the images in the **Community AMIs** section of the EC2 console if you search for `Open Distro`.
13
13
14
14
- Choose an instance type with at least 2 GiB of RAM.
15
15
- Configuration and usage is no different than the standard [RPM](../rpm/#configuration) install.
Copy file name to clipboardExpand all lines: docs/install/deb.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ nav_order: 3
7
7
8
8
# Debian package
9
9
10
-
Installing and running Open Distro for Elasticsearch 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 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.
11
11
12
-
[RPM](../rpm/) lets you install specific versions of Open Distro for Elasticsearch. You *can* install specific versions using Apt, but you have to manually install each dependency.
12
+
[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.
13
13
{: .note }
14
14
15
15
These steps assume you're using Ubuntu 18.04.
@@ -51,7 +51,7 @@ These steps assume you're using Ubuntu 18.04.
To check available versions, see [Docker Hub](https://hub.docker.com/r/amazon/opendistro-for-elasticsearch/tags).
18
18
19
-
Open Distro for Elasticsearch images use `centos:7` as the base image. If you run Docker locally, we recommend allowing Docker to use at least 4 GB of RAM in **Preferences** > **Resources**.
19
+
Open Distro images use `centos:7` as the base image. If you run Docker locally, we recommend allowing Docker to use at least 4 GB of RAM in **Preferences** > **Resources**.
For production workloads, make sure the [Linux setting](https://www.kernel.org/doc/Documentation/sysctl/vm.txt)`vm.max_map_count` is set to at least 262144. On the Open Distro for Elasticsearch Docker image, this setting is the default. To verify, start a Bash session in the container and run:
288
+
For production workloads, make sure the [Linux setting](https://www.kernel.org/doc/Documentation/sysctl/vm.txt)`vm.max_map_count` is set to at least 262144. On the Open Distro Docker image, this setting is the default. To verify, start a Bash session in the container and run:
289
289
290
290
```bash
291
291
cat /proc/sys/vm/max_map_count
@@ -336,7 +336,7 @@ RUN /usr/share/elasticsearch/bin/elasticsearch-plugin remove opendistro_security
Copy file name to clipboardExpand all lines: docs/install/encryption-at-rest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ nav_order: 99
7
7
8
8
# Encryption at rest
9
9
10
-
The operating system for each Open Distro for Elasticsearch node handles encryption of data at rest. To enable encryption at rest in most Linux distributions, use the `cryptsetup` command:
10
+
The operating system for each Open Distro node handles encryption of data at rest. To enable encryption at rest in most Linux distributions, use the `cryptsetup` command:
-[PerfTop client for Performance Analyzer](../../pa/)
14
-
-[Alerting CLI](https://github.com/mihirsoni/odfe-monitor-cli), a command line interface that lets you use YAML files to manage your Open Distro for Elasticsearch monitors
14
+
-[Alerting CLI](https://github.com/mihirsoni/odfe-monitor-cli), a command line interface that lets you use YAML files to manage your Open Distro monitors
Copy file name to clipboardExpand all lines: docs/install/plugins.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ nav_order: 90
7
7
8
8
# Standalone Elasticsearch plugin installation
9
9
10
-
If you don't want to use the all-in-one Open Distro for Elasticsearch installation options, you can install the individual plugins on a compatible Elasticsearch cluster, just like any other Elasticsearch plugins.
10
+
If you don't want to use the all-in-one Open Distro installation options, you can install the individual plugins on a compatible Elasticsearch cluster, just like any other Elasticsearch plugins.
Copy file name to clipboardExpand all lines: docs/install/rpm.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ nav_order: 2
7
7
8
8
# RPM package
9
9
10
-
Installing and running Open Distro for Elasticsearch 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.
10
+
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.
11
11
12
12
1. Create the repository file:
13
13
@@ -32,7 +32,7 @@ Installing and running Open Distro for Elasticsearch from an RPM package is a mo
32
32
sudo yum install wget unzip
33
33
```
34
34
35
-
1. List all available Open Distro for Elasticsearch versions:
35
+
1. List all available Open Distro versions:
36
36
37
37
```bash
38
38
sudo yum list opendistroforelasticsearch --showduplicates
@@ -52,7 +52,7 @@ Installing and running Open Distro for Elasticsearch from an RPM package is a mo
Copy file name to clipboardExpand all lines: docs/install/tar.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ nav_order: 5
7
7
8
8
# Tarball
9
9
10
-
The tarball installation works on Linux systems and provides a self-contained directory with everything you need to run Open Distro for Elasticsearch, including an integrated Java Development Kit (JDK). The tarball is a good option for testing and development, but we recommend Docker or a package manager for production deployments.
10
+
The tarball installation works on Linux systems and provides a self-contained directory with everything you need to run Open Distro, including an integrated Java Development Kit (JDK). The tarball is a good option for testing and development, but we recommend Docker or a package manager for production deployments.
11
11
12
12
The tarball supports CentOS 7, Amazon Linux 2, Ubuntu 18.04, and most other Linux distributions. If you have your own Java installation and you set `JAVA_HOME` in the terminal, macOS works as well.
13
13
@@ -58,13 +58,13 @@ The tarball supports CentOS 7, Amazon Linux 2, Ubuntu 18.04, and most other Linu
58
58
cd opendistroforelasticsearch-{{site.odfe_version}}
59
59
```
60
60
61
-
1. Run Open Distro for Elasticsearch:
61
+
1. Run Open Distro:
62
62
63
63
```bash
64
64
./opendistro-tar-install.sh
65
65
```
66
66
67
-
1. Open a second terminal session, and send requests to the server to verify that Open Distro for Elasticsearch is up and running:
67
+
1. Open a second terminal session, and send requests to the server to verify that Open Distro is up and running:
0 commit comments