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
## Summary
This PR converts tabs that should now be applies-switch thanks to the
recent and upcoming updates to the metadata system.
This PR should only be merged after
elastic/docs-builder#2322 is merged.
CI should fail until then.
Contributes to: #4361
## Generative AI disclosure
<!--
To help us ensure compliance with the Elastic open source and
documentation guidelines, please answer the following:
-->
1. Did you use a generative AI (GenAI) tool to assist in creating this
contribution?
- [ ] Yes
- [x] No
<!--
2. If you answered "Yes" to the previous question, please specify the
tool(s) and model(s) used (e.g., Google Gemini, OpenAI ChatGPT-4, etc.).
Tool(s) and model(s) used:
-->
---------
Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>
Copy file name to clipboardExpand all lines: deploy-manage/autoscaling/trained-model-autoscaling.md
+13-16Lines changed: 13 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,9 +114,9 @@ In case of ingest-optimized deployments, we maximize the number of model allocat
114
114
115
115
#### Adaptive resources enabled
116
116
117
-
::::{tab-set}
117
+
::::{applies-switch}
118
118
119
-
:::{tab-item} ECH, ECE
119
+
:::{applies-item} { ess:, ece: }
120
120
121
121
| Level | Allocations | Threads | vCPUs |
122
122
| --- | --- | --- | --- |
@@ -128,7 +128,7 @@ In case of ingest-optimized deployments, we maximize the number of model allocat
128
128
129
129
:::
130
130
131
-
:::{tab-item} {{serverless-short}}
131
+
:::{applies-item} serverless:
132
132
133
133
| Level | Allocations | Threads | VCUs |
134
134
| --- | --- | --- | --- |
@@ -141,11 +141,11 @@ In case of ingest-optimized deployments, we maximize the number of model allocat
141
141
::::
142
142
143
143
#### Adaptive resources disabled
144
-
145
-
::::{tab-set}
146
-
147
-
:::{tab-item} ECH, ECE
148
-
144
+
```{applies_to}
145
+
deployment:
146
+
ess:
147
+
ece:
148
+
```
149
149
| Level | Allocations | Threads | vCPUs |
150
150
| --- | --- | --- | --- |
151
151
| Low | 2 if available, otherwise 1, statically | 1 | 2 if available |
@@ -154,19 +154,16 @@ In case of ingest-optimized deployments, we maximize the number of model allocat
154
154
155
155
\* The Cloud console doesn’t directly set an allocations limit; it only sets a vCPU limit. This vCPU limit indirectly determines the number of allocations, calculated as the vCPU limit divided by the number of threads.
156
156
157
-
:::
158
-
159
-
::::
160
157
161
158
### Search optimized
162
159
163
160
In case of search-optimized deployments, we maximize the number of threads. The maximum number of threads that can be claimed depends on the hardware your architecture has.
164
161
165
162
#### Adaptive resources enabled
166
163
167
-
::::{tab-set}
164
+
::::{applies-switch}
168
165
169
-
:::{tab-item} ECH, ECE
166
+
:::{applies-item} { ess:, ece: }
170
167
171
168
| Level | Allocations | Threads | vCPUs |
172
169
| --- | --- | --- | --- |
@@ -178,7 +175,7 @@ In case of search-optimized deployments, we maximize the number of threads. The
178
175
179
176
:::
180
177
181
-
:::{tab-item} {{serverless-short}}
178
+
:::{applies-item} serverless:
182
179
183
180
| Level | Allocations | Threads | VCUs |
184
181
| --- | --- | --- | --- |
@@ -192,9 +189,9 @@ In case of search-optimized deployments, we maximize the number of threads. The
Copy file name to clipboardExpand all lines: deploy-manage/deploy/elastic-cloud/tools-apis.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,10 +46,9 @@ Note that some [restrictions](/deploy-manage/deploy/elastic-cloud/restrictions-k
46
46
Refer to [{{es}} API conventions](elasticsearch://reference/elasticsearch/rest-apis/api-conventions.md) to learn about headers, request body conventions, and examples for {{es-serverless}} and {{es}} REST APIs.
47
47
:::
48
48
49
-
:::::{tab-set}
50
-
:group: serverless-hosted
51
-
::::{tab-item} {{serverless-short}}
52
-
:sync: serverless
49
+
:::::{applies-switch}
50
+
51
+
::::{applies-item} serverless:
53
52
54
53
The following APIs are available for {{es-serverless}} users:
55
54
@@ -59,8 +58,7 @@ The following APIs are available for {{es-serverless}} users:
59
58
-[{{kib}} {{serverless-short}} APIs](https://www.elastic.co/docs/api/doc/serverless): Use these APIs to manage resources such as connectors, data views, and saved objects for your {{serverless-full}} project.
60
59
::::
61
60
62
-
::::{tab-item} {{ech}}
63
-
:sync: hosted
61
+
::::{applies-item} ess:
64
62
65
63
The following APIs are available for {{ech}} users:
Copy file name to clipboardExpand all lines: deploy-manage/manage-spaces.md
+11-14Lines changed: 11 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,24 +38,22 @@ Check out [Using Spaces with Fleet](/deploy-manage/manage-spaces-fleet.md) for i
38
38
39
39
## Required permissions [_required_privileges_3]
40
40
41
-
***Serverless projects:**`Admin` role or equivalent
42
-
***{{stack}} deployments:**`kibana_admin` or equivalent
41
+
*{applies_to}`serverless:``Admin` role or equivalent
42
+
*{applies_to}`stack:``kibana_admin` or equivalent
43
43
44
44
45
45
## Create a space [spaces-managing]
46
46
47
47
The maximum number of spaces that you can have differs by deployment type:
48
48
49
-
***Serverless projects:** Maximum of 100 spaces.
50
-
***{{stack}} deployments:** Controlled by the `xpack.spaces.maxSpaces` setting. Default is 1000. View the [full list of Space settings](kibana://reference/configuration-reference/spaces-settings.md).
49
+
*{applies_to}`serverless:` Maximum of 100 spaces.
50
+
*{applies_to}`stack:` Controlled by the `xpack.spaces.maxSpaces` setting. Default is 1000. View the [full list of Space settings](kibana://reference/configuration-reference/spaces-settings.md).
51
51
52
52
To create a space:
53
53
54
-
:::::{tab-set}
55
-
:group: stack-serverless
54
+
:::::{applies-switch}
56
55
57
-
::::{tab-item} {{serverless-short}}
58
-
:sync: serverless
56
+
::::{applies-item} serverless:
59
57
60
58
1. Click **Create space** or select the space you want to edit.
61
59
2. Provide:
@@ -67,8 +65,7 @@ To create a space:
67
65
4. Save the space.
68
66
::::
69
67
70
-
::::{tab-item} {{stack}}
71
-
:sync: stack
68
+
::::{applies-item} stack:
72
69
73
70
1. Select **Create space** and provide a name, description, and URL identifier.
74
71
The URL identifier is a short text string that becomes part of the {{kib}} URL when you are inside that space. {{kib}} suggests a URL identifier based on the name of your space, but you can customize the identifier to your liking. You cannot change the space identifier once you create the space.
@@ -95,8 +92,8 @@ You can edit all of the space settings you just defined at any time, except for
95
92
96
93
Elastic also allows you to manage spaces using APIs:
## Define access to a space [spaces-control-user-access]
@@ -105,8 +102,8 @@ Users can access spaces based on the roles that they have.
105
102
106
103
* Certain reserved roles can view and access all spaces by default. You can’t prevent those roles from accessing a space. Instead, you can grant different roles to your users.
107
104
* When creating or editing a role, you can define which existing spaces that role can access, and with which permissions. Role management differs between {{stack}} deployments and serverless projects.
-{applies_to}`stack:` Check[Creating or editing a role](/deploy-manage/users-roles/cluster-or-deployment-auth/defining-roles.md).
110
107
111
108
112
109
If you're managing an {{stack}} deployment, then you can also assign roles and define permissions for a space from the **Permissions** tab of the space settings.
Copy file name to clipboardExpand all lines: deploy-manage/monitor/stack-monitoring/kibana-monitoring-data.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,8 @@ deployment:
62
62
63
63
## View monitoring data in {{kib}} [view-monitoring-data-in-kibana]
64
64
65
-
:::::{tab-set}
66
-
::::{tab-item} In ECK and self-managed
65
+
:::::{applies-switch}
66
+
::::{applies-item} { eck:, self: }
67
67
68
68
1. Open the {{kib}} monitoring instance in your web browser.
69
69
@@ -79,7 +79,7 @@ deployment:
79
79
If you are using a separate monitoring cluster, you do not need to turn on data collection. The dashboards appear when there is data in the monitoring cluster.
Copy file name to clipboardExpand all lines: deploy-manage/security/ip-filtering-cloud.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,15 +85,15 @@ You can apply multiple policies to a single deployment. For {{ech}} deployments,
85
85
86
86
#### From a deployment or project
87
87
88
-
::::{tab-set}
89
-
:::{tab-item} Serverless
88
+
::::{applies-switch}
89
+
:::{applies-item} serverless:
90
90
1. Log in to the [{{ecloud}} Console](https://cloud.elastic.co?page=docs&placement=docs-body).
91
91
2. On the **Serverless projects** page, select your project.
92
92
3. Select the **Network security** tab on the left-hand side menu bar.
93
93
4. Select **Apply policies** > **IP filter**.
94
94
6. Choose the IP filter you want to apply and select **Apply**.
95
95
:::
96
-
:::{tab-item} Hosted
96
+
:::{applies-item} ess:
97
97
1. Log in to the [{{ecloud}} Console](https://cloud.elastic.co?page=docs&placement=docs-body).
98
98
2. On the **Hosted deployments** page, select your deployment.
99
99
3. Select the **Security** tab on the left-hand side menu bar.
@@ -116,18 +116,17 @@ If you want to a specific IP filter from a deployment or project, or delete the
116
116
117
117
#### From your deployment or project
118
118
119
-
::::{tab-set}
120
-
:group: hosted-serverless
121
-
:::{tab-item} Serverless project
122
-
:sync: serverless
119
+
::::{applies-switch}
120
+
121
+
:::{applies-item} serverless:
123
122
1. Find your project on the home page or on the **Serverless projects** page, then select **Manage** to access its settings menus.
124
123
125
124
On the **Hosted deployments** page you can narrow your deployments by name, ID, or choose from several other filters. To customize your view, use a combination of filters, or change the format from a grid to a list.
126
125
2. On the **Network security** page, find the IP filter that you want to disconnect.
127
126
3. Under **Actions**, click the **Delete** icon.
128
127
:::
129
-
:::{tab-item} Hosted deployment
130
-
:sync: hosted
128
+
:::{applies-item} ess:
129
+
131
130
1. Find your deployment on the home page or on the **Hosted deployments** page, then select **Manage** to access its settings menus.
132
131
133
132
On the **Hosted deployments** page you can narrow your deployments by name, ID, or choose from several other filters. To customize your view, use a combination of filters, or change the format from a grid to a list.
Copy file name to clipboardExpand all lines: deploy-manage/security/logging-configuration/enabling-audit-logs.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,9 @@ Audit logs are disabled by default and must be explicitly enabled.
50
50
::::
51
51
52
52
53
-
::::::{tab-set}
53
+
::::::{applies-switch}
54
54
55
-
:::::{tab-item} Self-managed
55
+
:::::{applies-item} self:
56
56
57
57
**To enable audit logging in {{es}}**:
58
58
@@ -67,7 +67,7 @@ Audit logs are disabled by default and must be explicitly enabled.
67
67
To learn how to consume these logs in an {{es}} cluster, refer to [](/deploy-manage/monitor/stack-monitoring/collecting-log-data-with-filebeat.md).
68
68
:::::
69
69
70
-
:::::{tab-item} {{ech}}
70
+
:::::{applies-item} ess:
71
71
72
72
To enable audit logging in an {{ech}} deployment:
73
73
@@ -90,7 +90,7 @@ To enable audit logging in an {{ech}} deployment:
90
90
A plan change will run on your deployment. When it finishes, audit logs will be delivered to your monitoring deployment.
91
91
:::::
92
92
93
-
:::::{tab-item} ECE
93
+
:::::{applies-item} ece:
94
94
95
95
96
96
To enable audit logging in an ECE deployment:
@@ -115,7 +115,7 @@ To enable audit logging in an ECE deployment:
115
115
A plan change will run on your deployment. When it finishes, audit logs will be delivered to your monitoring deployment.
116
116
:::::
117
117
118
-
:::::{tab-item} ECK
118
+
:::::{applies-item} eck:
119
119
120
120
121
121
To enable audit logging in an ECK-managed cluster, add `xpack.security.audit.enabled: true` to the `config` section of each {{es}} `nodeSet` and to the `config` section of the {{kib}} object's specification.
0 commit comments