Skip to content

Commit 506ec5f

Browse files
committed
Merge remote-tracking branch 'origin/main' into remote_clusters_h1_headings
2 parents 7c5298a + b5a1d76 commit 506ec5f

File tree

81 files changed

+187
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+187
-112
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/release-notes/ @elastic/docs
3636

3737
/release-notes/apm-agents/ @elastic/ingest-docs
38-
/release-notes/elastic-cloud-serverless/ @elastic/admin-docs
38+
/release-notes/elastic-cloud-serverless/ @elastic/admin-docs @elastic/docs-serverless-release-team
3939
/release-notes/elastic-observability/ @elastic/ski-docs
4040
/release-notes/elastic-security/ @elastic/ski-docs
4141
/release-notes/elasticsearch-clients/ @elastic/developer-docs

deploy-manage/api-keys.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ applies_to:
66
ece: ga
77
self: ga
88
serverless: ga
9+
navigation_title: API keys
910
---
1011

11-
# API keys
12+
# Elastic API keys
1213

1314
API keys are security mechanisms used to authenticate and authorize access to your deployments and {{es}} resources.
1415

deploy-manage/deploy/cloud-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In ECE, a deployment is a managed {{stack}} environment that provides users with
4444

4545
The section covers the following tasks:
4646

47-
* [Deploy ECE orchestrator](./cloud-enterprise/deploy-an-orchestrator.md)
47+
* [Deploy an ECE orchestrator](./cloud-enterprise/deploy-an-orchestrator.md)
4848
- [Prepare the environment](./cloud-enterprise/prepare-environment.md)
4949
- [Install ECE](./cloud-enterprise/install.md)
5050
- [Air gapped installations](./cloud-enterprise/air-gapped-install.md)

deploy-manage/deploy/cloud-enterprise/deploy-an-orchestrator.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
applies_to:
33
deployment:
44
ece: all
5+
navigation_title: Deploy an orchestrator
56
---
6-
# Deploy an orchestrator
7+
# Deploy an {{ece}} orchestrator
78

89
{{ece}} (ECE) provides a centralized platform that allows organizations to run {{es}}, {{kib}}, and other {{stack}} components across multiple machines, whether in a private or public cloud, virtual machines, or your own premises.
910

deploy-manage/deploy/cloud-enterprise/ece-regional-deployment-aliases.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ applies_to:
66
ece: all
77
products:
88
- id: cloud-enterprise
9+
navigation_title: Custom endpoint aliases
910
---
1011

11-
# Custom endpoint aliases [ece-regional-deployment-aliases]
12+
# Configure custom endpoint aliases on {{ece}} [ece-regional-deployment-aliases]
1213

1314
Custom aliases for your deployment endpoints on {{ece}} allow you to have predictable, human-readable URLs that can be shared easily.
1415

deploy-manage/deploy/cloud-enterprise/switch-from-apm-to-integrations-server-payload.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ applies_to:
66
ece: all
77
products:
88
- id: cloud-enterprise
9+
navigation_title: Switch from APM to Integrations Server
910
---
1011

11-
# Switch from APM to Integrations Server payload [ece-integrations-server-apm-switch]
12+
# Switch from APM to Integrations Server payload on {{ece}} [ece-integrations-server-apm-switch]
1213

1314
This example shows how to use the {{ece}} RESTful API to switch from using the legacy [APM & Fleet Server](https://www.elastic.co/guide/en/cloud-enterprise/3.8/ece-manage-apm-and-fleet.html) to [Integrations Server](manage-integrations-server.md).
1415

deploy-manage/deploy/cloud-on-k8s/configuration-beats.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ applies_to:
66
eck: all
77
products:
88
- id: cloud-kubernetes
9+
navigation_title: Configuration
910
---
1011

11-
# Configuration [k8s-beat-configuration]
12+
# Configuration for Beats on {{eck}} [k8s-beat-configuration]
1213

1314
## Upgrade the Beat specification [k8s-beat-upgrade-specification]
1415

deploy-manage/deploy/cloud-on-k8s/configuration-examples-beats.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ applies_to:
66
eck: all
77
products:
88
- id: cloud-kubernetes
9+
navigation_title: Configuration examples
910
---
1011

11-
# Configuration Examples [k8s-beat-configuration-examples]
12+
# Beats configuration examples on {{eck}} [k8s-beat-configuration-examples]
1213

1314
In this section you can find manifests that address a number of common use cases and can be your starting point in exploring Beats deployed with ECK. These manifests are self-contained and work out-of-the-box on any non-secured Kubernetes cluster. They all contain three-node {{es}} cluster and single {{kib}} instance. All Beat configurations set up {{kib}} dashboards if they are available for a given Beat and all required RBAC resources.
1415

deploy-manage/deploy/cloud-on-k8s/configuration-examples-fleet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ applies_to:
66
eck: all
77
products:
88
- id: cloud-kubernetes
9+
navigation_title: Configuration examples
910
---
1011

11-
# Configuration Examples [k8s-elastic-agent-fleet-configuration-examples]
12+
# Fleet managed agents configuration examples on {{eck}} [k8s-elastic-agent-fleet-configuration-examples]
1213

1314
This section contains manifests that illustrate common use cases, and can be your starting point in exploring {{agent}} deployed with ECK. These manifests are self-contained and work out-of-the-box on any non-secured {{k8s}} cluster. They all contain a three-node {{es}} cluster, a single {{kib}} instance and a single {{fleet-server}} instance.
1415

deploy-manage/deploy/cloud-on-k8s/configuration-examples-logstash.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ applies_to:
66
eck: all
77
products:
88
- id: cloud-kubernetes
9+
navigation_title: Configuration examples
910
---
1011

11-
# Configuration examples [k8s-logstash-configuration-examples]
12+
# Logstash configuration examples on {{eck}} [k8s-logstash-configuration-examples]
1213

1314
This section contains manifests that illustrate common use cases, and can be your starting point in exploring Logstash deployed with ECK. These manifests are self-contained and work out-of-the-box on any non-secured Kubernetes cluster. They all contain a three-node {{es}} cluster and a single {{kib}} instance.
1415

0 commit comments

Comments
 (0)