Debugging Event Issues
The Atlas platform logs and details each phase of the data flow along a Route from ingestion at the Source to delivery (or failure to deliver) at the Destination.
Log Overviews
To see the basic status of your operations, the log overviews can be searched/filtered from the Logs page in the Console (in Utilties > Logs).

From this page, you can filter down the events that you want to see, and if you would like to further process the events for debugging and analysis, you can export them. The CSV export functionality provides Event status only (delivered, queued, failed) but the JSON export is a fully structured log of the entire Event flow.
Detailed Log Flow
To see more details (and see the exact route an event took) you can click the Details link for a given Event. This detail view shows you the exact route taken, as well as an at-a-glance status as indicated by the green check mark (like this ) at each node. If a node, whether a Source, Filter, or Destination has an issue, a warning triangle (like this ) will be shown instead of the green check mark.

Deeper Details
To see even more details about an event, each node in the route graph can be expanded to reveal the details about its execution by clicking the binoculars icon. For example, Source nodes show the Event data precisely as received, Filter nodes show the Event data as it went in and came out (or if the Filter dropped this Event), and Destinations show the Event data as received from the preceding Filter, and any delivery statuses.

