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
5 changes: 5 additions & 0 deletions explore-analyze/_snippets/dashboard-ownership.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The dashboard owner cannot be changed and is not visible from the UI. Note that if user A creates a dashboard, exports it, and user B re-imports it in the same space (overwriting the existing dashboard), user A remains the owner but user B becomes the creator.

Check warning on line 1 in explore-analyze/_snippets/dashboard-ownership.md

View workflow job for this annotation

GitHub Actions / preview / vale

Elastic.DontUse: Don't use 'Note that'.

::::{note}
{{kib}} administrators always have write access to all dashboards.
::::
6 changes: 2 additions & 4 deletions explore-analyze/dashboards/create-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ Before creating a dashboard, ensure you have:
- **Can edit**: Everybody in the space can edit, delete, and fully manage the dashboard.
- **Can view**: Everybody in the space can view the dashboard, but cannot edit or delete it. They can duplicate it. This read-only setting can be changed at any time by the dashboard owner or a {{kib}} administrator.

The dashboard owner cannot be changed and is not visible from the UI. Note that if user A creates a dashboard, exports it, and user B re-imports it in the same space (overwriting the existing dashboard), user A remains the owner but user B becomes the creator.
:::{include} ../_snippets/dashboard-ownership.md
:::

::::{note}
{{kib}} administrators always have write access to all dashboards.
::::
7 changes: 2 additions & 5 deletions explore-analyze/dashboards/sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ From the icon {icon}`share`, you can set whether other users in the space can ed
- **Can edit**: Everybody in the space can edit, delete, and fully manage the dashboard.
- **Can view**: Everybody in the space can view the dashboard, but cannot edit or delete it. They can duplicate it. This read-only setting can be changed at any time by the dashboard owner or a {{kib}} administrator.

By default, the dashboard owner is the dashboard creator. This cannot be changed and is not currently visible in the UI. However, in some cases the creator and owner can be different users. For example, if user A creates a dashboard and user B exports and re-imports it in the same space (overwriting the existing dashboard), the creator becomes user B while user A remains the owner.

::::{note}
{{kib}} administrators always have write access to all dashboards.
::::
:::{include} ../_snippets/dashboard-ownership.md
:::

## Share a dashboard [share-dashboard-link]

Expand Down
Loading