Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove enterprise search from default distribution #16818

Merged
merged 7 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Comment on lines +228 to +229
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karenzone Maybe we should use "removed" instead of "deprecated" to indicate the plugins will not come with Logstash 9


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
Loading