File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 79
79
id="elasticsearchHost"
80
80
class="form-el-input"
81
81
tooltip-placement="right"
82
- tooltip="Elasticsearch server hostname ."
82
+ tooltip="The host name or IP address of the Elasticsearch server."
83
83
tooltip-trigger="focus"
84
84
tooltip-append-to-body="true"
85
85
type="text"
106
106
id="elasticsearchPort"
107
107
class="form-el-input"
108
108
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."
110
110
tooltip-trigger="focus"
111
111
tooltip-append-to-body="true"
112
112
type="text"
194
194
id="elasticsearchIndexPrefix"
195
195
class="form-el-input"
196
196
tooltip-placement="right"
197
- tooltip="Elasticsearch index prefix ."
197
+ tooltip="A prefix that identifies the Elasticsearch index."
198
198
tooltip-trigger="focus"
199
199
tooltip-append-to-body="true"
200
200
type="text"
214
214
id="elasticsearchTimeout"
215
215
class="form-el-input"
216
216
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 ."
218
218
tooltip-trigger="focus"
219
219
tooltip-append-to-body="true"
220
220
type="text"
You can’t perform that action at this time.
0 commit comments