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

Commit 6a246eb

Browse files
authored
Merge pull request #419 from sreekarjami/master
Modify the Kibana windows download links in the install doc
2 parents 59addc7 + 6562641 commit 6a246eb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/install/helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ opendistro-es-master-0 1/1 Running 0 3m30s
8585
To access the Elasticsearch shell:
8686

8787
```bash
88-
$ kubectl exec -it opendistro-es-master-1 -- /bin/bash
88+
$ kubectl exec -it opendistro-es-master-0 -- /bin/bash
8989
```
9090

9191
You can send requests to the pod to verify that Elasticsearch is up and running:

docs/install/windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ Installing Open Distro for Elasticsearch as a Windows service lets it run in the
8383
After you start Open Distro for Elasticsearch, open a new command prompt window. Then send requests to the server to verify that it is up and running:
8484

8585
```
86-
curl -XGET https://localhost:9200 -u 'admin:admin' --insecure
87-
curl -XGET https://localhost:9200/_cat/plugins?v -u 'admin:admin' --insecure
86+
curl -XGET https://localhost:9200 -u admin:admin --insecure
87+
curl -XGET https://localhost:9200/_cat/plugins?v -u admin:admin --insecure
8888
```
8989

9090
You must have [curl](https://curl.haxx.se/windows/) installed for these commands to work. Alternatives include [Invoke-RestMethod](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/invoke-restmethod?view=powershell-6) (only PowerShell 6 and later support the `-SkipCertificateCheck` flag) and [Postman](https://www.getpostman.com/downloads/).

docs/kibana/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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-{{site.odfe_version}}-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/opendistroforelasticsearch-kibana-{{site.odfe_version}}-windows-x64.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_{{site.odfe_version}}.exe), run it, and click through the steps.
116+
1. Download [the EXE file](https://d3g5vo6xdbdb9a.cloudfront.net/downloads/odfe-windows/odfe-executables/opendistroforelasticsearch-kibana-{{site.odfe_version}}-windows-x64.exe), run it, and click through the steps.
117117

118118
1. Open the command prompt.
119119

0 commit comments

Comments
 (0)