Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/docs/es-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading