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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The _standard output_ plugin prints ingested data to standard output.
10
10
11
11
| Key | Description | Default |
12
12
| --- | ----------- | ------- |
13
-
|`format`| Specify the data format to be printed. Supported formats are `msgpack`, `json`, `json_lines`and `json_stream`. |`msgpack`|
13
+
|`format`| Specify the data format to be printed. Supported formats are `msgpack`, `json`, `json_lines`, `json_stream`, `otlp_json`, and `otlp_json_pretty`. |`msgpack`|
14
14
|`json_date_format`| Specify the format of the date. Supported formats are `double`, `epoch`, `epoch_ms`, `iso8601` (for example, `2018-05-30T09:39:52.000681Z`) and `java_sql_timestamp` (for example, `2018-05-30 09:39:52.000681`). |`double`|
15
15
|`json_date_key`| Specify the name of the time key in the output record. To disable the time key set the value to `false`. |`date`|
16
16
|`workers`| The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. |`1`|
0 commit comments