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

# Custom Logs Dashboards

> Create custom dashboards to analyze and track your AI application logs across repositories using configurable metrics, filters, and charts.

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

Log dashboards help you visualize key metrics from your production logs. Create custom views by combining data from multiple repositories and applying filters to track what matters most.

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

## Creating your first custom dashboard

<Steps>
  <Step title="Create a dashboard">
    Select **Dashboards** in the left sidebar and click "Create custom logs dashboard"

    <img src="https://mintcdn.com/maximai/ieTtaXix416w-43r/images/docs/dashboards/create-dashboard.png?fit=max&auto=format&n=ieTtaXix416w-43r&q=85&s=9bb610d777794bc8d957a886e97d2956" alt="Create dashboard" width="3024" height="1826" data-path="images/docs/dashboards/create-dashboard.png" />
  </Step>

  <Step title="Name your dashboard">
    Enter a name that describes the dashboard purpose

    <img src="https://mintcdn.com/maximai/ieTtaXix416w-43r/images/docs/dashboards/name-your-dashboard.png?fit=max&auto=format&n=ieTtaXix416w-43r&q=85&s=1fbaa525675e526401c8a701924aa272" alt="Name your dashboard" width="3024" height="1826" data-path="images/docs/dashboards/name-your-dashboard.png" />
  </Step>

  <Step title="Configure metrics">
    Add charts to monitor key metrics:

    1. Choose a visualization type
    2. Select metrics (trace count, latency, token usage)
    3. Pick repositories to analyze

    <Tip>
      Compare metrics across applications by selecting multiple repositories
    </Tip>

    <img src="https://mintcdn.com/maximai/ieTtaXix416w-43r/images/docs/dashboards/add-chart-to-dashboard.png?fit=max&auto=format&n=ieTtaXix416w-43r&q=85&s=88ed8f942f0b740a0d2fae8e426e14d7" alt="Add chart to dashboard" width="3024" height="1716" data-path="images/docs/dashboards/add-chart-to-dashboard.png" />
  </Step>

  <Step title="View your dashboard">
    Track metrics over time with real-time updates

    <img src="https://mintcdn.com/maximai/ieTtaXix416w-43r/images/docs/dashboards/log-dashboard-trace-count-chart.png?fit=max&auto=format&n=ieTtaXix416w-43r&q=85&s=4e40d013ec2efc7ba822d6250ac3079e" alt="Log dashboard trace count chart" width="3024" height="1819" data-path="images/docs/dashboards/log-dashboard-trace-count-chart.png" />
  </Step>

  <Step title="Analyze log details">
    Interact with charts to dive deeper:

    * Hover to see exact data points
    * Click any point to view corresponding logs
    * Apply filters and time ranges to identify specific logs
  </Step>
</Steps>

## Advanced configurations

### Add filters

Customize charts with filters to track:

* Specific user segments
* High-latency requests
* Error patterns

<img src="https://mintcdn.com/maximai/ieTtaXix416w-43r/images/docs/dashboards/add-filters-to-metrics.png?fit=max&auto=format&n=ieTtaXix416w-43r&q=85&s=826675e7e4e95c770644d52e8af9cb0d" alt="Add filters to metrics" width="3024" height="1718" data-path="images/docs/dashboards/add-filters-to-metrics.png" />

### Data aggregation

Group data to analyze patterns:

* Select **Group by** to segment data by model, tags, or repositories

<img src="https://mintcdn.com/maximai/ieTtaXix416w-43r/images/docs/dashboards/group-data-configuration.png?fit=max&auto=format&n=ieTtaXix416w-43r&q=85&s=da36478610cfd0fdab9ba4b765b2cb0c" alt="Data aggregation configure" width="3024" height="1718" data-path="images/docs/dashboards/group-data-configuration.png" />

* Once configured, save the entry to see your data

<img src="https://mintcdn.com/maximai/ieTtaXix416w-43r/images/docs/dashboards/grouped-data-chart.png?fit=max&auto=format&n=ieTtaXix416w-43r&q=85&s=4f4937a02aae290d5bf767b976130323" alt="Grouped data chart" width="1800" height="700" data-path="images/docs/dashboards/grouped-data-chart.png" />

For metric data:

* Select metric visualization
* Choose time-based aggregation
* Pick sum for total traces or average for mean values
* Set aggregation frequency (daily, weekly, monthly)

<img src="https://mintcdn.com/maximai/ieTtaXix416w-43r/images/docs/dashboards/data-aggregation.png?fit=max&auto=format&n=ieTtaXix416w-43r&q=85&s=00f6118d40fdda82b4c9fd966f0011fd" alt="Data aggregation" width="3024" height="1710" data-path="images/docs/dashboards/data-aggregation.png" />

## Summary emails

Get dashboard updates directly in your inbox:

1. Click the three-dot menu and select "Configure summary emails"
   <img src="https://mintcdn.com/maximai/ieTtaXix416w-43r/images/docs/dashboards/email-summary-option.png?fit=max&auto=format&n=ieTtaXix416w-43r&q=85&s=4abfe2b3968c15a5f1d5e3e8a9185591" alt="Email summary option" width="3124" height="1796" data-path="images/docs/dashboards/email-summary-option.png" />

2. Set recipients and frequency for dashboard snapshots
   <img src="https://mintcdn.com/maximai/ieTtaXix416w-43r/images/docs/dashboards/email-summary-configuration.png?fit=max&auto=format&n=ieTtaXix416w-43r&q=85&s=053a6726ff24d00949954017282beabb" alt="Email summary configuration" width="3024" height="1716" data-path="images/docs/dashboards/email-summary-configuration.png" />
