After creating the MQTT data source, enter the connection information:
- Use TLS : Increases security by encrypting the connection.
- Protocol: WebSocket is used by default.
- Port: 1883 (insecure) or 8883 (secure/TLS supported).
- Host: MQTT broker address. (for example, mqtt.example.com)
- Basepath: Required for WebSocket connections (for example, /mqtt).
- Username & Password: Authentication credentials for the MQTT server.
Click the Test button to test the connection and then save the settings with the CREATE button.