diff --git a/docs/static/breaking-changes-90.asciidoc b/docs/static/breaking-changes-90.asciidoc index 79ac6c15c..e6509856f 100644 --- a/docs/static/breaking-changes-90.asciidoc +++ b/docs/static/breaking-changes-90.asciidoc @@ -223,3 +223,14 @@ removed and their replacements. |======================================================================= ==== + +[discrete] +[[enterprise_search-deprecated-9.0]] +===== App Search and Workplace Search plugins are deprecated + +Enterprise Search is deprecated and no longer supported from {stack} 9.0. +We've also deprecated the {ls} App Search and Workplace Search plugins. +These plugins will receive only security updates and critical fixes moving forward. + +We recommend using our native {es} tools for your Search use cases. +For more details, please visit https://www.elastic.co/guide/en/search-ui/current/tutorials-elasticsearch.html[Search UI with Elasticsearch]. diff --git a/rakelib/plugins-metadata.json b/rakelib/plugins-metadata.json index ec87adf8b..4684f3996 100644 --- a/rakelib/plugins-metadata.json +++ b/rakelib/plugins-metadata.json @@ -410,8 +410,8 @@ "skip-list": false }, "logstash-integration-elastic_enterprise_search": { - "default-plugins": true, - "skip-list": false + "default-plugins": false, + "skip-list": true }, "logstash-input-elastic_serverless_forwarder": { "default-plugins": true,