remove enterprise search from default distribution (#16818)

Elastic App Search and Elastic Workplace Search are deprecated and removed from v9
- remove enterprise_search integration plugin from default plugins
- add breaking change doc

Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
This commit is contained in:
kaisecheng 2025-01-09 12:15:41 +00:00 committed by GitHub
parent 274c212d9d
commit dae7fd93db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 2 deletions

View file

@ -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].

View file

@ -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,