Skip to content

Commit

Permalink
[DOCS] Replace 'Elasticsearch' used as path or variable name (#391)
Browse files Browse the repository at this point in the history
* Rename Elastic or Elasticsearch as a path or variable name

Signed-off-by: Tianli Feng <ftianli@amazon.com>
  • Loading branch information
Tianli Feng authored Mar 18, 2021
1 parent f026289 commit 009e5e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/reference/setup/install/zip-windows.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ The OpenSearch service can be configured prior to installation by setting the fo

`SERVICE_DISPLAY_NAME`::

The name of the service. Defaults to `Elasticsearch <version> %SERVICE_ID%`.
The name of the service. Defaults to `OpenSearch <version> %SERVICE_ID%`.

`SERVICE_DESCRIPTION`::

The description of the service. Defaults to `Elasticsearch <version> Windows Service - https://elastic.co`.
The description of the service. Defaults to `OpenSearch <version> Windows Service - https://elastic.co`.

`JAVA_HOME`::

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/setup/stopping.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ POSIX system. You can obtain the PID to send the signal to via various tools (e.

[source,sh]
--------------------------------------------------
$ jps | grep Elasticsearch
14542 Elasticsearch
$ jps | grep OpenSearch
14542 OpenSearch
--------------------------------------------------

From the OpenSearch startup logs:
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/tab-widgets/multi-data-path.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Windows installations support multiple DOS paths in `path.data`:
----
path:
data:
- "C:\\Elastic\\Elasticsearch_1"
- "E:\\Elastic\\Elasticsearch_1"
- "F:\\Elastic\\Elasticsearch_3"
- "C:\\OpenSearch\\OpenSearch_1"
- "E:\\OpenSearch\\OpenSearch_1"
- "F:\\OpenSearch\\OpenSearch_3"
----
// end::win[]

0 comments on commit 009e5e6

Please sign in to comment.