Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions specification/_json_spec/bulk.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
"list_executed_pipelines": {
"type": "boolean",
"description": "Sets list_executed_pipelines for all incoming documents. Defaults to unset (false)"
},
"include_source_on_error": {
"type": "boolean",
"description": "True or false if to include the document source in the error message in case of parsing errors. Defaults to true."
}
},
"body": {
Expand Down
4 changes: 4 additions & 0 deletions specification/_json_spec/create.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
"pipeline": {
"type": "string",
"description": "The pipeline id to preprocess incoming documents with"
},
"include_source_on_error": {
"type": "boolean",
"description": "True or false if to include the document source in the error message in case of parsing errors. Defaults to true."
}
},
"body": {
Expand Down
4 changes: 4 additions & 0 deletions specification/_json_spec/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
"require_data_stream": {
"type": "boolean",
"description": "When true, requires the destination to be a data stream (existing or to-be-created). Default is false"
},
"include_source_on_error": {
"type": "boolean",
"description": "True or false if to include the document source in the error message in case of parsing errors. Defaults to true."
}
},
"body": {
Expand Down
4 changes: 4 additions & 0 deletions specification/_json_spec/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
"require_alias": {
"type": "boolean",
"description": "When true, requires destination is an alias. Default is false"
},
"include_source_on_error": {
"type": "boolean",
"description": "True or false if to include the document source in the error message in case of parsing errors. Defaults to true."
}
},
"body": {
Expand Down
Loading