Skip to content

Commit 7073ca8

Browse files
authored
pipeline: outputs: standard-output: add missing comma (#1355)
Signed-off-by: John Sammut <[email protected]>
1 parent ac73c46 commit 7073ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/outputs/standard-output.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The **stdout** output plugin allows to print to the standard output the data rec
66

77
| Key | Description | default |
88
| :--- | :--- | :--- |
9-
| Format | Specify the data format to be printed. Supported formats are _msgpack_ _json_, _json\_lines_ and _json\_stream_. | msgpack |
9+
| Format | Specify the data format to be printed. Supported formats are _msgpack_, _json_, _json\_lines_ and _json\_stream_. | msgpack |
1010
| json\_date\_key | Specify the name of the time key in the output record. To disable the time key just set the value to `false`. | date |
1111
| json\_date\_format | Specify the format of the date. Supported formats are _double_, _epoch_, _iso8601_ (eg: _2018-05-30T09:39:52.000681Z_) and _java_sql_timestamp_ (eg: _2018-05-30 09:39:52.000681_) | double |
1212
| Workers | Enables dedicated thread(s) for this output. Default value is set since version 1.8.13. For previous versions is 0. | 1 |

0 commit comments

Comments
 (0)