You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/versions/_snippets/content-patterns-list.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
|[Section/heading-level `applies` tags](/versions/content-patterns.md#sectionheading-level-applies-tags)| Provide signals about a section’s scope so a user can choose to read or skip it as needed. |
5
5
|[Tabs](/versions/content-patterns.md#tabs)| Provide two sets of procedures when one or more steps in a process differs between contexts or versions. |
6
6
|[Callouts](/versions/content-patterns.md#callouts)| Draw attention to happy differences and basic clarifications. |
7
-
|[Prose](/versions/content-patterns.md#prose)| Provide clarifying or secondary information, explain differences with a "why".|
7
+
|[Prose](/versions/content-patterns.md#prose)|- Identify features in a **list of features** that are exclusive to a specific context, or that were introduced in a specific version<br>- List differing requirements, limits, and other simple, mirrored facts<br>- Provide clarifying or secondary information<br>- Explain differences with a "why" (e.g. comparative overviews)|
8
8
|[Sibling pages](/versions/content-patterns.md#sibling-pages)| When the information is too complex to be addressed with only the other content patterns. See specific examples in the sibling pages section. |
9
9
10
10
% | [List item suffixes](/versions/content-patterns.md#list-item-suffixes) | Identify features in a **list of features** that are exclusive to a specific context, or that were introduced in a specific version. |
Copy file name to clipboardExpand all lines: docs/versions/content-patterns.md
+41-10Lines changed: 41 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,9 +211,11 @@ If there’s a terminology change or other minor change (especially where x equa
211
211
**Use case**: Clarifying or secondary information, differences with a "why"
212
212
213
213
**When to use:**
214
+
* When features in a list of features are exclusive to a specific context, or were introduced in a specific version
215
+
* Requirements, limits, other simple, mirrored facts
214
216
* Cases where the information isn’t wildly important, but nice to know, or to add basic terminology change info to overviews
215
217
* Comparative overviews
216
-
* Differences that are small enough or not significant enough to warrant an admonition or tabs or separate sections with frontmatter.
218
+
* Differences that are small enough or not significant enough to warrant an admonition or tabs or separate sections with front matter
217
219
218
220
In some cases, you might want to add a paragraph specific to one version or another in prose to clarify behavior or terminology.
219
221
@@ -223,12 +225,45 @@ In cases where there are significant differences between contexts, close explana
223
225
224
226
### Examples
225
227
226
-
* In {{stack}} 9.1.0 and earlier, **Spaces** were referred to as **Places**.
227
228
228
229
::::{tab-set}
229
-
:group: one-two-three
230
+
:group: one-three-four-five-six
230
231
231
-
:::{tab-item} One
232
+
:::{tab-item} Unique features
233
+
:sync: five
234
+
235
+
* Each space has its own saved objects.
236
+
* Users can only access the spaces that they have been granted access to. This access is based on user roles, and a given role can have different permissions per space.
237
+
* In {{stack}} 9.0.0+, each space has its own navigation.
238
+
239
+
:::
240
+
::::
241
+
242
+
:::{tab-item} Unique reqs / limits
243
+
:sync: six
244
+
245
+
* In serverless, use `Admin` or equivalent
246
+
* In {{stack}} 9.0.0+, use `kibana_admin` or equivalent
247
+
248
+
OR
249
+
250
+
The maximum number of spaces that you can have differs by [what do we call this]:
251
+
252
+
* In serverless, you can have a maximum of 100 spaces.
253
+
* In {{stack}} 9.0.0+, the maximum is controlled by the `xpack.spaces.maxSpaces` setting. Default is 1000.
254
+
:::
255
+
256
+
:::{tab-item} Nice-to-know
257
+
:sync: four
258
+
259
+
In {{stack}} 9.1.0 and earlier, **Spaces** were referred to as **Places**.
260
+
261
+
OR
262
+
263
+
If you're managing a {{stack}} v9 deployment, then you can also assign roles and define permissions for a space from the **Permissions** tab of the space settings.
264
+
:::
265
+
266
+
:::{tab-item} Comparative overviews
232
267
:sync: one
233
268
234
269
The way that TLS certificates are managed depends on your deployment type:
@@ -240,12 +275,7 @@ In {{eck}}, you can manage certificates for the HTTP layer. Certificates for the
240
275
In {{ece}}, you can use one or more proxy certificates to secure the HTTP layer. These certificates are managed at the ECE installation level. Transport-level encryption is managed by ECE and certificates can’t be changed.
241
276
:::
242
277
243
-
:::{tab-item} Two
244
-
:sync: two
245
-
If you're managing a {{stack}} v9 deployment, then you can also assign roles and define permissions for a space from the **Permissions** tab of the space settings.
246
-
:::
247
-
248
-
:::{tab-item} Three
278
+
:::{tab-item} Comparative overviews II
249
279
:sync: three
250
280
251
281
**Managed security in Elastic Cloud**
@@ -264,6 +294,7 @@ You can augment Elastic Cloud security features in the following ways:
0 commit comments