product-iots/modules-old/analytics/distribution/datasource_config_change.xml
2017-03-06 16:09:20 +05:30

12 lines
311 B
XML

<processor>
<!-- Remove current datsources config -->
<remove>
<name>//datasources-configuration/datasources</name>
</remove>
<!-- Add modified Carbon db and UM db config -->
<add>
<inside>//datasources-configuration</inside>
<file>ds_config.xml</file>
</add>
</processor>