Migration Guide
This guide will help you migrate your connector instances to their version managed by Integration Manager.
Warning
By following this guide, you will delete your current instance and replace it with a new one.
The current state, works in progress, last ingestion dates, and all data intrinsic to the currently deployed instance will not be recovered.
Prerequisites
Before starting, ensure you have: - XTM Composer installed (see Installation Guide) - Access to an OpenCTI instance - An Enterprise Edition activated (see Enterprise Edition) - The Manage ingestion capability (see Users)
Step 1 : Verify that the connector is compatible with the integration manager
- Log into your OpenCTI instance
- Navigate to Data > Ingestion > Connector Catalog
- Search for the connector in the list
- All connectors natively present in OpenCTI are manager compatible
Step 2 : Get the current configuration of the connector instance
When deploying your instance, you created a configuration file. In this file, you should be able to access the settings required to deploy the connector via the integration manager. Among this information, you will need the credentials in particular.
For more information on the configuration settings for a connector, follow the link (Integration documentation and code) accessible from the connector page in OpenCTI. Once on GitHub, go to the metadata folder, then open the CONNECTOR_CONFIG_DOC.md file.
Step 3 : Deploy the new instance
- Navigate to Data > Ingestion > Connector Catalog
- Search for the connector in the list
- Click Deploy to display the form
- Fill out the form with the information you collected earlier
- Click Create to deploy the connector
Step 4 : Start the new instance
- Navigate to Data > Ingestion > Connector > [your connector instance]
- Click Start to start the connector
- Wait a few seconds for the status to change to Start
Step 5 : Delete the old instance
You can now delete the old instance. Be sure to remove it from your services (e.g., in the docker-compose file) to prevent automatic redeployment during the next update.