Hello Elasticsearch Community,
We're experiencing issues syncing Elasticsearch packages from the official repository and have discovered that the repository URL structure has changed
Problem:
Our mirrors server is configured to sync from these URLs:
// ``https://artifacts.elastic.co/packages/7.x/yum
// ``https://artifacts.elastic.co/packages/8.x/yum
// ``https://artifacts.elastic.co/packages/9.x/yum
However, all syncs are now failing with timeout and 404 errors.
Investigation Findings:
-
Old URLs return 404: When testing the
/packages/x.x/yum/paths, we receive HTTP 404 Not Found errors -
Domain redirects:
artifacts.elastic.conow redirects tohttps://www.elastic.co/downloads/ -
Repository structure changed: The old path structure
/packages/7.x/yum/,/packages/8.x/yum/,/packages/9.x/yum/no longer exists
New URL discovered: Testing revealed that packages are now available at:
// Download and provision Elastic Products | Elastic
Impact:
Any systems or mirrors using the old repository URLs will:
-
Fail to download packages
-
Be unable to install or update Elasticsearch
-
Break package management workflows
Questions:
-
Can Elastic provide official documentation on the repository URL migration?
-
When did this change take effect?
-
Are there any official migration guides for users with custom mirrors?
-
Should the new baseurl be:
https://elastic.co/downloads/?