Skip to content

Commit 35d6e8f

Browse files
committed
Add applies_to to 'Deployment models' docs
1 parent d5daf01 commit 35d6e8f

10 files changed

+46
-6
lines changed

reference/fleet/add-fleet-server-cloud.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/fleet/current/add-fleet-server-cloud.html
4+
applies_to:
5+
deployment:
6+
ess: ga
7+
serverless: ga
48
products:
59
- id: fleet
610
- id: elastic-agent

reference/fleet/add-fleet-server-kubernetes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/fleet/current/add-fleet-server-kubernetes.html
4+
applies_to:
5+
deployment:
6+
self: ga
47
products:
58
- id: fleet
69
- id: elastic-agent

reference/fleet/add-fleet-server-mixed.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/fleet/current/add-fleet-server-mixed.html
4+
applies_to:
5+
deployment:
6+
ece: ga
7+
self: ga
8+
ess: ga
49
products:
510
- id: fleet
611
- id: elastic-agent

reference/fleet/add-fleet-server-on-prem.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/fleet/current/add-fleet-server-on-prem.html
4+
applies_to:
5+
deployment:
6+
ece: ga
7+
self: ga
48
products:
59
- id: fleet
610
- id: elastic-agent
@@ -55,7 +59,7 @@ You can install only a single {{agent}} per host, which means you cannot run {{f
5559

5660
Before deploying, you need to:
5761

58-
* Obtain or generate a Cerfiticate Authority (CA) certificate.
62+
* Obtain or generate a Certificate Authority (CA) certificate.
5963
* Ensure components have access to the ports needed for communication.
6064

6165

reference/fleet/deployment-models.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/fleet/current/fleet-deployment-models.html
4+
applies_to:
5+
deployment:
6+
ece: ga
7+
eck: ga
8+
self: ga
9+
ess: ga
10+
serverless: ga
411
products:
512
- id: fleet
613
- id: elastic-agent

reference/fleet/fleet-server-monitoring.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/fleet/current/fleet-server-monitoring.html
4+
applies_to:
5+
deployment:
6+
self: ga
7+
ece: ga
48
products:
59
- id: fleet
610
- id: elastic-agent

reference/fleet/fleet-server-scalability.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/fleet/current/fleet-server-scalability.html
4+
applies_to:
5+
deployment:
6+
ess: ga
7+
serverless: ga
48
products:
59
- id: fleet
610
- id: elastic-agent
@@ -139,7 +143,7 @@ Deprecated: Use the `action_limit` settings instead.
139143
: How frequently agents can submit status requests to the Fleet Server.
140144

141145
`status_limit.burst`
142-
: Burst of status requests to accomodate before falling back to the rate defined by interval.
146+
: Burst of status requests to accommodate before falling back to the rate defined by interval.
143147

144148
`status_limit.max_body_byte_size`
145149
: Maximum size in bytes of the status API request body.
@@ -151,7 +155,7 @@ Deprecated: Use the `action_limit` settings instead.
151155
: How frequently agents can submit file start upload requests to the Fleet Server.
152156

153157
`upload_start_limit.burst`
154-
: Burst of file start upload requests to accomodate before falling back to the rate defined by interval.
158+
: Burst of file start upload requests to accommodate before falling back to the rate defined by interval.
155159

156160
`upload_start_limit.max_body_byte_size`
157161
: Maximum size in bytes of the uploadStart API request body.
@@ -163,7 +167,7 @@ Deprecated: Use the `action_limit` settings instead.
163167
: How frequently agents can submit file end upload requests to the Fleet Server.
164168

165169
`upload_end_limit.burst`
166-
: Burst of file end upload requests to accomodate before falling back to the rate defined by interval.
170+
: Burst of file end upload requests to accommodate before falling back to the rate defined by interval.
167171

168172
`upload_end_limit.max_body_byte_size`
169173
: Maximum size in bytes of the uploadEnd API request body.
@@ -175,15 +179,15 @@ Deprecated: Use the `action_limit` settings instead.
175179
: How frequently agents can submit file chunk upload requests to the Fleet Server.
176180

177181
`upload_chunk_limit.burst`
178-
: Burst of file chunk upload requests to accomodate before falling back to the rate defined by interval.
182+
: Burst of file chunk upload requests to accommodate before falling back to the rate defined by interval.
179183

180184
`upload_chunk_limit.max_body_byte_size`
181185
: Maximum size in bytes of the uploadChunk API request body.
182186

183187

184188
## Scaling recommendations ({{ecloud}}) [scaling-recommendations]
185189

186-
The following tables provide the minimum resource requirements and scaling guidelines based on the number of agents required by your deployment. It should be noted that these compute resource can be spread across multiple availability zones (for example: a 32GB RAM requirement can be satisfed with 16GB of RAM in 2 different zones).
190+
The following tables provide the minimum resource requirements and scaling guidelines based on the number of agents required by your deployment. It should be noted that these compute resource can be spread across multiple availability zones (for example: a 32GB RAM requirement can be satisfied with 16GB of RAM in 2 different zones).
187191

188192
* [Resource requirements by number of agents](#resource-requirements-by-number-agents)
189193

reference/fleet/fleet-server-secrets.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/fleet/current/fleet-server-secrets.html
4+
applies_to:
5+
stack: ga
6+
serverless: ga
47
products:
58
- id: fleet
69
- id: elastic-agent

reference/fleet/fleet-server.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/fleet/current/fleet-server.html
4+
applies_to:
5+
stack: ga
6+
serverless: ga
47
products:
58
- id: fleet
69
- id: elastic-agent

reference/fleet/secret-files-guide.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
mapped_pages:
33
- https://www.elastic.co/guide/en/fleet/current/secret-files-guide.html
4+
applies_to:
5+
stack: ga
6+
serverless: ga
47
products:
58
- id: fleet
69
- id: elastic-agent

0 commit comments

Comments
 (0)