Configure InfluxDB in FTA InfoPlatform Service

To enable the connector user has to add the following xml structure to the “FactoryTalk Analytics InfoPlatform Service” configuration file (“RA.InfoPlatform.WindowsService.exe.config”).
<PlugIns>
<add assembly="RA.InfoPlatform.InfluxDbProvider"
type="RA.InfoPlatform.InfluxDbProvider.PlugIn">
<Parameters>
<add name="ConfigFile" value="InfluxDB-Plugin.config" />
<add name="FolderName" value="InfluxDB" />
</Parameters>
</add>
</PlugIns>
With three parameters user can specify the behavior of the connector:
Property Name
Description
ConfigFile
Defines the file that should be used to configure the InfluxDB server connections.
FolderName
The name of the root folder that contains all InfluxDB connector instances.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.