For the complete documentation index, see llms.txt. This page is also available as Markdown.

Integration Events

Monitor sync and lifecycle activity for Airbyte-based integrations in Harness IDP. Understand event types, statuses, and how to use the Events tab.

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.


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.

Column
Description

Event Name

The name of the event as shown in the UI, indicating the action and its outcome.

Status

The result of the event: Success, Partial Success, Running, or Failed.

Description

A brief summary of the event outcome, including record counts where applicable.

Started

The date and time when the event began.

Last Updated

The most recent timestamp for this event.

Triggered By

The 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.

Field
Description

Integration ID

The unique identifier of the integration.

Started At

The exact date and time the event started.

Last Updated

The most recent update timestamp.

Duration

How long the event took to complete.

Records Synced

The number of records processed during the event.

Trigger Source

What initiated the event: scheduled for automated syncs, or manual when triggered using the Sync button.

Streams

The data streams involved in this event, such as the resource types being synced.

Description

A summary of the event outcome.


Event type reference

Event Type
Status
Event Name

Sync run

Running

Syncing records

Success

Sync completed

Partial Success

Sync partially completed

Failed

Sync failed

Integration created

Running

Creating integration

Success

Integration created

Failed

Integration creation failed

Integration updated

Running

Updating integration

Success

Integration updated

Failed

Integration update failed

Integration enabled

Running

Enabling integration

Success

Integration enabled

Failed

Integration enable failed

Integration disabled

Running

Disabling integration

Success

Integration disabled

Failed

Integration disable failed

Entities manual import

Running

Starting manual import

Success

Manual import complete

Partial Success

Manual import partially completed

Failed

Manual import unsuccessful

Auto import

Running

Auto-importing <kind>

Success

<kind> auto-imported

Partial Success

<kind> auto-import partially completed

Failed

<kind> auto-import failed

Entities unlink

Running

Unlinking entities

Success

Entities unlinked

Partial Success

Entities partially unlinked

Failed

Unlink failed

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.

Last updated

Was this helpful?