Skip to content

Commit 7349569

Browse files
elasticsearch-specification update
Update code based on https://github.com/elastic/elasticsearch-specification/blob/main/output/schema/schema.json from Tue Apr 1 17:12:05 UTC 2025.
1 parent d4ff763 commit 7349569

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

elasticsearch-ingest-node.schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2269,6 +2269,12 @@
22692269
},
22702270
"lang": {
22712271
"type": "string",
2272+
"enum": [
2273+
"painless",
2274+
"expression",
2275+
"mustache",
2276+
"java"
2277+
],
22722278
"description": "Script language.",
22732279
"default": "painless"
22742280
},

processor.go

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

0 commit comments

Comments
 (0)