Skip to content

Commit 62d4800

Browse files
pipeline: inputs: serial-interface: Add threading info
Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
1 parent ca71245 commit 62d4800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/serial-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The **serial** input plugin, allows to retrieve messages/data from a _Serial_ in
1111
| Min\_Bytes | The serial interface will expect at least _Min\_Bytes_ to be available before to process the message \(default: 1\) |
1212
| Separator | Allows to specify a _separator_ string that's used to determinate when a message ends. |
1313
| Format | Specify the format of the incoming data stream. The only option available is 'json'. Note that _Format_ and _Separator_ cannot be used at the same time. |
14+
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). Default: `false`. |
1415

1516
## Getting Started
1617

@@ -125,4 +126,3 @@ When the module is loaded, it will interconnect the following virtual interfaces
125126
/dev/tnt4 <=> /dev/tnt5
126127
/dev/tnt6 <=> /dev/tnt7
127128
```
128-

0 commit comments

Comments
 (0)