Skip to content

Bulk Configuration and Migration

For configuring a single driver or tag, see Create a Southbound Driver and Groups and Tags. Real projects usually involve dozens or hundreds of identical devices and thousands of tags per node, where entering them one by one is impractical. This section covers five bulk methods.

Choosing a method

ScenarioMethod
Dozens or hundreds of nodes of the same device modelTemplate-based configuration
Hundreds or thousands of tags within one nodeBatch tag configuration (Excel import/export)
Duplicate a configured driver and change only its connection parametersDriver duplication
Back up a whole instance, or move it to another oneSouthbound device import and export
Migrate from KEPServerEX, Litmus Edge, and similar platformsDriver Migration Tool

Templates compared with driver duplication

Both produce new nodes quickly, but they suit different cases:

Template-based configurationDriver duplication
SourceA separately maintained template objectAn existing running node
ReuseReusable indefinitely, and exportable to a file for transfer between instancesOne node per duplication
SuitsStandardized lines where one configuration is deployed repeatedly over timeAdding one or two similar devices ad hoc

Templates apply to southbound drivers only, not to northbound applications.

Driver duplication

On the South Devices page, click Copy on a driver card to create a new node carrying the original node's full configuration, groups, and tags. Change the new node's connection parameters (IP address, slave ID, and so on) afterwards, or both nodes will address the same device.

Southbound device import and export

Click Export at the top right of the South Devices page to export every southbound driver configuration and its tags as a JSON file. Import restores that file into the same instance or a different one.

Common uses:

  • Configuration backup: keep a full copy before an upgrade or a migration.
  • Environment promotion: validate in a test environment, then import the whole configuration into the on-site instance.
  • Master-backup synchronization: keep the collection configuration identical on both instances — see Master-Backup Mode.

TIP

The output of the Driver Migration Tool is imported here as well.

Configuration limits

Check the per-instance limits before configuring in bulk — see Data Collection, Processing and Forwarding · Configuration specification.