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: src/content/docs/log-explorer/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@ Access to Log Explorer features is controlled through specific permissions. Each
29
29
| Feature | Required Permission | Description |
30
30
|----------|--------------------|--------------|
31
31
|**Manage datasets**|`Logs Edit`| Add, enable, or disable datasets. |
32
-
|**Log Search**|`Logs Read`| Query logs in the UI or via API. |
32
+
|**Log Search**|`Logs Read`| Query logs in the dashboard or via API. |
33
33
|**Log Search (save query)**|`Logs Write`| Save log search queries. |
34
34
|**Custom dashboards**|`Analytics Read`| Create and view custom dashboards. |
35
35
36
-
These permissions apply across both the UI and API, and must be granted at either the account or zone level depending on which datasets you need to access.
36
+
These permissions apply across both the dashboard and the API, and must be granted at either the account or zone level depending on which datasets you need to access.
37
37
38
38
Authentication with the API can be done via an API token or API key with an email. Refer to [Create API token](/fundamentals/api/get-started/create-token/) for further instructions.
0 commit comments