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

# View Pipeline Errors

> Find processing errors in a Pipeline using error indicators, the Error History view, and per-error log lines, plus error retention details.

## Error Indicators

If an error is generated during the processing of data in your Pipeline, a red indicator will appear next to the name of the Pipeline, as well as on the node where the processing error occurs. Hover your mouse over the indicator on the node for more information about the error. The [Error Code Reference](/telemetry-pipelines/error-code-reference) contains more information about the specific types of errors for each Processor.

<Frame caption="This screenshot shows the error indicators for the OTEL-Replay Pipeline and the Parse Processor.">
  <img src="https://mintcdn.com/mezmo-9a59581a/uS5U7z9j4833qA9M/images/telemetry-pipelines/avtop0omzu48t7wuec41zjsqxayex55jspe0tg1xlg3fshgnqdr58c48wntcsnxk.jpg?fit=max&auto=format&n=uS5U7z9j4833qA9M&q=85&s=8b0b300ff7956947444ea981795e0532" alt="Image" width="825" height="321" data-path="images/telemetry-pipelines/avtop0omzu48t7wuec41zjsqxayex55jspe0tg1xlg3fshgnqdr58c48wntcsnxk.jpg" />
</Frame>

## View Error History

You can view the errors for any Pipeline by accessing its **Error History**.

1. Log in to the [Mezmo Web App](https://app.mezmo.com).
2. Click **Pipelines** in the Admin Panel.
3. Under **Deployed Pipelines**, click the arrow next to the Pipeline you want to view to open the **Pipeline Menu**.
4. Click **Error History**. You will see a list of errors in order by **Timestamp,** along with information about the type, the affected node, and the error message.   You can also search errors using character and term matching.

<Frame caption="An example error">
  <img src="https://mintcdn.com/mezmo-9a59581a/uS5U7z9j4833qA9M/images/telemetry-pipelines/3fye3anp5vhbzmi39w6va5nadgykhojx79vjikcosqhwqy440p058gexilyjaqub.png?fit=max&auto=format&n=uS5U7z9j4833qA9M&q=85&s=b0900576b2ef2e04956cef30d0ae163e" alt="Image" width="990" height="345" data-path="images/telemetry-pipelines/3fye3anp5vhbzmi39w6va5nadgykhojx79vjikcosqhwqy440p058gexilyjaqub.png" />
</Frame>

## View Log Lines for Errors

You can view the specific log lines that have caused errors.

1. Open  the **Error History** for the Pipeline.
2. Click the arrow next to the error to view the log line that caused the error.

<Frame caption="The log line associated with the error">
  <img src="https://mintcdn.com/mezmo-9a59581a/_0qiUj6KnOAKkTwu/images/telemetry-pipelines/rcn1l4kp71n82zo0m64l7ynst9l5zl1r6txrx1jt1t9ol7esm1ug0062oxzejssp.png?fit=max&auto=format&n=_0qiUj6KnOAKkTwu&q=85&s=39b8c3c961224d66ce17789e2694950d" alt="Image" width="1085" height="549" data-path="images/telemetry-pipelines/rcn1l4kp71n82zo0m64l7ynst9l5zl1r6txrx1jt1t9ol7esm1ug0062oxzejssp.png" />
</Frame>

## Error Retention

* Pipeline error logs are retained for 10 days.  A scheduled task runs every 12 hours and deletes logs that are over 10 days old.
* If a repeat error occurs, only the timestamp is updated , and the additional log entries are not retained
