You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compile ScriptProcessor inline scripts when creating ingest pipelines (#21858)
Inline scripts defined in Ingest Pipelines are now compiled at creation time to preemptively catch errors on initialization of the pipeline.
Fixes#21842.
Copy file name to clipboardExpand all lines: qa/smoke-test-ingest-with-all-dependencies/src/test/resources/rest-api-spec/test/ingest/50_script_processor_using_painless.yaml
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -115,3 +115,26 @@
115
115
- match: { _source.bytes_in: 1234 }
116
116
- match: { _source.bytes_out: 4321 }
117
117
- match: { _source.bytes_total: 5555 }
118
+
119
+
---
120
+
"Test script processor with syntax error in inline script":
0 commit comments