Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion docs/deployment/ecosystem/integration-manager/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To learn more about Xtm Composer architecture, refer to the [dedicated documenta
## Browsing the catalog
- Navigate to **Integrations > Catalog**
- Use the search bar to find collectors, injectors and executors by name or description. You can also apply filters (e.g., by collector, executor or injector type).
- If a collector, injector or executor has already been deployed, it will no longer appear in the Catalog. Instead, youll find it in its associated page (Collectors, Injectors, or Executors).
- If a collector, injector or executor has already been deployed, it will no longer appear in the Catalog. Instead, you'll find it in its associated page (Collectors, Injectors, or Executors).

## Deploying a collector, injector or executor

Expand All @@ -70,6 +70,29 @@ To learn more about Xtm Composer architecture, refer to the [dedicated documenta

![Connector started](../../assets/integration-manager/connector-started.png)

## Migrating an existing connector

If you have a connector that was previously deployed manually (outside the Integration Manager), you can **migrate** it so that its settings are managed directly from the UI.

### Prerequisites

- An **Enterprise Edition license** is active
- The **Integration Manager** is running
- The user has the **Manage Platform Settings** permission
- The connector is **external** (not built-in) and has no existing managed instance

### Migration flow

1. Navigate to the connector's card in the Catalog or its detail page. A **Migrate** button is displayed when the conditions above are met.
2. Click **Migrate**. A drawer opens with the configuration form (same fields as a new deployment).
3. Fill in the required configuration options.
4. Click **Migrate** to confirm. The connector is re-registered under the Integration Manager, preserving its existing identifier.
5. You are redirected to the new managed instance view.

After migration, the connector can be fully managed from the UI: start/stop, update configuration, and view logs — just like any other deployed instance.
Comment thread
RomuDeuxfois marked this conversation as resolved.

The initial connector may be shut down at this point. Remove the container, or contact your customer support if the OpenAEV instance is managed by a service provider.

## Managing the instances

- Different injector, collector or executor types are identified in the catalog:
Expand Down