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

Commit eb51ead

Browse files
author
ashwinkumar12345
committed
Preparing for 1.6.0
1 parent b22ef3a commit eb51ead

File tree

9 files changed

+22
-21
lines changed

9 files changed

+22
-21
lines changed

docs/elasticsearch/snapshot-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ readonly | Whether the repository is read-only. Useful when migrating from one c
101101
If you're using the Docker installation, see [Customize the Docker image](../../install/docker/#customize-the-docker-image). Your `Dockerfile` should look something like this:
102102

103103
```
104-
FROM amazon/opendistro-for-elasticsearch:1.4.0
104+
FROM amazon/opendistro-for-elasticsearch:1.6.0
105105

106106
ENV AWS_ACCESS_KEY_ID <access-key>
107107
ENV AWS_SECRET_ACCESS_KEY <secret-key>

docs/kibana/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Kibana is the default visualization tool for data in Elasticsearch. It also serv
1515

1616
You *can* start Kibana using `docker run` after [creating a Docker network](https://docs.docker.com/engine/reference/commandline/network_create/) and starting Elasticsearch, but the process of connecting Kibana to Elasticsearch is significantly easier with a Docker Compose file.
1717

18-
1. Run `docker pull amazon/opendistro-for-elasticsearch-kibana:1.4.0`.
18+
1. Run `docker pull amazon/opendistro-for-elasticsearch-kibana:1.6.0`.
1919

2020
1. Create a [`docker-compose.yml`](https://docs.docker.com/compose/compose-file/) file appropriate for your environment. A sample file that includes Kibana is available on the Open Distro for Elasticsearch [Docker installation page](../install/docker/#sample-docker-compose-file).
2121

@@ -59,19 +59,19 @@ You can also modify the values in `/etc/kibana/kibana.yml`.
5959
1. Download the tarball:
6060

6161
```bash
62-
curl https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.4.0.tar.gz -o opendistroforelasticsearch-kibana-1.4.0.tar.gz
62+
curl https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.6.0.tar.gz -o opendistroforelasticsearch-kibana-1.6.0.tar.gz
6363
```
6464

6565
1. Download the checksum:
6666

6767
```bash
68-
curl https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.4.0.tar.gz.sha512 -o opendistroforelasticsearch-kibana-1.4.0.tar.gz.sha512
68+
curl https://d3g5vo6xdbdb9a.cloudfront.net/tarball/opendistroforelasticsearch-kibana/opendistroforelasticsearch-kibana-1.6.0.tar.gz.sha512 -o opendistroforelasticsearch-kibana-1.6.0.tar.gz.sha512
6969
```
7070

7171
1. Verify the tarball against the checksum:
7272

7373
```bash
74-
shasum -a 512 -c opendistroforelasticsearch-kibana-1.4.0.tar.gz.sha512
74+
shasum -a 512 -c opendistroforelasticsearch-kibana-1.6.0.tar.gz.sha512
7575
```
7676

7777
On CentOS, you might not have `shasum`. Install this package:
@@ -83,7 +83,7 @@ You can also modify the values in `/etc/kibana/kibana.yml`.
8383
1. Extract the TAR file to a directory and change to that directory:
8484

8585
```bash
86-
tar -zxf opendistroforelasticsearch-kibana-1.4.0.tar.gz
86+
tar -zxf opendistroforelasticsearch-kibana-1.6.0.tar.gz
8787
cd opendistroforelasticsearch-kibana
8888
```
8989

@@ -100,7 +100,7 @@ You can also modify the values in `/etc/kibana/kibana.yml`.
100100

101101
1. Download the ZIP.
102102

103-
1. Extract [the ZIP file](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.4.0-kibana.zip) to a directory and open that directory at the command prompt.
103+
1. Extract [the ZIP file](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.6.0-kibana.zip) to a directory and open that directory at the command prompt.
104104

105105
1. If desired, modify `config/kibana.yml`.
106106

@@ -113,7 +113,7 @@ You can also modify the values in `/etc/kibana/kibana.yml`.
113113

114114
## Run Kibana on Windows (EXE)
115115

116-
1. Download [the EXE file](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.4.0.exe), run it, and click through the steps.
116+
1. Download [the EXE file](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_Kibana_1.6.0.exe), run it, and click through the steps.
117117

118118
1. Open the command prompt.
119119

docs/kibana/plugins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Navigate to the Kibana home directory (likely `/usr/share/kibana`) and run the i
2525
#### Security
2626

2727
```bash
28-
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-security/opendistro_security_kibana_plugin-1.4.0.0.zip
28+
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-security/opendistro_security_kibana_plugin-1.6.0.0.zip
2929
```
3030

3131
This plugin provides a user interface for managing users, roles, mappings, action groups, and tenants.
@@ -34,7 +34,7 @@ This plugin provides a user interface for managing users, roles, mappings, actio
3434
#### Alerting
3535

3636
```bash
37-
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-alerting/opendistro-alerting-1.4.0.0.zip
37+
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-alerting/opendistro-alerting-1.6.0.0.zip
3838
```
3939

4040
This plugin provides a user interface for creating monitors and managing alerts.
@@ -43,7 +43,7 @@ This plugin provides a user interface for creating monitors and managing alerts.
4343
#### Index State Management
4444

4545
```bash
46-
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-index-management/opendistro_index_management_kibana-1.4.0.0.zip
46+
sudo bin/kibana-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/kibana-plugins/opendistro-index-management/opendistro_index_management_kibana-1.6.0.0.zip
4747
```
4848

4949
This plugin provides a user interface for managing policies.

docs/security-access-control/cross-cluster-search.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Save this file as `docker-compose.yml` and run `docker-compose up` to start two
6666
version: '3'
6767
services:
6868
odfe-node1:
69-
image: amazon/opendistro-for-elasticsearch:1.4.0
69+
image: amazon/opendistro-for-elasticsearch:1.6.0
7070
container_name: odfe-node1
7171
environment:
7272
- cluster.name=odfe-cluster1
@@ -85,7 +85,7 @@ services:
8585
- odfe-net
8686
8787
odfe-node2:
88-
image: amazon/opendistro-for-elasticsearch:1.4.0
88+
image: amazon/opendistro-for-elasticsearch:1.6.0
8989
container_name: odfe-node2
9090
environment:
9191
- cluster.name=odfe-cluster2
@@ -134,8 +134,8 @@ To get the IP address for the remote cluster, first identify its container ID:
134134
```bash
135135
docker ps
136136
CONTAINER ID IMAGE PORTS NAMES
137-
6fe89ebc5a8e amazon/opendistro-for-elasticsearch:1.4.0 0.0.0.0:9200->9200/tcp, 0.0.0.0:9600->9600/tcp, 9300/tcp odfe-node1
138-
2da08b6c54d8 amazon/opendistro-for-elasticsearch:1.4.0 9300/tcp, 0.0.0.0:9250->9200/tcp, 0.0.0.0:9700->9600/tcp odfe-node2
137+
6fe89ebc5a8e amazon/opendistro-for-elasticsearch:1.6.0 0.0.0.0:9200->9200/tcp, 0.0.0.0:9600->9600/tcp, 9300/tcp odfe-node1
138+
2da08b6c54d8 amazon/opendistro-for-elasticsearch:1.6.0 9300/tcp, 0.0.0.0:9250->9200/tcp, 0.0.0.0:9700->9600/tcp odfe-node2
139139
```
140140

141141
Then get that container's IP address:

docs/security-configuration/disable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you disable the Security plugin in `elasticsearch.yml` (or delete the plugin
4141
1. Create a new `Dockerfile`:
4242

4343
```
44-
FROM amazon/opendistro-for-elasticsearch-kibana:1.4.0
44+
FROM amazon/opendistro-for-elasticsearch-kibana:1.6.0
4545
RUN /usr/share/kibana/bin/kibana-plugin remove opendistro_security
4646
COPY --chown=kibana:kibana kibana.yml /usr/share/kibana/config/
4747
```
@@ -62,7 +62,7 @@ If you disable the Security plugin in `elasticsearch.yml` (or delete the plugin
6262
docker build --tag=kibana-no-security .
6363
```
6464

