You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/outputs/standard-output.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The **stdout** output plugin allows to print to the standard output the data rec
6
6
7
7
| Key | Description | default |
8
8
| :--- | :--- | :--- |
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 |
10
10
| 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 |
11
11
| 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 |
12
12
| 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