# Pipeline Overview Dashboard

Dashboard tab enables the users to visualize the details for the pipelines.

Click on the `Explore` Option from the top menu and click on `Pipelines`

<figure><img src="/files/IdaHRjaSBlC8KzRNzlWP" alt=""><figcaption><p>Navigating to Pipeline Page</p></figcaption></figure>

Click on the Dashbaord tab, this tab has four sub tabs

1. Overview
2. Pipeline Traffic
3. Pipeline Insights
4. Alerts

<figure><img src="/files/Es288jOnacgZbzjbbAcd" alt=""><figcaption></figcaption></figure>

### Overview Tab:

This tab helps provide an quick overview on the Details of Events and Bytes consumed. It also outlines Pipeline information.&#x20;

Widgets available in the overview Tab&#x20;

#### Pipeline Savings (MB)

This Widget shows total data savings by pipeline, it displays the Count, Max and Average. Pipeline  Details along with the details mentioned above are displayed under the widget.

<figure><img src="/files/byqtIkhp7FBfMyOBo4pP" alt=""><figcaption></figcaption></figure>

#### Pipeline Execution Time (p99)

This widget shows the total execution time the pipeline took.

<figure><img src="/files/Q2zjJzW6iHM8IkHEvkrY" alt=""><figcaption></figcaption></figure>

#### Pipeline Execution Time (Avg)

The average execution time the Pipeline took.

<figure><img src="/files/vt8wWyUU0sPDi5wK6YkS" alt=""><figcaption></figcaption></figure>

#### Active Pipelines

Displays the Total number of Active Pipelines.

<figure><img src="/files/zbciNUP340YKlSh8qdqE" alt=""><figcaption></figcaption></figure>

#### Total Events Count Ingested

Displays the total number of Ingested pipeline events ingested.

<figure><img src="/files/7SFa03zVDEw4GRUozJQ1" alt=""><figcaption></figcaption></figure>

#### Total Events Count Output

Displays the total number of Ingested pipeline events processed.

<figure><img src="/files/SyCUYp5esvdEUlZUJJf4" alt=""><figcaption></figcaption></figure>

#### Total Filtered Events

Displays Filtered Pipeline events

<figure><img src="/files/l8et8gXFwG1KjvZP1FG4" alt=""><figcaption></figcaption></figure>

#### Total Savings

Displays the Total bytes saved

<figure><img src="/files/bQ3xoU60wsrEjHO0D3rY" alt=""><figcaption></figcaption></figure>

Total New Streams

Displays total new streams created.

<figure><img src="/files/PeBxjR2iVKMe3u6psGVw" alt=""><figcaption></figcaption></figure>

Total Streams output Events

Displays total steams that were processed.

<figure><img src="/files/yc5u3Vs9D8OTxvkQg43X" alt=""><figcaption></figcaption></figure>

### Pipeline Traffic Tab

#### Pipeline Bytes In

Displays a line chart showing the byte ingested

<figure><img src="/files/dtSGBJA7FPagtD68MGee" alt=""><figcaption></figcaption></figure>

#### Pipeline Bytes Out

Displays a line chart showing the byte processed

<figure><img src="/files/fyrdTdL5COWgvkg0FdCu" alt=""><figcaption></figcaption></figure>

#### Pipeline Events In

Displays the number of Events (logs) that were ingested.

<figure><img src="/files/jbnP6lrDy23VRAmxOjkB" alt=""><figcaption></figcaption></figure>

#### Pipeline Events Out

Displays the number of Events (logs) that were processed.

<figure><img src="/files/YhjvDrCGynIYmRH9R76q" alt=""><figcaption></figcaption></figure>

### Pipeline Insights

#### Pipeline Amplification:

<figure><img src="/files/J71lGvNI00bP9yto9bl8" alt=""><figcaption></figcaption></figure>

#### Pipeline Amplification By Dataflows

<figure><img src="/files/DEJluwiE272gzdfn3bz1" alt=""><figcaption></figcaption></figure>

#### Dropped Logs per Pipeline

Displays the number of logs that were dropped by Pipeline

<figure><img src="/files/hArj253wQHbn9uTPSJ5A" alt=""><figcaption></figcaption></figure>

#### Dropped Logs per Rule

Displays the number of logs that were dropped by Rule

<figure><img src="/files/wS4D4c3b85NgNR4bcPqE" alt=""><figcaption></figcaption></figure>

#### Code Rule Input Size

Displays the Number of bytes ingested by Code Rule

<figure><img src="/files/5WxsFr3X4jOh0dqbCqbv" alt=""><figcaption></figcaption></figure>

#### Code Rule Output Size

Displays the Number of bytes Processed by Code Rule

<figure><img src="/files/1ASe7TmIMsae1EVHrPRU" alt=""><figcaption></figcaption></figure>

Stream Rule Input Events

Displays logs ingested by Stream Rule

Stream Rule Input Bytes

Displays Bytes ingested by Stream Rule

### Alerts

Displays list of Alerts that are created.

When creating an Query an option has been added to Group by Pipeline. This allows the users to identify anomalies easily. On the Alerts page each of pipelines are displayed separately and Pipelines with Anomalies are highlighted in Red and it also highlights the item with the Anomaly.

<figure><img src="/files/1nXm3FJpgBG3WAiAjpQx" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/VkAiOqhnfHPDdTfOqDZh" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apica.io/flow/pipeline-management/data-flow-pipeline-dashboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