65-
1. In `docker-compose.yml`, change `amazon/opendistro-for-elasticsearch-kibana:1.4.0` to `kibana-no-security`.
65+
1. In `docker-compose.yml`, change `amazon/opendistro-for-elasticsearch-kibana:1.6.0` to `kibana-no-security`.
6666
1. Change `ELASTICSEARCH_URL` (`docker-compose.yml`) or `elasticsearch.url` (your custom `kibana.yml`) to `http://` rather than `https://`.
6767
1. Change `ELASTICSEARCH_HOSTS` or `elasticsearch.hosts` to `http://` rather than `https://`.
6868
1. Enter `docker-compose up`.

docs/upgrade/cluster-restart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The steps on this page are most applicable if you installed Open Distro for Elas
3636
Alternately, `yum` lets you upgrade to a specific version of Open Distro for Elasticsearch:
3737

3838
```bash
39-
sudo yum install opendistro-for-elasticsearch-1.4.0
39+
sudo yum install opendistro-for-elasticsearch-1.6.0
4040
```
4141

4242
Unfortunately, `apt` upgrades dependencies to their latest versions and thus only supports upgrades to the newest version of Open Distro for Elasticsearch.

docs/upgrade/rolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The steps on this page are most applicable if you installed Open Distro for Elas
3636
Alternately, `yum` lets you upgrade to a specific version of Open Distro for Elasticsearch:
3737

3838
```bash
39-
sudo yum install opendistro-for-elasticsearch-1.4.0
39+
sudo yum install opendistro-for-elasticsearch-1.6.0
4040
```
4141

4242
Unfortunately, `apt` upgrades dependencies to their latest versions and thus only supports upgrades to the newest version of Open Distro for Elasticsearch.

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Docker
5454
1. Run the following commands:
5555

5656
```bash
57-
docker pull amazon/opendistro-for-elasticsearch:1.4.0
58-
docker run -p 9200:9200 -p 9600:9600 -e "discovery.type=single-node" amazon/opendistro-for-elasticsearch:1.4.0
57+
docker pull amazon/opendistro-for-elasticsearch:1.6.0
58+
docker run -p 9200:9200 -p 9600:9600 -e "discovery.type=single-node" amazon/opendistro-for-elasticsearch:1.6.0
5959
```
6060

6161
1. In a new terminal session, run:

version-history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permalink: /version-history/
99

1010
Open Distro for Elasticsearch version | Release highlights | Release date | Elasticsearch version
1111
:--- | :--- | :--- | :---
12+
1.6.0 | Bumps Elasticsearch version. | 30 March 2020 | 7.6.1
1213
1.4.0 | Adds the [KNN](../docs/knn/) plugin for Elasticsearch to the Docker image, adds account management to the Security plugin API and Kibana, and bumps Elasticsearch version. | 10 February 2020 | 7.4.2
1314
1.3.0 | Adds [Index State Management](../docs/ism/) plugins for Elasticsearch and Kibana and bumps Elasticsearch version. | 17 December 2019 | 7.3.2
1415
1.2.1 | Bumps Elasticsearch version. | 4 November 2019 | 7.2.1

0 commit comments

Comments
 (0)