Skip to content

Commit

Permalink
pipeline: inputs: mqtt: Format configuration parameter table (#1435)
Browse files Browse the repository at this point in the history
* pipeline: inputs: mqtt: Format configuration parameter table

Signed-off-by: Seonghyeon Cho <[email protected]>

* Update pipeline/inputs/mqtt.md

Co-authored-by: Craig Norris <[email protected]>
Signed-off-by: Seonghyeon Cho <[email protected]>

---------

Signed-off-by: Seonghyeon Cho <[email protected]>
Co-authored-by: Craig Norris <[email protected]>
  • Loading branch information
sh-cho and cnorris-cs authored Aug 16, 2024
1 parent 8883d82 commit 21366f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pipeline/inputs/mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 21366f6

Please sign in to comment.