Skip to content

Commit 9edd02f

Browse files
elasticsearch-specification update
Update code based on https://github.com/elastic/elasticsearch-specification/blob/main/output/schema/schema.json from Tue Oct 1 00:50:39 UTC 2024.
1 parent 6d25f5c commit 9edd02f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

elasticsearch-ingest-node.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,6 +1620,10 @@
16201620
"skip_if_unlicensed": {
16211621
"type": "boolean",
16221622
"description": "If `true` and the current license does not support running redact processors, then the processor quietly exits without modifying the document."
1623+
},
1624+
"trace_redact": {
1625+
"type": "boolean",
1626+
"description": "If `true` then ingest metadata `_ingest._redact._is_redacted` is set to `true` if the document has been redacted."
16231627
}
16241628
},
16251629
"additionalProperties": false,

processor.go

Lines changed: 1 addition & 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)