Skip to content

Commit c350906

Browse files
authored
[DOCS-14909] Fix RBAC permission typo (#37779)
* fix typo * fix additional typo
1 parent 34545a3 commit c350906

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/logs/explorer/archive_search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Before using Archive Search:
5959

6060
### Permissions
6161

62-
Running an **Archive Search** requires the **`logs_write_historical_views`** permission. It is a **global** permission, but users can only search logs from archives for which they also have the **Logs Read Archive** permission.
62+
Running an **Archive Search** requires the **`logs_write_historical_view`** permission. It is a **global** permission, but users can only search logs from archives for which they also have the **Logs Read Archive** permission.
6363

6464
Archive Search results are visible to all users in your organization who have access to the Archive Search feature. However, **restriction queries**, such as log security filters and data restrictions configured in Datadog, are still enforced on the result page and apply to all users. This means each user may only see logs they are authorized to view based on organization-wide permissions and filters.
6565

content/en/logs/guide/logs-rbac-permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ This permission is global and enables creating new archives, and editing and del
102102

103103
### `logs_read_archives`
104104

105-
Grants the ability to access the details of the archive configuration. In conjunction with [Logs Write Historical Views](#logs_write_historical_views), this permission also grants the ability to trigger a [Rehydration][13] from Archives.
105+
Grants the ability to access the details of the archive configuration. In conjunction with [Logs Write Historical Views](#logs_write_historical_view), this permission also grants the ability to trigger a [Rehydration][13] from Archives.
106106

107107
This permission can be scoped to a subset of archives. An archive with no restrictions is accessible to anyone who belongs to a role with the `logs_read_archives` permission. An archive with restrictions is only accessible to the users who belong to one of the registered roles, provided theses roles have the `logs_read_archives` permission.
108108

@@ -132,7 +132,7 @@ Use the Logs Archive API either to [assign][1] or [revoke][2] a role from a give
132132
{{% /tab %}}
133133
{{< /tabs >}}
134134

135-
### `logs_write_historical_views`
135+
### `logs_write_historical_view`
136136

137137
Grants the ability to write historical views, meaning to trigger a [Log Rehydration*][13].
138138

0 commit comments

Comments
 (0)