
## View event logs

URL: https://docs.atlan.com/product/administration/logs/how-tos/view-event-logs

> View and filter events received from connectors in Atlan to track lineage and observability data. Event logs are stored for 7 days.

Event logs show every event received from your configured connectors: Airflow, Apache Spark, Anomalo, and others. Use them to verify lineage events are arriving correctly, debug issues with event-based connections, and track which connector sent which event. Logs are retained for 7 days.

## Prerequisites

- You are an **admin** in Atlan.
- At least one supported source is configured to send events. Supported sources: [Airflow/OpenLineage](https://docs.atlan.com/llms/connectors/apache-airflow-openlineage/integrate-apache-airflow-openlineage/llms.txt), [Amazon MWAA/OpenLineage](https://docs.atlan.com/llms/connectors/amazon-mwaa-openlineage/integrate-amazon-mwaa-openlineage/llms.txt), [Astronomer/OpenLineage](https://docs.atlan.com/llms/connectors/astronomer-openlineage/integrate-astronomer-openlineage/llms.txt), [Google Cloud Composer/OpenLineage](https://docs.atlan.com/llms/connectors/google-cloud-composer-openlineage/integrate-google-cloud-composer-openlineage/llms.txt), [Apache Spark/OpenLineage](https://docs.atlan.com/llms/connectors/apache-spark-openlineage/integrate-apache-spark-openlineage/llms.txt), [Anomalo](https://docs.atlan.com/llms/connectors/anomalo/set-up-anomalo/llms.txt).

## View event logs

1. In your Atlan workspace, click **Settings** from the left menu.

 If you are using the **Old UI (Classic)**, from the left menu, click **Admin**.

2. Under _Logs_, click **Event logs**.

3. The page shows the 20 most recently received events. For each event you can see the timestamp (your local timezone, 24-hour format), connector name, and a summary of the event details.

4. (Optional) Use the **Connector** dropdown to filter by source:

 - **Airflow**: includes events from Airflow, Amazon MWAA, Astronomer, and Google Cloud Composer.
 - **Spark**: events from Apache Spark.
 - **Anomalo**: events from Anomalo.

5. (Optional) Click the refresh button to reload and see the latest events.

6. Click any event row to open the _Event details_ sidebar and view the full JSON payload, connector name, and timestamp. You can copy the JSON or expand it to fullscreen.

## View connection events

1. In your Atlan workspace, go to **Workflows → Manage**.

2. Open the **Listeners** tab.

3. Search for and click the connection you want to inspect.

4. Click the **Events** tab to see events specific to that connection.

## Need help?

If events are not appearing or are arriving with missing data, verify the source connector is configured correctly and check the connection's Events tab for errors. Contact [**Atlan Support**](https://docs.atlan.com/support/submit-request) if the issue persists.

## See also

- [View query logs](https://docs.atlan.com/llms/governance/access-control/view-query-logs/llms.txt): Track queries run by users in Atlan.

---
