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
-`destination`: Destination to write the record to; may include [format directives](https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html#syntax) for counter and record ID (in that order). (Default: `stdout`)
361
362
-`encoding` (file output only): Encoding used by the underlying writer. (Default: `UTF-8`)
362
-
-`footer`: Footer which is output after the record. (Default: `\n`)
363
-
-`header`: Header which is output before the record. (Default: Empty string)
363
+
-`footer`: Footer which is written at the end of the output. (Default: `\n`)
364
+
-`header`: Header which is written at the beginning of the output. (Default: Empty string)
364
365
-`id`: Field name which contains the record ID; if found, will be available for inclusion in `prefix` and `destination`. (Default: `_id`)
365
366
-`internal`: Whether to print the record's internal representation instead of JSON. (Default: `false`)
366
367
-`pretty`: Whether to use pretty printing. (Default: `false`)
368
+
-`separator`: Separator which is written after the record. (Default: `\n`)
0 commit comments