Skip to content

Commit 6cc513e

Browse files
authored
Update elastic-connectors docker namespace to integrations (#113839) (#116704)
1 parent 9cb5795 commit 6cc513e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/reference/connector/docs/_connectors-docker-instructions.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,18 @@ docker run \
5959
--network "elastic" \
6060
--tty \
6161
--rm \
62-
docker.elastic.co/enterprise-search/elastic-connectors:{version}.0 \
62+
docker.elastic.co/integrations/elastic-connectors:{version}.0 \
6363
/app/bin/elastic-ingest \
6464
-c /config/config.yml
6565
----
6666
====
6767
6868
Refer to {connectors-python}/docs/DOCKER.md[`DOCKER.md`^] in the `elastic/connectors` repo for more details.
6969
70-
Find all available Docker images in the https://www.docker.elastic.co/r/enterprise-search/elastic-connectors[official registry].
70+
Find all available Docker images in the https://www.docker.elastic.co/r/integrations/elastic-connectors[official registry].
7171
7272
[TIP]
7373
====
7474
We also have a quickstart self-managed option using Docker Compose, so you can spin up all required services at once: Elasticsearch, Kibana, and the connectors service.
7575
Refer to this https://github.com/elastic/connectors/tree/main/scripts/stack#readme[README] in the `elastic/connectors` repo for more information.
76-
====
76+
====

docs/reference/connector/docs/connectors-API-tutorial.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ docker run \
300300
--rm \
301301
--tty -i \
302302
--network host \
303-
docker.elastic.co/enterprise-search/elastic-connectors:{version}.0 \
303+
docker.elastic.co/integrations/elastic-connectors:{version}.0 \
304304
/app/bin/elastic-ingest \
305305
-c /config/config.yml
306306
----

docs/reference/connector/docs/connectors-content-extraction.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ $ docker run \
282282
--network "elastic" \
283283
--tty \
284284
--rm \
285-
docker.elastic.co/enterprise-search/elastic-connectors:$CONNECTOR_CLIENT_VERSION \
285+
docker.elastic.co/integrations/elastic-connectors:$CONNECTOR_CLIENT_VERSION \
286286
/app/bin/elastic-ingest \
287287
-c /config/config.yml
288288
----

docs/reference/connector/docs/connectors-run-from-docker.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@ docker run \
6262
--rm \
6363
--tty -i \
6464
--network host \
65-
docker.elastic.co/enterprise-search/elastic-connectors:{version}.0 \
65+
docker.elastic.co/integrations/elastic-connectors:{version}.0 \
6666
/app/bin/elastic-ingest \
6767
-c /config/config.yml
6868
----
6969

7070
[TIP]
7171
====
7272
For unreleased versions, append the `-SNAPSHOT` suffix to the version number.
73-
For example, `docker.elastic.co/enterprise-search/elastic-connectors:8.14.0.0-SNAPSHOT`.
73+
For example, `docker.elastic.co/integrations/elastic-connectors:8.14.0.0-SNAPSHOT`.
7474
====
7575

76-
Find all available Docker images in the https://www.docker.elastic.co/r/enterprise-search/elastic-connectors[official registry].
76+
Find all available Docker images in the https://www.docker.elastic.co/r/integrations/elastic-connectors[official registry].
7777

7878
[discrete#es-build-connector-finalizes-kibana]
7979
==== Enter data source details in Kibana

0 commit comments

Comments
 (0)