From 55303552c21229949850aa8e102dad05bd482f11 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 10:39:09 +0000 Subject: [PATCH] chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v9 --- scripts/docs/es-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/es-template.md b/scripts/docs/es-template.md index 266250f12..36c6c87ad 100644 --- a/scripts/docs/es-template.md +++ b/scripts/docs/es-template.md @@ -514,7 +514,7 @@ illegal_argument_exception: mapper [field] cannot be changed from type [keyword] ### Debugging Tips - **Compare versions**: `diff -u old/template.json new/template.json` -- **Test installation**: Use a local Elasticsearch instance with `docker run -p 9200:9200 docker.elastic.co/elasticsearch/elasticsearch:8.11.0` +- **Test installation**: Use a local Elasticsearch instance with `docker run -p 9200:9200 docker.elastic.co/elasticsearch/elasticsearch:9.4.0` ## References