-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ES3] Consolidate tech preview limitations + serverless differences, … (
#194)
- Loading branch information
1 parent
1680745
commit 353b9dd
Showing
4 changed files
with
141 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,10 @@ | ||
[[elasticsearch-technical-preview-limitations]] | ||
= Technical preview limitations | ||
= Limitations | ||
|
||
// :description: Review the limitations that apply to {es-serverless} projects. | ||
// :keywords: serverless, elasticsearch | ||
|
||
The following are currently not available: | ||
|
||
* Custom plugins and custom bundles | ||
* Reindexing from remote clusters | ||
* Cross-cluster search and cross-cluster replication | ||
* Snapshot and restore | ||
* Clone index API | ||
* Migrations from non-serverless {es} deployments. In the interim, you can <<elasticsearch-ingest-data-through-logstash,use Logstash>> to move data to and from serverless projects. | ||
* Audit logging | ||
* {es} for Apache Hadoop | ||
// This page is not included in the index file, so it is not visible in the navigation menu anymore. HTTP redirects will be set up. | ||
|
||
Currently, workloads outside of the following ranges may experience higher latencies (greater than sub-second): | ||
|
||
* Search queries on indices greater than 150GB | ||
* Index queries per second (QPS) greater than 1000 | ||
* Search queries per second (QPS) greater than 1800 | ||
Refer to <<serverless-differences,{es-serverless} differences>> for a comparison of {es-serverless} with other Elastic Cloud offerings. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters