From 21366f6c16c20da6a774b09551b0ad000602b5fc Mon Sep 17 00:00:00 2001 From: Seonghyeon Cho Date: Fri, 16 Aug 2024 19:45:39 +0900 Subject: [PATCH] pipeline: inputs: mqtt: Format configuration parameter table (#1435) * pipeline: inputs: mqtt: Format configuration parameter table Signed-off-by: Seonghyeon Cho * Update pipeline/inputs/mqtt.md Co-authored-by: Craig Norris <112565517+cnorris-cs@users.noreply.github.com> Signed-off-by: Seonghyeon Cho --------- Signed-off-by: Seonghyeon Cho Co-authored-by: Craig Norris <112565517+cnorris-cs@users.noreply.github.com> --- pipeline/inputs/mqtt.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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