diff --git a/docs/reference/search-connectors/api-tutorial.md b/docs/reference/search-connectors/api-tutorial.md index 61043424639d5..5709c9960208f 100644 --- a/docs/reference/search-connectors/api-tutorial.md +++ b/docs/reference/search-connectors/api-tutorial.md @@ -44,7 +44,7 @@ docker run -p 9200:9200 -d --name elasticsearch \ -e "xpack.security.enabled=false" \ -e "xpack.security.http.ssl.enabled=false" \ -e "xpack.license.self_generated.type=trial" \ - docker.elastic.co/elasticsearch/elasticsearch:9.1.4 + docker.elastic.co/elasticsearch/elasticsearch:9.1.5 ``` ::::{warning} diff --git a/x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md b/x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md index d1427d43da008..02a69167cfc46 100644 --- a/x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md +++ b/x-pack/qa/repository-old-versions-compatibility/src/javaRestTest/resources/README.md @@ -35,10 +35,10 @@ docker run -d --name es \ -v ${SHARED_FOLDER}/data:/usr/share/elasticsearch/data \ -v ${SHARED_FOLDER}/snapshots:/usr/share/elasticsearch/snapshots \ --env "discovery.type=single-node" \ -docker.elastic.co/elasticsearch/elasticsearch:9.1.4 +docker.elastic.co/elasticsearch/elasticsearch:9.1.5 // Version 6 -docker.elastic.co/elasticsearch/elasticsearch:9.1.4 +docker.elastic.co/elasticsearch/elasticsearch:9.1.5 ``` ### Create Index Version 5