Skip to content

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

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 elementSaved
Query (Lucene or DataPrime)Yes
FiltersYes
Grouped by fieldsYes
AggregationsYes
Time rangeYes
Visualization typeYes
Column layoutYes
Selected datasetYes

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

  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

  • 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

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 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.

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 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

Open the menu on any tab to access these actions. Some actions only appear on saved-view-linked tabs (marked saved-view only):
ActionDescription
Save viewSave the current unsaved tab as a new view. (Unsaved tabs only.)
Save asFork a saved-view-linked tab into a new view. (Saved-view only.)
EditOpen the view-settings dialog to update the view's name, description, or access policy. (Saved-view only.)
RenameRename the tab label. On saved-view-linked tabs, this updates the saved view's name.
DuplicateOpen a second tab with the same configuration. Disabled at the 5-tab limit.
Copy view IDCopy the saved view's ID for use in URLs or APIs. (Saved-view only.)

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

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

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

  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

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

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.

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

  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

Configure access policies and team default views in Saved views in Explore.