8.11.0 release notes
edit8.11.0 release notes
editUpgrading to Enterprise Search 8.11.0? See Upgrading and migrating.
Read this blog post for more information about upgrading your internal knowledge search (AKA workplace search), to make it an amazing experience for your users!
Breaking changes
edit-
In 8.9.0, we introduced two new configuration settings for connectors (
max_concurrent_content_syncs
andmax_concurrent_access_control_syncs
) to allow users to scale content and access control syncs independently from each other. While these settings supersede the existing generalmax_concurrent_syncs
setting, we continued to usemax_concurrent_syncs
as a deprecated fallback. Starting in 8.11.0, the deprecated and obsoletemax_concurrent_syncs
setting is no longer recognized. Therefore, users of connector clients must update their Connector Service configuration to replace themax_concurrent_syncs
setting withmax_concurrent_content_syncs
andmax_concurrent_access_control_syncs
.
New features
editSince 8.10.0, new self-managed connector clients do not require the Enterprise Search service. If you’re upgrading from 8.9.x or earlier to 8.10.0+, refer to these migration instructions.
-
We have added a number of new self-managed connector clients to our connector offering:
- Box (technical preview)
- Outlook (technical preview)
- Teams (technical preview)
- Zoom (technical preview)
-
We have also expanded our native connector catalog available on Elastic Cloud:
- GitHub (GA)
- Google Drive (beta)
- OneDrive (beta)
-
The following connectors are now generally available (GA):
- Dropbox
- GitHub
- ServiceNow
-
We added document-level security (DLS) support for the following connectors:
- Network drive
- OneDrive
-
We added advanced sync rules for the following connectors:
- Microsoft SQL
- OneDrive
- PostgreSQL
-
The local Extraction Service is now available for more self-managed connector clients with file support:
- Azure Blob Storage
- Confluence
- Dropbox
- GitHub
- Google Cloud Storage
- Google Drive
- Jira
- OneDrive
- Outlook
- S3
- Salesforce
- ServiceNow
- SharePoint Online
- SharePoint Server
- Zoom
-
The Elastic Learned Sparse EncodeR is now generally available (GA) using the out-of-the-box ingest pipeline for our web crawler and connectors. Use this model for semantic search without training or fine-tuning.
-
ELSER v2 is released in 8.11.0 and has two versions:
- Portable Version. Runs on any hardware.
- Optimized Version. Optimized for x86 family of architectures.
- Use this interactive Python notebook in our Search Labs repository to upgrade an existing index to use ELSER v2.
- Learn how to deploy ELSER using the search indices UI in Kibana.
-
Bug fixes
edit- Fixed a bug introduced in 8.10.0 where native connectors were missing configuration fields required for document-level security (DLS).
Known issues
edit- Enabling DLS for the OneDrive connector will cause a significant performance degradation, because the API calls to the data source required for this functionality are rate limited. This impacts the speed at which your content can be retrieved.