How-To Guides
Integration Guides
InfluxDB v2.x SSL Integration Guide
11min
review the following guide for setting up an integration between manufacturing connect edge and an influxdb database (version 2 x) using ssl authentication note the following data types and formats are not viewable in influxdb string char json payloads user scenario in this guide you will deploy influxdb from the same computer (windows based) running manufacturing connect edge and then use the db influxdb v2 x ssl connector to connect locally manufacturing connect edge and the database before you begin you will need to set up your computer so that it can run docker commands step 1 set up influxdb you will first need to run the influxdb docker image and then configure ssl authentication step 1a run influxdb docker image on your computer, open the command prompt window run the following command docker run name influxdb p 8086 8086 influxdb 2 0 9 the command will create the influxdb container with the name "influxdb", on port 8086, and install influxdb version 2 0 9 if you are using a different version of influxdb, update the version number once the pulling and running of influxdb is complete, open a browser window and enter http //localhost 8086 in the address window the setup screen for influxdb displays configure the details for the initial user you will need to refer to these values when setting up the connector in manufacturing connect edge username password initial organization name initial bucket name click continue continue setting up the database as needed return to the homepage of influxdb navigate to data > tokens then, click the token name already created details for the token display click copy to clipboard and store the token somewhere securely you will refer to this when setting up the connector in manufacturing connect edge step 1b configure ssl authentication you will need to configure ssl authentication in influxdb and use the authentication parameters to configure the connection in manufacturing connect edge see enable tls encryption to learn more now that influxdb is configured to your specific requirements and you've collected the parameters needed to set up the connection, you can complete the setup in manufacturing connect edge step 2 add device follow the steps to connect a device docid\ rfvijdxz7dbad8mwbisma the device will be used to store tags that will be eventually used to create outbound topics in the connector make sure to select the enable data store checkbox step 3 add tags after connecting the device in manufacturing connect edge, you can add tags docid\ ioanzd2awqnkuppgee3eh to the device create tags that you want to use to create outbound topics for the connector step 4 add the influxdb ssl connector follow the steps to add a connector docid\ m2nifnaadyphcvzwmcoto and select the db influxdb v2 x ssl provider configure the following parameters name enter a name for the connector influxdb address enter http //localhost 8086 influxdb bucket name enter the bucket name configured in the influxdb setup in step 1 organization enter the organization name configured in the influxdb setup in step 1 auth token paste the token copied in step 1 username (optional) enter a username to access the database password (optional) enter the password associated with the username ca certificate paste or upload the ca certificate required to access influxdb certificate paste or upload the ssl certificate private key enter or paste the ssl private key insert batch size enter the number of messages to be collected as a batch before inserting into the database insert batch commit time the batch commit time in seconds throttling limit the maximum number of messages per second to be processed the default value is zero, which means that there is no limit persistent storage when enabled, this will cause messages to undergo a store and forward procedure messages will be stored within manufacturing connect edge when cloud providers are online queue mode select the queue mode as lifo (last in first out) or fifo (first in first out) selecting lifo means that the last data entry is processed first, and selecting fifo means the first data entry is processed first step 5 enable the connector after adding the connector, click the toggle in the connector tile to enable it if you see a failed status, you can review the manage connectors docid\ zz28hztqbk7od xsj81o8 and relevant error messages step 6 create topics for connector you will now need to import the tags you added in step 3 to the connector as topics to create outbound topics click the connector tile the connector dashboard appears click the topics tab click the import from devicehub tags icon the devicehub import dialog box appears select all the tags to import and click import after adding all required topics, navigate to the integration overview page and ensure the connector is not disabled and still shows a connected status step 7 enable topics to enable the topics, return to the topics tab and click the enable all topics icon step 8 verify connection access the influxdb database to ensure that data is being sent successfully from manufacturing connect edge to the database