Skip to content

Commit 8ef264f

Browse files
authored
docs: outputs: standard-output: add otlp_json and otlp_json_pretty format values (#2530)
1 parent 5945273 commit 8ef264f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipeline/outputs/standard-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The _standard output_ plugin prints ingested data to standard output.
1010

1111
| Key | Description | Default |
1212
| --- | ----------- | ------- |
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` |
1414
| `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` |
1515
| `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` |
1616
| `workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `1` |

0 commit comments

Comments
 (0)