Skip to content

Commit c94e263

Browse files
elasticsearch-specification update
Update code based on https://github.com/elastic/elasticsearch-specification/blob/main/output/schema/schema.json from Tue Apr 8 00:50:05 UTC 2025.
1 parent 3ee7985 commit c94e263

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

elasticsearch-ingest-node.schema.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,6 +1338,13 @@
13381338
"inference_config": {
13391339
"$ref": "#/$defs/InferenceConfig",
13401340
"description": "Contains the inference type and its options."
1341+
},
1342+
"input_output": {
1343+
"description": "Input fields for inference and output (destination) fields for the inference results. This option is incompatible with the target_field and field_map options."
1344+
},
1345+
"ignore_missing": {
1346+
"type": "boolean",
1347+
"description": "If true and any of the input fields defined in input_ouput are missing then those missing fields are quietly ignored, otherwise a missing field causes a failure. Only applies when using input_output configurations to explicitly list the input fields."
13411348
}
13421349
},
13431350
"additionalProperties": false,

processor.go

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)