Skip to content

Commit b2831c2

Browse files
committed
pipeline: inputs: mqtt: updated description of payload_key as per review comments.
Signed-off-by: Eric D. Schabell <eric@schabell.org>
1 parent 9714a04 commit b2831c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/mqtt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The plugin supports the following configuration parameters:
1010
|:--------------|:--------------------------------------------------------------------------------------------------------|:-------------|
1111
| `buffer_size` | Maximum payload size (in bytes) for a single MQTT message. | `2048` |
1212
| `listen` | Listener network interface. | `0.0.0.0` |
13-
| `payload_key` | Specify the key where the payload key/value will be preserved. | _none_ |
13+
| `payload_key` | Field name where the MQTT message payload will be stored in the output record. | _none_ |
1414
| `port` | TCP port where listening for connections. | `1883` |
1515
| `threaded` | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
1616

0 commit comments

Comments
 (0)