You can integrate your Logger plugin to other plugins pinned in your pipeline to generate data logs and send them to any logging platform for analysis and monitoring.
Note: For the purpose of this article, we will be using the MQTT Gateway and Webhooks Connector plugins as examples for integrating a Logger plugin to other plugins.
To integrate a Logger plugin to other plugins, perform the following steps:
- Navigate to Pipeline Studio then create a new pipeline.
- Locate the MQTT Gateway plugin then drag and drop the plugin onto the design canvas.
- Double-click the plugin then configure it by providing the required details.
- After you have configured the plugin, go to the Logging tab.
- From the Loggers drop-down menu, select the Logger you want to use.
- Click Save to complete your changes in the plugin. To synchronize and post the data coming from the MQTT Gateway plugin, you must add another plugin.
- Locate the Webhooks Connector plugin then drag and drop the plugin onto the design canvas.
- Configure the plugin then save it.
Note: For more information on how to configure a plugin, see Configuring Plugins in your Pipeline. - After you have added and configured the plugins in your pipeline, connect them by dragging the output terminal of the MQTT Gateway to the input terminal of the Webhooks Connector.
- Click Save & Deploy to run the pipeline.
After you have configured and integrated the Logger plugin to other plugins in your pipeline, you need to connect your device to a client simulator in order to send device data to your plugins. For the MQTT Gateway plugin, we will be using the MQTTBox.
Perform the following steps to connect your device in MQTTBox:
- Open the MQTTBox then click Create MQTT Client.
- Provide the following MQTT Client Settings:
- MQTT Client Name - Enter a name for the device connection.
- MQTT Client ID - Enter the device ID.
- Protocol - Select the protocol as mqtt/tcp.
- Host - Enter the IP address and port generated for the Gateway.
- Click Save to complete your connection. Once connection is established, you can start sending data to the device as shown from the sample screenshot below:
Note: For detailed information on how to connect and send data to the device using MQTTBox, refer to the MQTT Gateway plugin online help. To view and analyze the data logs, refer to the Verifying Logs article.
Back to Top | < Previous | Next > |
Comments
0 comments
Please sign in to leave a comment.