Copy as Markdown[Open in ChatGPT](https://chatgpt.com/?q=Read%20https%3A%2F%2Fcoralogix.com%2Fdocs%2Fuser-guides%2Fdata_exploration%2Fviews_queries.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)[Open in Claude](https://claude.ai/new?q=Read%20https%3A%2F%2Fcoralogix.com%2Fdocs%2Fuser-guides%2Fdata_exploration%2Fviews_queries.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)[API reference](https://coralogix.com/docs/docs/api-reference/v5/folders-for-views-service)

# Explore views, tabs, and queries

Save views in Explore to capture and restore complete investigation setups. Open multiple views in tabs to run parallel queries, and save queries separately to reuse expressions across different views.

[![Explore showing multiple views open in tabs with independent query states](/docs/assets/images/tabs-overview-55281ee80092325e24d6d58b491a9bef.webp)](https://coralogix.com/docs/docs/assets/images/tabs-overview-55281ee80092325e24d6d58b491a9bef.webp)

## Saved views[​](#saved-views "Direct link to Saved views")

A saved view captures the complete configuration of an Explore investigation so you can return to it later without rebuilding from scratch.

Bringing saved views from legacy (v1) Explore

Saved views from legacy (v1) Explore aren't carried over automatically. To migrate yours to the new Explore, contact Coralogix Support or your account manager for help with the transition.

When you save a view, Explore preserves everything about your current setup:

| Configuration element       | Saved |
| --------------------------- | ----- |
| Query (Lucene or DataPrime) | Yes   |
| Filters                     | Yes   |
| Grouped by fields           | Yes   |
| Aggregations                | Yes   |
| Time range                  | Yes   |
| Visualization type          | Yes   |
| Column layout               | Yes   |
| Selected dataset            | Yes   |

Each saved view opens in its own tab. When you load a saved view, Explore restores the exact tab configuration, query, filters, time range, layout, visualization, and selected dataset you had when you saved it.

### Create a saved view[​](#create-a-saved-view "Direct link to Create a saved view")

1. Configure Explore with the query, filters, time range, and layout you want to preserve.
2. Select **Save view** in the top-right action bar.
3. Enter a name for the view.
4. Select **Save**.

The saved view appears in the **All views** panel. Select it at any time to restore the full configuration in a new tab.

When you have a saved view loaded in the active tab and make changes, the top-bar button label switches from **Save view** to **Save changes** — selecting it overwrites the view in place. To fork the changes into a separate view instead, use **Save as** from the tab's menu.

### Manage saved views[​](#manage-saved-views "Direct link to Manage saved views")

* **Rename**: Open the saved views list, find the view, and select rename. Enter the new name and confirm.
* **Delete**: Open the saved views list, find the view, and select delete. Confirm deletion in the prompt. Deletion is permanent.
* **Update**: Load the view, make changes to the Explore configuration, then save again under the same name to overwrite the existing view.

### Share a saved view[​](#share-a-saved-view "Direct link to Share a saved view")

To share a saved view with a teammate, select **Copy URL** in the top-right action bar after loading the view. The URL encodes the current configuration, including the saved view state.

The URL uses human-readable query parameters, so you can also build a link by hand or pass `viewId=<id>` to open a specific view. See [Deep links and URL parameters](https://coralogix.com/docs/docs/user-guides/data_exploration/deep-links/.md) for the full parameter reference.

For the full saved-views walk-through — including how to set a team default view, configure access policies, and the permissions model — see [Saved views in Explore](https://coralogix.com/docs/docs/user-guides/monitoring-and-insights/explore-screen/create-and-manage-saved-views/.md).

## Tabs[​](#tabs "Direct link to Tabs")

Every view opens in a tab. Tabs are the working surface for your investigations — each one holds a single view with its own query, filters, and layout.

When you save a view, you save the state of the current tab. When you load a saved view, it opens in a tab with the full configuration restored.

### Open and manage tabs[​](#open-and-manage-tabs "Direct link to Open and manage tabs")

* Open a new tab from either the **+** icon next to the tab bar or the **New view** button in the **All views** panel header.
* Each new tab starts with the default Explore state — empty query, default time range — unless you have a default saved view set. With a default saved view, new tabs are seeded with its query, dataset, and configuration. Your personal default takes precedence over the team default.
* Switch between tabs by selecting the tab label.
* Close a tab by selecting the **x** on the tab. Closing a tab discards its state unless you save it as a view first.
* You can't close the last remaining tab — Explore always keeps one tab open.
* You can have up to **5 tabs** open at once. At the limit, the **+** button is disabled with a tooltip — close one to open another.

Tabs labeled `Explore (N)` are unsaved. Tabs opened from a saved view use the view's name as the label.

### Tab actions menu[​](#tab-actions-menu "Direct link to Tab actions menu")

Open the menu on any tab to access these actions. Some actions only appear on saved-view-linked tabs (marked **saved-view only**):

| Action           | Description                                                                                                  |
| ---------------- | ------------------------------------------------------------------------------------------------------------ |
| **Save view**    | Save the current unsaved tab as a new view. (Unsaved tabs only.)                                             |
| **Save as**      | Fork a saved-view-linked tab into a new view. *(Saved-view only.)*                                           |
| **Edit**         | Open the view-settings dialog to update the view's name, description, or access policy. *(Saved-view only.)* |
| **Rename**       | Rename the tab label. On saved-view-linked tabs, this updates the saved view's name.                         |
| **Duplicate**    | Open a second tab with the same configuration. Disabled at the 5-tab limit.                                  |
| **Copy view ID** | Copy the saved view's ID for use in URLs or APIs. *(Saved-view only.)*                                       |

### Compare investigations with tabs[​](#compare-investigations-with-tabs "Direct link to Compare investigations with tabs")

* Compare log volume across two different services during the same time window.
* Run a query on `logs` in one tab and `spans` in another to correlate events.
* Build and test a new query in one tab while keeping your reference query open in another.

### Tab persistence[​](#tab-persistence "Direct link to Tab persistence")

Tabs persist across page reloads — Explore keeps the tab state in session storage, including any unsaved edits to a saved view. Closing the browser tab clears the working tabs. Save a tab as a view before closing if you want to preserve it long-term.

## Saved queries[​](#saved-queries "Direct link to Saved queries")

A saved query stores only the query logic (search expression, group by fields, and aggregations) without capturing the visual layout, time range, or column configuration.

Use saved queries when you want to reuse a specific query expression across different views, sessions, and time ranges.

### Save a query[​](#save-a-query "Direct link to Save a query")

1. Build a query in the search bar or Query Builder.
2. Select **Save query** from the query bar kebab menu.
3. Enter a **Query name** and an optional **Description** (up to 150 characters). A query-preview card shows the entity and dataset chips that will be captured.
4. Select **Save**.

The query is saved and available in the **Query catalog** drawer.

### Query catalog and query history[​](#query-catalog-and-query-history "Direct link to Query catalog and query history")

The **Query catalog** drawer has two tabs that share the same entry point:

* **Recent**: queries you have run recently, recorded automatically. Use it to revisit a query without retyping it.
* **Catalog**: queries you have explicitly saved with a name and description.

[![Query catalog showing the Recent and Catalog tabs for accessing saved and recent queries](/docs/assets/images/query-catalog-0b32eb61f249fb222f3d7245f8e66ea0.webp)](https://coralogix.com/docs/docs/assets/images/query-catalog-0b32eb61f249fb222f3d7245f8e66ea0.webp)

From either tab you can:

* Sort by **Favorites**, **Recently created**, **Oldest**, or **A–Z**.
* Mark queries as favorites for quick access.
* Apply a query to the active tab, copy it, or open it in a new tab.
* Edit details or delete an entry from its row menu.

Query history is stored locally per browser and is not shared with other users.

## Related resources[​](#related-resources "Direct link to Related resources")

* [Explore overview](https://coralogix.com/docs/docs/user-guides/data_exploration/.md)
* [Query Builder](https://coralogix.com/docs/docs/user-guides/data_exploration/query_builder/.md)
* [Query with DataPrime](https://coralogix.com/docs/docs/user-guides/data_exploration/dataprime/.md)
* [Explore actions](https://coralogix.com/docs/docs/user-guides/data_exploration/explore_actions/.md)

## Use them together[​](#use-them-together "Direct link to Use them together")

Views, tabs, and saved queries work best in combination:

* Use **saved views** to preserve complete investigation setups and return to them later.
* Use **tabs** to run parallel investigations within an active session.
* Use **saved queries** to build a library of reusable query expressions you apply across different views and time ranges.
* Use **query history** to quickly revisit queries you ran recently without saving them explicitly.

### Example workflow[​](#example-workflow "Direct link to Example workflow")

1. Open Explore and start investigating an incident.
2. Open a second tab to compare a related service without losing the first query.
3. Save the first tab as a view named "Incident 2026-04-14—service-a" so you can return to it later.
4. Save the core query as a saved query named "Error rate by severity" for reuse in future sessions.
5. Share the view URL with a teammate so they can load the same investigation.

## Next steps[​](#next-steps "Direct link to Next steps")

Configure access policies and team default views in [Saved views in Explore](https://coralogix.com/docs/docs/user-guides/monitoring-and-insights/explore-screen/create-and-manage-saved-views/.md).
