-
Notifications
You must be signed in to change notification settings - Fork 156
Flesh out 'Deploy', sidequest to update 'Get Started' #540
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
Merged
Merged
Changes from 18 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
3e5b64a
Flesh out 'Deploy', sidequest to update 'Get Started'
leemthompo a6eec73
Merge main
leemthompo 7f89e6b
Fix link
leemthompo d7bba36
Update link
leemthompo e1fd25b
Delete duplicate
leemthompo f765b75
Merge branch 'main' into leemthompo/deploy
leemthompo cdc6ede
fix link
leemthompo d38bb3a
Fix toc
leemthompo 61557d2
tweak
leemthompo a1bda01
tweak
leemthompo dcae26b
Apply suggestions from code review
leemthompo 2e44545
Use variables
leemthompo 739f186
Little fixes
leemthompo 8248f2d
wrong variable
leemthompo bbce78c
Mention orchestration, cleanup, add comparison table subpage
leemthompo daf7974
say hosted
leemthompo ce99f80
Merge branch 'main' into leemthompo/deploy
leemthompo 9674639
Merge branch 'main' into leemthompo/deploy
leemthompo 712d5f4
Apply suggestions from code review
leemthompo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,14 @@ | ||
**Quick start option** | ||
|
||
* [**Local development**](/solutions/search/run-elasticsearch-locally.md): Get started quickly with {{es}} and {{kib}} in Docker for local development and testing. | ||
|
||
**Hosted options** | ||
|
||
* [**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. Sign up 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. Sign up for a [14-day free trial](https://cloud.elastic.co/serverless-registration). | ||
|
||
**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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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. Sign up 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. Sign up 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.