Skip to main content

Integration Events

Last updated on

The Events tab is available for every Airbyte-based integration. It logs all sync runs, integration lifecycle events, import operations, and entity unlink events for that integration. Use it to verify that scheduled syncs are completing, confirm that imports finished successfully, and investigate failures.

info

Access the Events tab

  1. In Harness IDP, go to ConfigureIntegrations.

  2. Find your integration card and click View.

  3. On the integration detail page, click the Events tab.


Filter events

Two dropdowns let you narrow the event list:

  • Event Type: Filters by the kind of action that generated the event. Go to Event type reference for the full list.

  • Status: Filters by outcome. Available values are Success, Partial Success, Running, and Failed.

The event list refreshes automatically every minute. Click Refresh events in the top right to reload the list immediately.


Event table columns

The event list displays the following columns for each event.

ColumnDescription
Event NameThe name of the event as shown in the UI, indicating the action and its outcome.
StatusThe result of the event: Success, Partial Success, Running, or Failed.
DescriptionA brief summary of the event outcome, including record counts where applicable.
StartedThe date and time when the event began.
Last UpdatedThe most recent timestamp for this event.
Triggered ByThe actor that initiated the event, such as System for scheduled syncs.

Event details panel

Click any event row to open a details panel on the right side of the page.

FieldDescription
Integration IDThe unique identifier of the integration.
Started AtThe exact date and time the event started.
Last UpdatedThe most recent update timestamp.
DurationHow long the event took to complete.
Records SyncedThe number of records processed during the event.
Trigger SourceWhat initiated the event: scheduled for automated syncs, or manual when triggered using the Sync button.
StreamsThe data streams involved in this event, such as the resource types being synced.
DescriptionA summary of the event outcome.

Event type reference

Event TypeStatusEvent Name
Sync runRunningSyncing records
SuccessSync completed
Partial SuccessSync partially completed
FailedSync failed
Integration createdRunningCreating integration
SuccessIntegration created
FailedIntegration creation failed
Integration updatedRunningUpdating integration
SuccessIntegration updated
FailedIntegration update failed
Integration enabledRunningEnabling integration
SuccessIntegration enabled
FailedIntegration enable failed
Integration disabledRunningDisabling integration
SuccessIntegration disabled
FailedIntegration disable failed
Entities manual importRunningStarting manual import
SuccessManual import complete
Partial SuccessManual import partially completed
FailedManual import unsuccessful
Auto importRunningAuto-importing <kind>
Success<kind> auto-imported
Partial Success<kind> auto-import partially completed
Failed<kind> auto-import failed
Entities unlinkRunningUnlinking entities
SuccessEntities unlinked
Partial SuccessEntities partially unlinked
FailedUnlink failed
info

For Auto import events, <kind> is replaced by the actual entity kind being processed, such as resource or component.

For integration lifecycle events (Integration created, updated, enabled, and disabled), a Failed status covers both full failures and partial failures.

For Sync run events, a Failed status can indicate one of three conditions: the sync encountered an error, the sync got stuck and was marked stale by the system, or a newer sync started before this one completed and overrode it.