Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/logs/explorer/archive_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Before using Archive Search:

### Permissions

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.
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.

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.

Expand Down
4 changes: 2 additions & 2 deletions content/en/logs/guide/logs-rbac-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ This permission is global and enables creating new archives, and editing and del

### `logs_read_archives`

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.
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.

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.

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

### `logs_write_historical_views`
### `logs_write_historical_view`

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

Expand Down
Loading