Skip to content

Commit 80f4a95

Browse files
committed
Processors.ts - add output_format to DateProcessor
1 parent f24dc11 commit 80f4a95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

specification/ingest/_types/Processors.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,12 @@ export class DateProcessor extends ProcessorBase {
753753
* @server_default UTC
754754
*/
755755
timezone?: string
756+
/**
757+
* The format to use when writing the date to target_field. Must be a valid
758+
* java time pattern.
759+
* @server-default yyyy-MM-dd'T'HH:mm:ss.SSSXXX
760+
*/
761+
output_format?: string
756762
}
757763

758764
export class DissectProcessor extends ProcessorBase {

0 commit comments

Comments
 (0)