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:
You can also use a `Dockerfile` to pass your own certificates for use with the [Security](../../security-configuration/) plugin, similar to the `-v` argument in [Configure Elasticsearch](#configure-elasticsearch):
If you see a `namespaces "default" is forbidden` error, create a Tiller service account and deploy with a cluster binding role, as shown in the following example. See the [Tiller documentation](https://tiller.readthedocs.io/en/latest/) for more information.
@@ -66,7 +66,7 @@ The output shows you the specifications instantiated from the install.
66
66
To customize the deployment, pass in the values that you want to override with a custom YAML file:
After installing the Security plugin, you can run `sudo sh /usr/share/elasticsearch/plugins/opendistro_security/tools/install_demo_configuration.sh` to quickly get started with demo certificates. Otherwise, you must configure it manually and run [securityadmin.sh](../../security-configuration/security-admin/).
@@ -165,7 +178,7 @@ Security has a corresponding [Kibana plugin](../../kibana/plugins) that you prob
Copy file name to clipboardExpand all lines: docs/install/windows.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
@@ -15,7 +15,7 @@ As an alternative, try [Ubuntu for Windows 10](https://www.microsoft.com/en-us/p
15
15
16
16
## ZIP install
17
17
18
-
1. Download [the ZIP file](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.4.0.zip).
18
+
1. Download [the ZIP file](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/ode-windows-zip/odfe-1.6.0.zip).
19
19
20
20
1. Extract the file to a directory, and open that directory at the command prompt.
21
21
@@ -30,7 +30,7 @@ As an alternative, try [Ubuntu for Windows 10](https://www.microsoft.com/en-us/p
30
30
31
31
1. Install Java 11.
32
32
33
-
1. Download [the EXE file](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.4.0.exe), run it, and click through the steps.
33
+
1. Download [the EXE file](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/Open_Distro_For_Elasticsearch_1.6.0.exe), run it, and click through the steps.
34
34
35
35
1. Open the command prompt and navigate to the Open Distro for Elasticsearch install directory:
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.
0 commit comments