-
Notifications
You must be signed in to change notification settings - Fork 159
Deploy and manage overview #641
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 8 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
109bb2e
tidy
shainaraskas 46f792e
rm removed page from toc
shainaraskas e9c28a0
Merge branch 'main' into deploy-manage-overview
shainaraskas e9d4a81
looks ok
shainaraskas 545873c
fix anchors
shainaraskas 5152cbd
another bad link
shainaraskas ec8cedf
oops
shainaraskas 7b1ff88
Merge branch 'main' into deploy-manage-overview
shainaraskas 0392fad
Update deploy-manage/index.md
shainaraskas f03653b
Update deploy-manage/deploy.md
shainaraskas b8ce844
Merge branch 'main' into deploy-manage-overview
shainaraskas 8fc8adb
one fix
shainaraskas 2ce8ee6
Merge branch 'main' into deploy-manage-overview
shainaraskas 3495cd8
Merge branch 'main' into deploy-manage-overview
shainaraskas 2891e7f
Merge branch 'main' into deploy-manage-overview
shainaraskas 97919fa
Merge branch 'main' into deploy-manage-overview
shainaraskas 67a01f8
Merge branch 'main' into deploy-manage-overview
shainaraskas 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
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
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,63 +1,69 @@ | ||
--- | ||
mapped_urls: | ||
- https://www.elastic.co/guide/en/kibana/current/introduction.html | ||
- https://www.elastic.co/guide/en/kibana/current/setup.html | ||
- https://www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/current/get-elastic.html | ||
- https://www.elastic.co/guide/en/elasticsearch/reference/current/scalability.html | ||
- https://www.elastic.co/guide/en/cloud/current/ec-faq-technical.html | ||
- https://www.elastic.co/guide/en/elastic-stack/current/overview.html | ||
- https://www.elastic.co/guide/en/elastic-stack/current/index.html | ||
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-administering-deployments.html | ||
- https://www.elastic.co/guide/en/kibana/current/management.html | ||
--- | ||
|
||
# Deploy and manage | ||
|
||
% What needs to be done: Write from scratch | ||
To get started with Elastic, you need to choose a deployment method and deploy {{stack}} components. | ||
|
||
% GitHub issue: https://github.com/elastic/docs-projects/issues/332 | ||
In this section, you'll learn about how to deploy and manage all aspects of your Elastic environment. You'll learn how to design resilient, highly available clusters and deployments, and how to maintain and scale your environment to grow with your use case. | ||
|
||
% Scope notes: Explain that a basic deployment always has ES, usually has Kibana, might have xyz. | ||
This section focuses on deploying and managing the core components of the {{stack}}: {{es}} and {{kib}}. It also documents deploying and managing supporting orchestration technologies. However, depending on your use case, you might need to deploy other components. [Learn more](/get-started/the-stack.md). | ||
|
||
% Use migrated content from existing pages that map to this page: | ||
:::{tip} | ||
To get started quickly, you can set up a [local development and testing environment](/solutions/search/run-elasticsearch-locally.md), or sign up for a [Serverless](https://cloud.elastic.co/serverless-registration) or [Hosted](https://cloud.elastic.co/registration) trial in {{ecloud}}. | ||
::: | ||
|
||
% - [ ] ./raw-migrated-files/kibana/kibana/introduction.md | ||
% - [ ] ./raw-migrated-files/kibana/kibana/setup.md | ||
% - [ ] ./raw-migrated-files/tech-content/starting-with-the-elasticsearch-platform-and-its-solutions/get-elastic.md | ||
% - [ ] ./raw-migrated-files/elasticsearch/elasticsearch-reference/scalability.md | ||
% - [ ] ./raw-migrated-files/cloud/cloud/ec-faq-technical.md | ||
% - [ ] ./raw-migrated-files/stack-docs/elastic-stack/overview.md | ||
% Notes: redirect only | ||
% - [ ] ./raw-migrated-files/cloud/cloud-enterprise/ece-administering-deployments.md | ||
% Notes: redirect only | ||
% - [ ] ./raw-migrated-files/kibana/kibana/management.md | ||
% Notes: redirect only | ||
## Design and deploy | ||
|
||
$$$adding_index_privileges$$$ | ||
Learn how to design and deploy a production-ready Elastic environment. | ||
|
||
$$$faq-hw-architecture$$$ | ||
* [](/deploy-manage/deploy.md): Understand your deployment options and choose the approach that best fits your needs. | ||
|
||
If you already know how you want to deploy, you can jump to the documentation for your preferred deployment method: | ||
* [{{serverless-full}}](/deploy-manage/deploy/elastic-cloud/serverless.md) | ||
* [{{ech}}](/deploy-manage/deploy/elastic-cloud/cloud-hosted.md) | ||
* [{{ece}}](/deploy-manage/deploy/cloud-enterprise.md) | ||
* [{{eck}}](/deploy-manage/deploy/cloud-on-k8s.md) | ||
* [Self-managed](/deploy-manage/deploy/self-managed.md) | ||
|
||
$$$faq-master-nodes$$$ | ||
* [](/deploy-manage/distributed-architecture.md): Learn about the architecture of {{es}} and {{kib}}, and how Elastic stores and retrieves data and executes tasks in clusters with multiple nodes. | ||
* [](/deploy-manage/production-guidance.md): Review tips and guidance that you can use to design a production environment that matches your workloads, policies, and deployment needs. | ||
* [](/deploy-manage/reference-architectures.md): Explore blueprints for deploying clusters tailored to different use cases. | ||
* [](/deploy-manage/tools.md): Learn about the tools available to safeguard data, ensure continuous availability, and maintain resilience in your {{es}} environment. | ||
* [](/deploy-manage/autoscaling.md): Learn how to configure your [orchestrated](/deploy-manage/deploy.md#about-orchestration) deployment to scale based on policies and cluster signals. Applies to {{ech}}, {{ece}}, and {{eck}} deployments. | ||
|
||
$$$faq-ssl$$$ | ||
:::{admonition} Serverless does it for you | ||
If you deploy an {{serverless-full}} project, then you don't need to learn about Elastic architecture, production design, resilience, or scaling concepts. Serverless automatically scales and backs up your cluster for you, and is ready for production out of the box. | ||
::: | ||
|
||
$$$faq-autoscale$$$ | ||
## Secure and control access | ||
|
||
$$$faq-ip-sniffing$$$ | ||
Learn how to secure your Elastic environment to restrict access to only authorized parties, and allow communication between your environment and external parties. | ||
|
||
$$$faq-encryption-at-rest$$$ | ||
* [](/deploy-manage/security.md): Learn about security features that prevent bad actors from tampering with your data, and encrypt communications to, from, and within your cluster. | ||
* [](/deploy-manage/users-roles.md): Manage user authentication and authorization at the level of your Cloud organization, your orchestrator, or your deployment or cluster. | ||
* [](/deploy-manage/manage-spaces.md): Learn how to organize content in your {{kib}} instance, and restrict access to this content to specific users. | ||
shainaraskas marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
* [](/deploy-manage/api-keys.md): Authenticate and authorize programmatic access to your deployments and {{es}} resources. | ||
* [](/deploy-manage/manage-connectors.md): Manage connection information between Elastic and third-party systems. | ||
* [](/deploy-manage/remote-clusters.md): Enable communication between {{es}} clusters to support [cross-cluster replication](/deploy-manage/tools/cross-cluster-replication.md) and [cross-cluster search](/solutions/search/cross-cluster-search.md). | ||
|
||
$$$faq-static-ip-elastic-cloud$$$ | ||
## Administer and maintain | ||
|
||
**This page is a work in progress.** The documentation team is working to combine content pulled from the following pages: | ||
Monitor the performance of your Elastic environment, administer your organization and license, and maintain the health of your environment. | ||
|
||
% Doesn't exist | ||
% * [/raw-migrated-files/kibana/kibana/introduction.md](/raw-migrated-files/kibana/kibana/introduction.md) | ||
* [](/deploy-manage/monitor.md): View health and performance data for Elastic components, and receive recommendations and insights. | ||
* [](/deploy-manage/cloud-organization.md): Administer your {{ecloud}} organization, including billing, organizational contacts, and service monitoring. | ||
* [](/deploy-manage/license.md): Learn how to manage your Elastic license or subscription. | ||
* [](/deploy-manage/maintenance.md): Learn how to isolate or deactivate parts of your Elastic environment to perform maintenance, or restart parts of Elastic. | ||
* [](/deploy-manage/uninstall.md): Uninstall one or more Elastic components. | ||
|
||
## Upgrade | ||
|
||
You can [upgrade your Elastic environment](/deploy-manage/upgrade.md) to gain access to the latest features. Learn how to upgrade your cluster or deployment to the latest {{stack}} version, or upgrade your {{ece}} orchestrator or {{eck}} operator to the latest version. | ||
|
||
* [/raw-migrated-files/kibana/kibana/setup.md](/raw-migrated-files/kibana/kibana/setup.md) | ||
* [/raw-migrated-files/tech-content/starting-with-the-elasticsearch-platform-and-its-solutions/get-elastic.md](/raw-migrated-files/tech-content/starting-with-the-elasticsearch-platform-and-its-solutions/get-elastic.md) | ||
* [/raw-migrated-files/elasticsearch/elasticsearch-reference/scalability.md](/raw-migrated-files/elasticsearch/elasticsearch-reference/scalability.md) | ||
* [/raw-migrated-files/cloud/cloud/ec-faq-technical.md](/raw-migrated-files/cloud/cloud/ec-faq-technical.md) | ||
* [/raw-migrated-files/stack-docs/elastic-stack/overview.md](/raw-migrated-files/stack-docs/elastic-stack/overview.md) | ||
* [/raw-migrated-files/cloud/cloud-enterprise/ece-administering-deployments.md](/raw-migrated-files/cloud/cloud-enterprise/ece-administering-deployments.md) | ||
* [/raw-migrated-files/kibana/kibana/management.md](/raw-migrated-files/kibana/kibana/management.md) |
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
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.