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/elasticsearch/snapshot-restore.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
@@ -101,7 +101,7 @@ readonly | Whether the repository is read-only. Useful when migrating from one c
101
101
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:
Copy file name to clipboardExpand all lines: docs/kibana/index.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
@@ -15,7 +15,7 @@ Kibana is the default visualization tool for data in Elasticsearch. It also serv
15
15
16
16
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.
17
17
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`.
19
19
20
20
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).
21
21
@@ -59,19 +59,19 @@ You can also modify the values in `/etc/kibana/kibana.yml`.
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
75
75
```
76
76
77
77
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`.
83
83
1. Extract the TAR file to a directory and change to that directory:
84
84
85
85
```bash
86
-
tar -zxf opendistroforelasticsearch-kibana-1.4.0.tar.gz
86
+
tar -zxf opendistroforelasticsearch-kibana-1.6.0.tar.gz
87
87
cd opendistroforelasticsearch-kibana
88
88
```
89
89
@@ -100,7 +100,7 @@ You can also modify the values in `/etc/kibana/kibana.yml`.
100
100
101
101
1. Download the ZIP.
102
102
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.
104
104
105
105
1. If desired, modify `config/kibana.yml`.
106
106
@@ -113,7 +113,7 @@ You can also modify the values in `/etc/kibana/kibana.yml`.
113
113
114
114
## Run Kibana on Windows (EXE)
115
115
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.
Unfortunately, `apt` upgrades dependencies to their latest versions and thus only supports upgrades to the newest version of Open Distro for Elasticsearch.
Unfortunately, `apt` upgrades dependencies to their latest versions and thus only supports upgrades to the newest version of Open Distro for Elasticsearch.
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
13
14
1.3.0 | Adds [Index State Management](../docs/ism/) plugins for Elasticsearch and Kibana and bumps Elasticsearch version. | 17 December 2019 | 7.3.2
0 commit comments