You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/ecosystem/integration-manager/overview.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ To learn more about Xtm Composer architecture, refer to the [dedicated documenta
43
43
## Browsing the catalog
44
44
- Navigate to **Integrations > Catalog**
45
45
- 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).
46
-
- 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).
46
+
- 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).
47
47
48
48
## Deploying a collector, injector or executor
49
49
@@ -70,6 +70,29 @@ To learn more about Xtm Composer architecture, refer to the [dedicated documenta
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.
76
+
77
+
### Prerequisites
78
+
79
+
- An **Enterprise Edition license** is active
80
+
- The **Integration Manager** is running
81
+
- The user has the **Manage Platform Settings** permission
82
+
- The connector is **external** (not built-in) and has no existing managed instance
83
+
84
+
### Migration flow
85
+
86
+
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.
87
+
2. Click **Migrate**. A drawer opens with the configuration form (same fields as a new deployment).
88
+
3. Fill in the required configuration options.
89
+
4. Click **Migrate** to confirm. The connector is re-registered under the Integration Manager, preserving its existing identifier.
90
+
5. You are redirected to the new managed instance view.
91
+
92
+
After migration, the connector can be fully managed from the UI: start/stop, update configuration, and view logs — just like any other deployed instance.
93
+
94
+
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.
95
+
73
96
## Managing the instances
74
97
75
98
- Different injector, collector or executor types are identified in the catalog:
0 commit comments