> ## Documentation Index
> Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard

> Learn how to use the dashboard to filter and sort your logs using custom criteria to streamline debugging and create saved views to quickly access your most-used search patterns.

export const MaximPlayer = ({url}) => {
  return <iframe className="border-background-highlight-secondary h-full w-full rounded-md border-2 aspect-video" src={url} allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>;
};

## How to Use The Dashboard?

Filter and sort your logs using custom criteria to streamline debugging. Create saved views to quickly access your most-used search patterns.

## Create Filters and Saved Views

<Steps>
  <Step title="Access the search interface">
    Open your log repository and type filters directly in the search bar or select from the filter menu
  </Step>

  <Step title="Apply filtering criteria">
    Apply filters to display logs matching your specified criteria
  </Step>

  <Step title="Save your view">
    Click the bookmark icon <Icon icon="bookmark" className="h-4 w-4" /> to save your current filter configuration
  </Step>

  <Step title="Quick access">
    Access your saved filters directly from the search bar for quick navigation
  </Step>
</Steps>

Here's an example of how you can create a saved view, with a specific set of filter configuration.

<img src="https://mintcdn.com/maximai/fHnWe0mnvuD5228y/images/docs/tracing/filter-view-on-logs.png?fit=max&auto=format&n=fHnWe0mnvuD5228y&q=85&s=c6d36d1b029e1a9216126a81a4377c8b" alt="Dashboard" width="2854" height="1614" data-path="images/docs/tracing/filter-view-on-logs.png" />

You can also access the saved view from the search bar to apply those filters quickly.

<img src="https://mintcdn.com/maximai/fHnWe0mnvuD5228y/images/docs/tracing/saved-view-filter-search.png?fit=max&auto=format&n=fHnWe0mnvuD5228y&q=85&s=ddd8f200007640141b0ef0e717e60cf9" alt="Saved Filter View" width="2852" height="1612" data-path="images/docs/tracing/saved-view-filter-search.png" />

<MaximPlayer url="https://drive.google.com/file/d/1HMc0wNdZdgz2SvZbYgfeD3CAeFLyDH1R/preview" />

## Logs Charts

Logs charts visualize your log data over time, helping you identify patterns, trends, and anomalies. Charts can be displayed as bar charts or line charts.

### Interactive Features

* **Hover**: Hover over bars or points to see detailed information

* **Click**: Click on chart elements to interact with tooltips and navigate to logs

* **Drag selection**: Drag across the chart to select multiple time periods

* **Visual feedback**: Selected ranges are highlighted with a shaded overlay

Use these interactive features to quickly identify patterns, anomalies, and navigate to specific log entries for deeper analysis.

<img src="https://mintcdn.com/maximai/V2UCxlt5OoxncMKv/images/docs/dashboards/logs-charts-on-hover-interaction.png?fit=max&auto=format&n=V2UCxlt5OoxncMKv&q=85&s=2d81c172290f8f716e334f658a799093" alt="Logs Charts" width="2990" height="1716" data-path="images/docs/dashboards/logs-charts-on-hover-interaction.png" />

<img src="https://mintcdn.com/maximai/V2UCxlt5OoxncMKv/images/docs/dashboards/logs-charts-drag-interaction.png?fit=max&auto=format&n=V2UCxlt5OoxncMKv&q=85&s=835f4a271c0a74d1c4966ed017e9559a" alt="Logs Charts" width="3012" height="1721" data-path="images/docs/dashboards/logs-charts-drag-interaction.png" />

### Chart Controls

* **Chart type toggle**: Hover over the chart to see bar/line chart toggle buttons at the top right

* **Fullscreen**: Click the expand icon to view the chart in fullscreen mode

### Custom Metrics

Custom metrics graphs show up when you send them with your logs. When present, Maxim displays them as separate charts alongside standard metrics like latency, cost, and tokens.

Custom metrics charts support the same interactive features as standard charts and allow you to:

* View metrics over time with aggregation options (average, p50, p90, p95, p99)

* Switch between different aggregation types using the dropdown on each chart

* Filter and drill down into specific time ranges

* Navigate to logs filtered by the selected metric values

Custom metrics help you track application-specific data points that matter to your use case, such as user satisfaction scores, custom business metrics, or any numeric values you log alongside your traces and sessions.

<img src="https://mintcdn.com/maximai/V2UCxlt5OoxncMKv/images/docs/dashboards/logs-charts-custom-metrics.png?fit=max&auto=format&n=V2UCxlt5OoxncMKv&q=85&s=d82d9acf2c9b6db7a31c2ec8a1859e09" alt="Custom Metrics" width="2832" height="1070" data-path="images/docs/dashboards/logs-charts-custom-metrics.png" />

### Viewing Logs from Charts

1. Hover over or click a data point on the chart

2. In the tooltip, click on a series name or click "View logs"

3. You'll be navigated to the logs view filtered for that time range with relevant filters applied
