Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions deploy-manage/deploy/self-managed.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/dependencies-versions.html
- https://www.elastic.co/guide/en/elastic-stack/current/installing-stack-demo-self.html
applies_to:
deployment:
self:
---

# Self-managed cluster
# Self-managed cluster

If you want to install Elastic on your own premises without the assistance of an [orchestrator](/deploy-manage/deploy.md#about-orchestration), then you can deploy a self-managed cluster. If you deploy a self-managed cluster, then you have complete control and responsibility over every aspect of your Elastic deployment.

Expand All @@ -15,7 +16,7 @@ To quickly set up {{es}} and {{kib}} in Docker for local development or testing,
:::{admonition} Simplify the deployment process
Self-managed clusters are useful for local development, and for exploring Elastic features. However, Elastic offers several deployment options that can simplify the process of deploying and managing multi-node deployments, especially in production. They also allow you to deploy and manage multiple deployments from a single surface.

Managed by Elastic:
Managed by Elastic:
* [{{serverless-full}}](/deploy-manage/deploy/elastic-cloud/serverless.md)
* [{{ech}}](/deploy-manage/deploy/elastic-cloud/cloud-hosted.md)

Expand All @@ -32,7 +33,7 @@ This section focuses on deploying {{es}} and {{kib}} without an orchestrator.

Depending on your use case, you might need to deploy other components, such as APM, Fleet, or Logstash. Deploying those components is not covered in this section. [Learn more about optional components](/get-started/the-stack.md).

This section covers the following tasks:
This section covers the following tasks:

### Deploying Elasticsearch

Expand Down Expand Up @@ -60,7 +61,7 @@ After you deploy {{es}}, you can install {{kib}}. {{kib}} provides the user inte

### Installing in air gapped environments

Some components of the {{stack}} require additional configuration and local dependencies in order to deploy in environments without internet access.
Some components of the {{stack}} require additional configuration and local dependencies in order to deploy in environments without internet access.

Refer to [](/deploy-manage/deploy/self-managed/air-gapped-install.md) to learn how to install {{es}}, {{kib}}, and optional components in an environment without internet access.

Expand Down
1 change: 1 addition & 0 deletions explore-analyze/query-filter/tools/grok-debugger.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ applies_to:
serverless: ga
mapped_pages:
- https://www.elastic.co/guide/en/kibana/current/xpack-grokdebugger.html
- https://www.elastic.co/guide/en/serverless/current/devtools-debug-grok-expressions.html
---

# Grok debugger [xpack-grokdebugger]
Expand Down
1 change: 1 addition & 0 deletions explore-analyze/query-filter/tools/search-profiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ applies_to:
serverless: ga
mapped_pages:
- https://www.elastic.co/guide/en/kibana/current/xpack-profiler.html
- https://www.elastic.co/guide/en/serverless/current/devtools-profile-queries-and-aggregations.html
---

# Search profiler [xpack-profiler]
Expand Down
1 change: 1 addition & 0 deletions explore-analyze/scripting/painless-lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ applies_to:
serverless: ga
mapped_pages:
- https://www.elastic.co/guide/en/kibana/current/painlesslab.html
- https://www.elastic.co/guide/en/serverless/current/devtools-debug-painless-scripts.html
---

# Painless lab [painlesslab]
Expand Down
1 change: 1 addition & 0 deletions reference/observability/elastic-entity-model.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/observability/current/elastic-entity-model.html
- https://www.elastic.co/guide/en/serverless/current/observability-elastic-entity-model.html
---

# Elastic Entity Model [elastic-entity-model]
Expand Down
2 changes: 2 additions & 0 deletions reference/observability/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
applies_to:
stack: all
serverless: all
mapped_pages:
- https://www.elastic.co/guide/en/serverless/current/reference.html
---
# Observability

Expand Down
9 changes: 7 additions & 2 deletions release-notes/intro/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
---
mapped_pages:
- https://www.elastic.co/guide/en/elastic-stack/current/elastic-stack-breaking-changes.html
---

# Release notes [elastic-release-notes]

Learn about the latest changes, issues, fixes, and deprecations for Elastic releases by reviewing the release notes.
Learn about the latest changes, issues, fixes, and deprecations for Elastic releases by reviewing the release notes.

For information about the latest changes to Elastic APIs, check [APIs changelog](https://www.elastic.co/docs/api/changes).

We recommend you upgrade to the latest Elastic version. To learn how to upgrade, check [Upgrade](/deploy-manage/upgrade.md).

To learn more about Elastic releases, use the following resources:
* Join the [Elastic community forums](https://discuss.elastic.co/)
* Join the [Elastic community forums](https://discuss.elastic.co/)
* Check out the [Elastic Blog](https://www.elastic.co/blog)
* Reach out to [Elastic Support](https://mail.google.com/mail/u/0/?fs=1&tf=cm&source=mailto&[email protected])
1 change: 1 addition & 0 deletions solutions/observability/apps/inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
navigation_title: "Inventory"
mapped_pages:
- https://www.elastic.co/guide/en/observability/current/inventory.html
- https://www.elastic.co/guide/en/serverless/current/observability-inventory.html
---


Expand Down
1 change: 1 addition & 0 deletions troubleshoot/elasticsearch/troubleshooting-searches.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
navigation_title: Searches
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/troubleshooting-searches.html
- https://www.elastic.co/guide/en/serverless/current/devtools-dev-tools-troubleshooting.html
---

# Troubleshoot searches [troubleshooting-searches]
Expand Down
Loading