ConfigSync supports a wide range of objects that can be synchronized. This topic lists the supported objects in order of processing.
  • System objects are processed before app objects.
  • Within each group (system or app), objects are processed in a specific order.
  • ConfigSync applies updates in the following order:
    1. DELETE
    2. CREATE
    3. UPDATE
The table below lists the object types supported by the ConfigSync service in order of processing by group:
Object TypeGroupPathDescription
Configurationssys: 0_lw_system/configurationsCustom system settings
Solr config-setssys: 0_lw_system/solr-configsSolr config-sets, such as solrconfig.xml, managed-schema.xml, and so on.
Solr collectionssys: 1_lw_system/solr-collectionsSolr collections metadata
Rules_lw_system/collections-dataQuery rewrite rules
Userssys: 2_lw_system/usersUser accounts and permissions
Rolessys: 2_lw_system/rolesRoles and access levels
Realmssys: 2_lw_system/realmsSecurity realms and configurations
API keyssys: 2_lw_system/api-keysAPI keys for Fusion API access
Connectors pluginssys: 2_lw_system/connectors-pluginsConnector plugins for data connectivity
Query stage pluginssys: 2_lw_system/query-stage-pluginsQuery stage plugins for query pipelines
Index stage pluginssys: 2_lw_system/index-stage-pluginsIndex stage plugins for index pipelines
JDBC driverssys: 2_lw_system/jdbc-driversJDBC drivers for data connectivity
Appsapp: 0<APP>/appsFusion Applications
Blobsapp: 1<APP>/blobsObjects stored in the system_blobs collection
Fusion collectionsapp: 1<APP>/collectionsMetadata for Solr collections in Fusion
Data modelsapp: 1<APP>/data-modelsData models
Zonesapp: 1<APP>/zonesPredictive Merchandiser config
Datasourcesapp: 2<APP>/datasourcesV1 Connectors config
Datasources V2app: 2<APP>/datasources-v2V2 Connectors config
Query pipelinesapp: 2<APP>/query-pipelinesQuery pipelines
Query profilesapp: 2<APP>/query-profilesQuery profiles
Experimentsapp: 2<APP>/experimentsQuery pipeline experiments
Parsersapp: 2<APP>/parsersIndex pipeline parsers
Index profilesapp: 2<APP>/index-profilesIndex profiles
Index pipelinesapp: 2<APP>/index-pipelinesIndex pipelines
Spark jobsapp: 2<APP>/spark-jobsSpark jobs config
Tasksapp: 2<APP>/tasksTasks config
Subscriptionsapp: 2<APP>/subscriptionsSubscriptions config
Groupsapp: 2<APP>/groupsObject groups, including non-system and _shared groups
Linksapp: 2<APP>/linksFusion object links, supported only for non-system groups
Templatesapp: 3<APP>/templatesPredictive Merchandiser config
Schedulesapp: 3<APP>/schedulesFor data-sources, Spark jobs and tasks
Replace <APP>/* in the folder column with your Fusion app name. The _lw_system/* folders are system objects folders.