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
With elastic/elasticsearch#120725 Elasticsearch now supports a new query parameter include_source_on_error on bulk, created, index and update requests. When this option is set, ES will not include the document source in the error message in case of parsing errors. The change is aiming for 8.18 and 9.0 afaics.
With elastic/elasticsearch#120725 Elasticsearch now supports a new query parameter
include_source_on_error
onbulk
,created
,index
andupdate
requests. When this option is set, ES will not include the document source in the error message in case of parsing errors. The change is aiming for8.18
and9.0
afaics.This is a dependency for elastic/go-docappender#226
The text was updated successfully, but these errors were encountered: