File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 7373 "list_executed_pipelines" : {
7474 "type" : " boolean" ,
7575 "description" : " Sets list_executed_pipelines for all incoming documents. Defaults to unset (false)"
76+ },
77+ "include_source_on_error" : {
78+ "type" : " boolean" ,
79+ "description" : " True or false if to include the document source in the error message in case of parsing errors. Defaults to true."
7680 }
7781 },
7882 "body" : {
Original file line number Diff line number Diff line change 5858 "pipeline" : {
5959 "type" : " string" ,
6060 "description" : " The pipeline id to preprocess incoming documents with"
61+ },
62+ "include_source_on_error" : {
63+ "type" : " boolean" ,
64+ "description" : " True or false if to include the document source in the error message in case of parsing errors. Defaults to true."
6165 }
6266 },
6367 "body" : {
Original file line number Diff line number Diff line change 8989 "require_data_stream" : {
9090 "type" : " boolean" ,
9191 "description" : " When true, requires the destination to be a data stream (existing or to-be-created). Default is false"
92+ },
93+ "include_source_on_error" : {
94+ "type" : " boolean" ,
95+ "description" : " True or false if to include the document source in the error message in case of parsing errors. Defaults to true."
9296 }
9397 },
9498 "body" : {
Original file line number Diff line number Diff line change 7777 "require_alias" : {
7878 "type" : " boolean" ,
7979 "description" : " When true, requires destination is an alias. Default is false"
80+ },
81+ "include_source_on_error" : {
82+ "type" : " boolean" ,
83+ "description" : " True or false if to include the document source in the error message in case of parsing errors. Defaults to true."
8084 }
8185 },
8286 "body" : {
You can’t perform that action at this time.
0 commit comments