---
title: Saved Views
description: Use Saved Views to automatically configure your Log Explorer.
breadcrumbs: Docs > Log Management > Log Explorer > Saved Views
---

# Saved Views

## Overview{% #overview %}

Efficient troubleshooting requires your data to be in the proper **scope** to permit exploration, have access to **visualization options** to surface meaningful information, and have relevant **[facets](https://docs.datadoghq.com/logs/explorer/facets/)** listed to enable analysis.

Troubleshooting is contextual, and Saved Views make it easier for you and your teammates to switch between different troubleshooting contexts. You can access Saved Views in the upper left corner of the [Log Explorer](https://docs.datadoghq.com/logs/explorer).

{% video
   url="https://docs.dd-static.net/images/logs/explorer/saved_views/overview.mp4" /%}

Technically, a Saved View keeps track of:

- A [search query](https://docs.datadoghq.com/logs/explorer/search/) along with its time range. **Note**: Saved View is meant to track live time ranges (such as past hour, or past week) and fixed time ranges are converted as such on save.
- A customized default visualization ([log stream](https://docs.datadoghq.com/logs/explorer/?tab=logstream#visualization), [log patterns](https://docs.datadoghq.com/logs/explorer/patterns/), or [log analytics](https://docs.datadoghq.com/logs/explorer/analytics/) along with their specific visualization properties).
- A [selected subset of facets](https://docs.datadoghq.com/logs/explorer/facets/) to be displayed in the facet list.

## Default view{% #default-view %}

{% image
   source="https://docs.dd-static.net/images/logs/explorer/saved_views/default.abaa61bb1b27acbbef96bb3bed5d8ec1.png?auto=format"
   alt="Default view" /%}

Your existing Log Explorer view is your default saved view. This configuration is only accessible and viewable to you and updating this configuration does not have any impact on your organization.

You can **temporarily** override your default saved view by completing any action in the UI or when opening links to the Log Explorer that embed a different configuration.

At any moment, from the default view entry in the Views panel:

- **Reload** your default view by clicking on the entry.
- **Update** your default view with the current parameters.
- **Reset** your default view to Datadog's defaults for a fresh restart.

## Saved views{% #saved-views %}

{% image
   source="https://docs.dd-static.net/images/logs/explorer/saved_views/custom.2690da3efda59d80559f9434b47b8999.png?auto=format"
   alt="Saved views across organizations" /%}

All saved views, that are not your default saved view, are shared across your organization:

- **Integration saved views** come out-of-the-box with most Datadog [Log Management Integrations](https://docs.datadoghq.com/integrations/#cat-log-collection). These are read-only, and identified by the logo of the integration.
- **Custom saved views** are created by users. They are editable by any user in your organization (excepting [Read Only users](https://docs.datadoghq.com/account_management/rbac/permissions?tab=ui#general-permissions)), and identified with the avatar of the user who created it. Click the **save** button to create a new custom saved view from the current content of your explorer.

{% image
   source="https://docs.dd-static.net/images/logs/explorer/saved_views/save.de6c862069c8b123708b04fd89d2b3bf.png?auto=format"
   alt="Logs -- Save" /%}

At any moment, from the saved view entry in the Views panel:

- **Load** or **reload** a saved view.
- **Update** a saved view with the configuration of the current view.
- **Rename** or **delete** a saved view.
- **Share** a saved view through a short-link.
- **Star** (turn into a favorite) a saved view so that it appears on top of your saved view list, and is accessible directly from the navigation menu.

{% image
   source="https://docs.dd-static.net/images/logs/explorer/saved_views/star.466db5c4c0172424b321b8fef125f807.png?auto=format"
   alt="Starred views" /%}

*Note*: Update, rename, and delete actions are disabled for integration saved views and [Read Only users](https://docs.datadoghq.com/account_management/rbac/permissions?tab=ui#general-permissions).

## Further Reading{% #further-reading %}

- [Perform Log Analytics](https://docs.datadoghq.com/logs/explorer/analytics)
- [Learn how to process your logs](https://docs.datadoghq.com/logs/log_configuration/processors)
- [How we use Datadog to get comprehensive, fine-grained visibility into our email delivery system](https://www.datadoghq.com/blog/internal-monitoring-email-delivery)
