diff --git a/pipeline/inputs/mqtt.md b/pipeline/inputs/mqtt.md index 5ed4295fc..f1f26e6c3 100644 --- a/pipeline/inputs/mqtt.md +++ b/pipeline/inputs/mqtt.md @@ -6,11 +6,11 @@ The **MQTT** input plugin, allows to retrieve messages/data from MQTT control pa The plugin supports the following configuration parameters: -| Key | Description | -| :--- | :--- | -| Listen | Listener network interface, default: 0.0.0.0 | -| Port | TCP port where listening for connections, default: 1883 | -| Payload_Key | Specify the key where the payload key/value will be preserved. | +| Key | Description | Default | +| :---------- | :------------------------------------------------------------- | :------ | +| Listen | Listener network interface. | `0.0.0.0` | +| Port | TCP port where listening for connections. | `1883` | +| Payload_Key | Specify the key where the payload key/value will be preserved. | _none_ | ## Getting Started