diff --git a/docs/reference/setup/install/zip-windows.asciidoc b/docs/reference/setup/install/zip-windows.asciidoc index 260f2b394900e..7bbe6defb0612 100644 --- a/docs/reference/setup/install/zip-windows.asciidoc +++ b/docs/reference/setup/install/zip-windows.asciidoc @@ -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 %SERVICE_ID%`. + The name of the service. Defaults to `OpenSearch %SERVICE_ID%`. `SERVICE_DESCRIPTION`:: - The description of the service. Defaults to `Elasticsearch Windows Service - https://elastic.co`. + The description of the service. Defaults to `OpenSearch Windows Service - https://elastic.co`. `JAVA_HOME`:: diff --git a/docs/reference/setup/stopping.asciidoc b/docs/reference/setup/stopping.asciidoc index 6138c3fa007ff..c6ac5d7889cf9 100644 --- a/docs/reference/setup/stopping.asciidoc +++ b/docs/reference/setup/stopping.asciidoc @@ -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: diff --git a/docs/reference/tab-widgets/multi-data-path.asciidoc b/docs/reference/tab-widgets/multi-data-path.asciidoc index 6313475b93d71..3f03d37b41757 100644 --- a/docs/reference/tab-widgets/multi-data-path.asciidoc +++ b/docs/reference/tab-widgets/multi-data-path.asciidoc @@ -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[]