Skip to content

Commit 46a4cbb

Browse files
committed
fix more annotations
1 parent 35ec379 commit 46a4cbb

File tree

4 files changed

+22
-21
lines changed

4 files changed

+22
-21
lines changed

deploy-manage/cloud-organization/billing/manage-subscription.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ To change your subscription level:
4141

4242
### Feature usage notifications [ec_feature_usage_notifications]
4343

44-
:::{applies_to}
44+
```{applies_to}
4545
deployment:
4646
ess: all
47-
:::
47+
```
4848

4949
If you try to change your subscription to a lower level, but you are using features that belong either to your current level or to a higher one, you need to make some changes before you can proceed, as described in **Review required feature changes**.
5050

deploy-manage/users-roles.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Preventing unauthorized access is only one element of a complete security strate
3030

3131
## Cloud organization level
3232

33-
:::{applies_to}
33+
```{applies_to}
3434
deployment:
3535
ess: all
3636
:serverless: all
37-
:::
37+
```
3838

3939
If you’re using {{ecloud}}, then you can perform the following tasks to control access to your Cloud organization, your Cloud Hosted deployments, and your Cloud Serverless projects:
4040

@@ -52,8 +52,9 @@ For {{ech}} deployments, you can configure SSO at the organization level, the de
5252

5353
## Orchestrator level
5454

55-
:::{applies_to}
56-
:ece: all
55+
```{applies_to}
56+
deployment:
57+
ece: all
5758
:::
5859
5960
Control access to your {{ece}} [orchestrator](/deploy-manage/deploy/cloud-enterprise/deploy-an-orchestrator.md) and deployments.
@@ -79,23 +80,23 @@ You can't manage users and roles for {{eck}} clusters at the orchestrator level.
7980
8081
## Project level
8182
82-
:::{applies_to}
83+
```{applies_to}
8384
:serverless: all
84-
:::
85+
```
8586

8687
As an extension of the [predefined instance access roles](/deploy-manage/users-roles/cloud-organization/user-roles.md#ec_instance_access_roles) offered for {{serverless-short}} projects, you can create custom roles at the project level to provide more granular control, and provide users with only the access they need within specific projects.
8788

8889
[Learn more about custom roles for {{serverless-full}} projects](/deploy-manage/users-roles/serverless-custom-roles.md).
8990

9091
## Cluster or deployment level
9192

92-
:::{applies_to}
93+
```{applies_to}
9394
deployment:
9495
ece: all
9596
ess: all
9697
eck: all
9798
self: all
98-
:::
99+
```
99100

100101
Set up authentication and authorization at the cluster or deployment level, and learn about the underlying security technologies that Elasticsearch uses to authenticate and authorize requests internally and across services.
101102

explore-analyze/find-and-organize/data-views.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ Temporary {{data-sources}} are not available in the **Management** menu.
101101

102102

103103
### Use {{data-sources}} with rolled up data [rollup-data-view]
104-
::::{applies_to}
105-
:serverless: unavailable
106-
:stack: deprecated
107-
::::
104+
```{applies_to}
105+
serverless: unavailable
106+
stack: deprecated
107+
```
108108

109109
::::{admonition}
110110
:class: warning
@@ -123,10 +123,10 @@ For an example, refer to [Create and visualize rolled up data](/manage-data/life
123123

124124

125125
### Use {{data-sources}} with {{ccs}} [management-cross-cluster-search]
126-
::::{applies_to}
127-
:serverless: unavailable
128-
:stack: ga
129-
::::
126+
```{applies_to}
127+
serverless: unavailable
128+
stack: ga
129+
```
130130

131131
If your {{es}} clusters are configured for [{{ccs}}](../../solutions/search/cross-cluster-search.md), you can create a {{data-source}} to search across the clusters of your choosing. Specify data streams, indices, and aliases in a remote cluster using the following syntax:
132132

explore-analyze/find-and-organize/saved-objects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ However, saved objects can only be imported into the same version, a newer minor
126126
| 7.8.1 | 9.0.0 | No |
127127

128128
## Saved Object IDs [saved-object-ids]
129-
::::{applies_to}
130-
:stack:
131-
::::
129+
```{applies_to}
130+
stack:
131+
```
132132

133133
In the past, many saved object types could have the same ID in different [spaces](/deploy-manage/manage-spaces.md). For example, if you copied dashboard "123" from the one space to another space, the second dashboard would also have an ID of "123". While the saved object ID is not something that users would interact with directly, many aspects of {{kib}} rely on it, notably URLs. If you have a "deep link" URL to a saved dashboard, that URL includes the saved object ID.
134134

0 commit comments

Comments
 (0)