Skip to content

Commit bdb543e

Browse files
elasticsearch-specification update
Update code based on https://github.com/elastic/elasticsearch-specification/blob/main/output/schema/schema.json from Tue Sep 23 00:49:22 UTC 2025.
1 parent b84e77e commit bdb543e

File tree

2 files changed

+27
-10
lines changed

2 files changed

+27
-10
lines changed

elasticsearch-ingest-node.schema.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,6 +1776,15 @@
17761776
"modified_date_millis": {
17771777
"type": "integer",
17781778
"description": "Date and time when the pipeline was last modified, in milliseconds since the epoch."
1779+
},
1780+
"field_access_pattern": {
1781+
"type": "string",
1782+
"enum": [
1783+
"classic",
1784+
"flexible"
1785+
],
1786+
"description": "Controls how processors in this pipeline should read and write data on a document's source.",
1787+
"default": "classic"
17791788
}
17801789
},
17811790
"additionalProperties": false,

processor.go

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

0 commit comments

Comments
 (0)