Skip to content

Commit

Permalink
remove enterprise search from default distribution (#16818)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kaisecheng and karenzone authored Jan 9, 2025
1 parent 274c212 commit dae7fd9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/static/breaking-changes-90.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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].
4 changes: 2 additions & 2 deletions rakelib/plugins-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dae7fd9

Please sign in to comment.