Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion docs/dashboards/filter-template-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ This task shows you how you can easily delete a template variable from Dashboard
To delete a template variable, do the following:

1. Hover the cursor over the end of the template variable field to display the options icon.<br/><img src={useBaseUrl('img/dashboards/filter-template-variables/options-menu-for-variable.png')} style={{border:'1px solid gray'}} alt="Options menu for variable" width="800"/>
1. Click the options icon and select **Delete** from the dropdown menu. The variable along with the resulting data transformations are automatically removed from the dashboard.<br/><img src={useBaseUrl('img/dashboards/filter-template-variables/delete-variable.png')} style={{border:'1px solid gray'}} alt="Delete variable" width="800"/>
1. Click the options icon and select **Delete** from the dropdown menu.<br/><img src={useBaseUrl('img/dashboards/filter-template-variables/delete-variable.png')} style={{border:'1px solid gray'}} alt="Delete variable" width="800"/>
1. In the confirmation dialog, click **Delete Filter** to remove the variable, or **Cancel** to keep it. When you confirm, the variable and the resulting data transformations are automatically removed from the dashboard.
Comment thread
JV0812 marked this conversation as resolved.
Outdated

## Use variables in queries

Expand Down
5 changes: 5 additions & 0 deletions docs/dashboards/panels/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,8 @@ You can delete a panel that you no longer need.
1. Go to the Dashboard in Sumo Logic that has the panel you want to delete.
1. Hover the cursor over the **Details** icon to display the pop-up menu. <br/><img src={useBaseUrl('/img/dashboards/panels/delete-panel/details-option.png')} style={{border: '1px solid gray'}} alt="details option" width="800"/>
1. Select **Delete**. <br/><img src={useBaseUrl('/img/dashboards/panels/delete-panel/delete-a-panel.png')} style={{border: '1px solid gray'}} alt="delete a panel" width="800"/>
1. In the confirmation dialog, click **Delete Panel** to remove the panel, or **Cancel** to keep it.

:::note
If the panel is part of a shared dashboard, the confirmation dialog warns you that deleting it may impact other users who use the dashboard.
:::
4 changes: 4 additions & 0 deletions docs/dashboards/share-dashboard-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ When you share a dashboard, you specify the dashboard access rights for the use

You can grant the same access right to everyone with whom you share the dashboard. Or, you can give some users View access, other users Edit access, and other users Manage access. If you are going to grant different access rights to different users, be prepared with lists of users and the access level you want to grant to each.

:::note
If a user with Edit or Manage access deletes a panel from a shared dashboard, a confirmation dialog warns them that the change may impact other users who use the dashboard.
:::
Comment thread
JV0812 marked this conversation as resolved.
Outdated

## Dashboard sharing options

The following example shows the Share Dashboard dialog options you will use to specify with whom to share the dashboard and their access
Expand Down