-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
291 additions
and
297 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
**Quick start options** | ||
|
||
* [**Elastic Cloud**](/deploy-manage/deploy/elastic-cloud.md): Get a hosted solution up and running in minutes. | ||
* [**Elastic Cloud Hosted**](/deploy-manage/deploy/elastic-cloud/cloud-hosted.md): Our hosted Elastic Stack offering, deployed in the cloud with your provider of choice. # for a [14-day free trial](https://cloud.elastic.co/registration). | ||
* [**Elastic Cloud Serverless**](/deploy-manage/deploy/elastic-cloud/serverless.md): Create serverless projects for autoscaled and fully managed Elastic deployments. # for a [14-day free trial](https://cloud.elastic.co/serverless-registration). | ||
* [**Local development**](/solutions/search/run-elasticsearch-locally.md): Get started quickly with {{es}} and {{kib}} in Docker for local development and testing. | ||
|
||
**Advanced options** | ||
|
||
* [**Self-managed**](/deploy-manage/deploy/self-managed.md): Install, configure, and run Elastic on your own premises. | ||
* [**Elastic Cloud Enterprise**](https://www.elastic.co/guide/en/cloud-enterprise/current/Elastic-Cloud-Enterprise-overview.html): Deploy Elastic Cloud on public or private clouds, virtual machines, or your own premises. | ||
* [**Elastic Cloud on Kubernetes**](/deploy-manage/deploy/cloud-on-k8s.md): Deploy Elastic Cloud on Kubernetes. |
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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
|
||
# Deployment comparison reference | ||
|
||
This reference provides detailed comparisons of features and capabilities across Elastic's deployment options: self-managed deployments, Elastic Cloud Hosted, and Serverless. For a high-level overview of deployment types and guidance on choosing between them, see the [overview](../deploy.md). | ||
|
||
## Security features | ||
|
||
| Feature/capability | Self-managed | Elastic Cloud Hosted | Serverless | | ||
|-------------------|-------------|--------------------------------|-------------------------| | ||
| Custom security configurations | Yes | Limited | No | | ||
| Authentication realms and custom roles | Yes | Yes | No | | ||
| Audit logging | Yes | Yes | No | | ||
|
||
## Management features | ||
|
||
| Feature/capability | Self-managed | Elastic Cloud Hosted | Serverless | | ||
|-------------------|-------------|--------------------------------|-------------------------| | ||
| Full control over configuration | Yes | Limited | No | | ||
| Infrastructure flexibility | Yes | No | No | | ||
| Autoscaling | No | Yes | Yes | | ||
| Data tiers management | No | Yes | No | | ||
| Snapshot management | No | Yes | No | | ||
| High availability and disaster recovery | Yes | Yes | Yes | | ||
| Multi-cloud support | No | Yes | Yes | | ||
| Shard management and replicas | Yes | Yes | No | | ||
|
||
## Monitoring features | ||
|
||
| Feature/capability | Self-managed | Elastic Cloud Hosted | Serverless | | ||
|-------------------|-------------|--------------------------------|-------------------------| | ||
| Watcher | Yes | Yes | No | | ||
|
||
## Data lifecycle features | ||
|
||
| Feature/capability | Self-managed | Elastic Cloud Hosted | Serverless | | ||
|-------------------|-------------|--------------------------------|-------------------------| | ||
| Index lifecycle management (ILM) | Yes | Yes | No (uses data streams) | | ||
| Data tiers management | No | Yes | No | | ||
| Snapshot management | No | Yes | No | | ||
|
||
## Integration features | ||
|
||
| Feature/capability | Self-managed | Elastic Cloud Hosted | Serverless | | ||
|-------------------|-------------|--------------------------------|-------------------------| | ||
| Custom plugins | Yes | No | No | | ||
| Self-managed connectors | Yes | No | Limited | | ||
| Elasticsearch-Hadoop integration | Yes | Yes | No | | ||
| Cross cluster search (CCS) | Yes | Yes | No | | ||
| Cross cluster replication | Yes | Yes | Yes | | ||
|
||
## Development and testing features | ||
|
||
| Feature/capability | Self-managed | Elastic Cloud Hosted | Serverless | | ||
|-------------------|-------------|--------------------------------|-------------------------| | ||
| Advanced testing and development | Yes | No | No | | ||
| Java (JVM) customization | Yes | No | No | | ||
|
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
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,23 +1,10 @@ | ||
--- | ||
mapped_pages: | ||
- https://www.elastic.co/guide/en/elasticsearch/reference/current/elasticsearch-intro-deploy.html | ||
--- | ||
|
||
# Deployment options [elasticsearch-intro-deploy] | ||
|
||
To use {{es}}, you need a running instance of the {{es}} service. You can deploy {{es}} in various ways. | ||
|
||
**Quick start option** | ||
|
||
* [**Local development**](../solutions/search/get-started.md): Get started quickly with a minimal local Docker setup for development and testing. | ||
|
||
**Hosted options** | ||
|
||
* [**Elastic Cloud Hosted**](../deploy-manage/deploy/elastic-cloud/create-an-organization.md): {{es}} is available as part of the hosted Elastic Stack offering, deployed in the cloud with your provider of choice. # for a [14-day free trial](https://cloud.elastic.co/registration). | ||
* [**Elastic Cloud Serverless**](https://docs.elastic.co/serverless/general/sign-up-trial): Create serverless projects for autoscaled and fully managed {{es}} deployments. # for a [14-day free trial](https://cloud.elastic.co/serverless-registration). | ||
Use this page for a quick overview of your options for deploying Elastic. | ||
|
||
**Advanced options** | ||
:::{include} /deploy-manage/_snippets/deployment-options-overview.md | ||
::: | ||
|
||
* [**Self-managed**](../deploy-manage/deploy/self-managed/installing-elasticsearch.md#elasticsearch-deployment-options): Install, configure, and run {{es}} on your own premises. | ||
* [**Elastic Cloud Enterprise**](/deploy-manage/deploy/cloud-enterprise.md): Deploy Elastic Cloud on public or private clouds, virtual machines, or your own premises. | ||
* [**Elastic Cloud on Kubernetes**](../deploy-manage/deploy/cloud-on-k8s.md): Deploy Elastic Cloud on Kubernetes. | ||
:::{tip} | ||
Refer to [](/deploy-manage/index.md) for detailed information and guidance on choosing the right deployment for your needs. | ||
::: |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.