We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24dc11 commit 80f4a95Copy full SHA for 80f4a95
specification/ingest/_types/Processors.ts
@@ -753,6 +753,12 @@ export class DateProcessor extends ProcessorBase {
753
* @server_default UTC
754
*/
755
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
762
}
763
764
export class DissectProcessor extends ProcessorBase {
0 commit comments