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

# Overview

> You can monitor API Proxy call metrics, analyze log data, create custom reports. You can perform real-time traffic monitoring and performance analysis. You can analyze API Proxy performance, usage, and traffic.

## Basic Functions

The Analytics module performs the following basic functions:

<CardGroup cols={2}>
  <Card title="Performance Monitoring" icon="gauge">
    You can monitor API load and performance, perform status detection
  </Card>

  <Card title="Advanced Filtering" icon="filter">
    You can apply advanced filters to log data and perform queries
  </Card>

  <Card title="Visualization" icon="chart-line">
    You can visualize metrics with charts and dashboards
  </Card>

  <Card title="Reporting" icon="file-chart-line">
    You can create custom reports and generate automatic reports
  </Card>

  <Card title="Real-Time Monitoring" icon="eye">
    You can monitor API traffic in real-time
  </Card>

  <Card title="Tracing" icon="route">
    You can track request flow step by step and debug
  </Card>

  <Card title="Data Management" icon="database">
    You can manage and transfer log data
  </Card>
</CardGroup>

## Use Cases

<CardGroup cols={2}>
  <Card title="Performance Analysis" icon="chart-bar">
    You can monitor and analyze API performance metrics
  </Card>

  <Card title="Error Analysis" icon="exclamation-triangle">
    You can analyze error rates and error types
  </Card>

  <Card title="Endpoint Statistics" icon="list">
    You can view endpoint usage statistics
  </Card>

  <Card title="Client Analysis" icon="users">
    You can perform client-based traffic analysis
  </Card>

  <Card title="Security Analysis" icon="shield">
    You can perform IP-based traffic and security analysis
  </Card>

  <Card title="Trend Analysis" icon="chart-line">
    You can perform trend analysis over time
  </Card>

  <Card title="Custom Reports" icon="file-chart-line">
    You can create and share custom reports
  </Card>

  <Card title="Debug and Detection" icon="bug">
    You can detect performance issues and debug
  </Card>
</CardGroup>

## Analytics Modules

The Analytics module consists of the following sub-modules:

<CardGroup cols={2}>
  <Card title="Dashboard" icon="chart-bar" href="/en/analytic/dashboard">
    Dashboards visualizing API Proxy performance metrics
  </Card>

  <Card title="API Traffic" icon="chart-network" href="/en/analytic/api-traffic">
    Viewing and analyzing traffic logs of all API Proxies
  </Card>

  <Card title="Tracing" icon="route" href="/en/analytic/tracing">
    Step-by-step tracking of incoming requests in API Proxy
  </Card>

  <Card title="Query Editor" icon="code" href="/en/analytic/query-editor/queries">
    Making query and filter definitions on log records
  </Card>

  <Card title="Reports" icon="file-chart-line" href="/en/analytic/analytics-reports/reports">
    Ready reports and custom report generation
  </Card>

  <Card title="API Traffic Log Settings" icon="cog" href="/en/analytic/api-traffic-log-settings">
    Configuring API Proxy traffic logs
  </Card>

  <Card title="Transfer Unsent Logs" icon="database" href="/en/analytic/transfer-unsent-api-traffic-logs">
    Transferring unsent log data
  </Card>

  <Card title="Log Data Structure" icon="file-code" href="/en/analytic/api-traffic-log-record-data-structure">
    API traffic log record data structure
  </Card>
</CardGroup>

## Data Structure

For detailed information about the data structure of API traffic log records, you can refer to the [API Traffic Log Record Data Structure](/en/analytic/api-traffic-log-record-data-structure) page.

## Important Notes

<Warning>
  * Querying and analytical visualization of API Traffic in Apinizer Management Console is only possible by adding an Elasticsearch Connector to the relevant environment.
  * If multiple Elasticsearch Connectors are defined, data from the **first** Elasticsearch Connector added in Apinizer Management Console can be viewed.
</Warning>

<Note>
  * In the section under the Project menu, reporting can only be done on metrics under the project.
  * In the section under the Admin menu, reporting can be done on all metrics.
  * API Proxy Traffic (Over Time) and API Proxy Creation Report pages are exclusive to Admin.
</Note>
