Skip to content

Commit 10731f5

Browse files
committed
MC-19282: Add Elasticsearch configuration parameters to web setup
1 parent fa563d4 commit 10731f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup/view/magento/setup/configure-catalog-search.phtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
id="elasticsearchHost"
8080
class="form-el-input"
8181
tooltip-placement="right"
82-
tooltip="Elasticsearch server hostname."
82+
tooltip="The host name or IP address of the Elasticsearch server."
8383
tooltip-trigger="focus"
8484
tooltip-append-to-body="true"
8585
type="text"
@@ -106,7 +106,7 @@
106106
id="elasticsearchPort"
107107
class="form-el-input"
108108
tooltip-placement="right"
109-
tooltip="Elasticsearch server port. Default elasticsearch port is 9200."
109+
tooltip="The port for incoming HTTP requests. The default is 9200."
110110
tooltip-trigger="focus"
111111
tooltip-append-to-body="true"
112112
type="text"
@@ -194,7 +194,7 @@
194194
id="elasticsearchIndexPrefix"
195195
class="form-el-input"
196196
tooltip-placement="right"
197-
tooltip="Elasticsearch index prefix."
197+
tooltip="A prefix that identifies the Elasticsearch index."
198198
tooltip-trigger="focus"
199199
tooltip-append-to-body="true"
200200
type="text"
@@ -214,7 +214,7 @@
214214
id="elasticsearchTimeout"
215215
class="form-el-input"
216216
tooltip-placement="right"
217-
tooltip="Elasticsearch server timeout. The time to wait (in seconds) for an elasticsearch request to complete before timeout."
217+
tooltip="The number of seconds to wait for an Elasticsearch request to complete before it times out."
218218
tooltip-trigger="focus"
219219
tooltip-append-to-body="true"
220220
type="text"

0 commit comments

Comments
 (0)