Skip to content

Commit 03b71b4

Browse files
committed
Remove 'DOCKER_HOST_URL' changes
1 parent 600fd8f commit 03b71b4

30 files changed

+30
-30
lines changed

docs/reference/search-connectors/es-connectors-azure-blob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ If you’re running the connector service against a Dockerized version of Elasti
163163

164164
```yaml
165165
# When connecting to your cloud deployment you should edit the host value
166-
elasticsearch.host: <DOCKER_HOST_URL>
166+
elasticsearch.host: http://host.docker.internal:9200
167167
elasticsearch.api_key: <ELASTICSEARCH_API_KEY>
168168

169169
connectors:

docs/reference/search-connectors/es-connectors-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ If you’re running the connector service against a Dockerized version of Elasti
211211

212212
```yaml
213213
# When connecting to your cloud deployment you should edit the host value
214-
elasticsearch.host: <DOCKER_HOST_URL>
214+
elasticsearch.host: http://host.docker.internal:9200
215215
elasticsearch.api_key: <ELASTICSEARCH_API_KEY>
216216

217217
connectors:

docs/reference/search-connectors/es-connectors-confluence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ If you’re running the connector service against a Dockerized version of Elasti
221221

222222
```yaml
223223
# When connecting to your cloud deployment you should edit the host value
224-
elasticsearch.host: <DOCKER_HOST_URL>
224+
elasticsearch.host: http://host.docker.internal:9200
225225
elasticsearch.api_key: <ELASTICSEARCH_API_KEY>
226226

227227
connectors:

docs/reference/search-connectors/es-connectors-dropbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ If you’re running the connector service against a Dockerized version of Elasti
231231

232232
```yaml
233233
# When connecting to your cloud deployment you should edit the host value
234-
elasticsearch.host: <DOCKER_HOST_URL>
234+
elasticsearch.host: http://host.docker.internal:9200
235235
elasticsearch.api_key: <ELASTICSEARCH_API_KEY>
236236

237237
connectors:

docs/reference/search-connectors/es-connectors-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ If you’re running the connector service against a Dockerized version of Elasti
256256

257257
```yaml
258258
# When connecting to your cloud deployment you should edit the host value
259-
elasticsearch.host: <DOCKER_HOST_URL>
259+
elasticsearch.host: http://host.docker.internal:9200
260260
elasticsearch.api_key: <ELASTICSEARCH_API_KEY>
261261

262262
connectors:

docs/reference/search-connectors/es-connectors-gmail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ If you’re running the connector service against a Dockerized version of Elasti
191191

192192
```yaml
193193
# When connecting to your cloud deployment you should edit the host value
194-
elasticsearch.host: <DOCKER_HOST_URL>
194+
elasticsearch.host: http://host.docker.internal:9200
195195
elasticsearch.api_key: <ELASTICSEARCH_API_KEY>
196196

197197
connectors:

docs/reference/search-connectors/es-connectors-google-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you’re running the connector service against a Dockerized version of Elasti
7777

7878
```yaml
7979
# When connecting to your cloud deployment you should edit the host value
80-
elasticsearch.host: <DOCKER_HOST_URL>
80+
elasticsearch.host: http://host.docker.internal:9200
8181
elasticsearch.api_key: <ELASTICSEARCH_API_KEY>
8282

8383
connectors:

docs/reference/search-connectors/es-connectors-google-drive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ If you’re running the connector service against a Dockerized version of Elasti
144144

145145
```yaml
146146
# When connecting to your cloud deployment you should edit the host value
147-
elasticsearch.host: <DOCKER_HOST_URL>
147+
elasticsearch.host: http://host.docker.internal:9200
148148
elasticsearch.api_key: <ELASTICSEARCH_API_KEY>
149149

150150
connectors:

docs/reference/search-connectors/es-connectors-graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you’re running the connector service against a Dockerized version of Elasti
6262

6363
```yaml
6464
# When connecting to your cloud deployment you should edit the host value
65-
elasticsearch.host: <DOCKER_HOST_URL>
65+
elasticsearch.host: http://host.docker.internal:9200
6666
elasticsearch.api_key: <ELASTICSEARCH_API_KEY>
6767

6868
connectors:

docs/reference/search-connectors/es-connectors-jira.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ If you’re running the connector service against a Dockerized version of Elasti
221221

222222
```yaml
223223
# When connecting to your cloud deployment you should edit the host value
224-
elasticsearch.host: <DOCKER_HOST_URL>
224+
elasticsearch.host: http://host.docker.internal:9200
225225
elasticsearch.api_key: <ELASTICSEARCH_API_KEY>
226226

227227
connectors:

0 commit comments

Comments
 (0)