Skip to content

Commit dce7c05

Browse files
elasticsearch-specification update
Update code based on https://github.com/elastic/elasticsearch-specification/blob/main/output/schema/schema.json from Fri Feb 7 15:29:45 UTC 2025.
1 parent d7a890e commit dce7c05

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

elasticsearch-ingest-node.schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@
460460
"type": "string"
461461
},
462462
"type": "array",
463-
"description": "An array of the expected date formats for parsing dates / timestamps in the document being preprocessed. Can be a java time pattern or one of the following formats: ISO8601, UNIX, UNIX_MS, or TAI64N. Required."
463+
"description": "An array of the expected date formats for parsing dates / timestamps in the document being preprocessed. Can be a java time pattern or one of the following formats: ISO8601, UNIX, UNIX_MS, or TAI64N."
464464
},
465465
"date_rounding": {
466466
"type": "string",
@@ -493,7 +493,6 @@
493493
"additionalProperties": false,
494494
"type": "object",
495495
"required": [
496-
"date_formats",
497496
"date_rounding",
498497
"field"
499498
]

processor.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)