From c05fe71edcb42cd1b2a4bffcee0add7eff6da7dc Mon Sep 17 00:00:00 2001 From: David Roberts Date: Tue, 9 Jan 2024 12:30:14 +0000 Subject: [PATCH] Complete changelog --- docs/changelog/104125.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/changelog/104125.yaml b/docs/changelog/104125.yaml index 6493a78d6b21d..2aba6e376de11 100644 --- a/docs/changelog/104125.yaml +++ b/docs/changelog/104125.yaml @@ -1,12 +1,18 @@ pr: 104125 summary: Disable machine learning on macOS x86_64 -area: Machine Learning +area: Packaging type: breaking issues: [] breaking: title: Disable machine learning on macOS x86_64 area: Machine Learning - details: Please describe the details of this change for the release notes. You can - use asciidoc. - impact: Please describe the impact of this change to users + details: The machine learning plugin is permanently disabled on macOS x86_64. + For the last three years Apple has been selling hardware based on the arm64 + architecture, and support will increasingly focus on this architecture in + the future. Changes to upstream dependencies of Elastic's machine learning + functionality have made it unviable for Elastic to continue to build machine + learning on macOS x86_64. + impact: To continue to use machine learning functionality on macOS please switch to + an arm64 machine (Apple silicon). Alternatively, it will still be possible to run + Elasticsearch with machine learning enabled in a Docker container on macOS x86_64. notable: false