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
In most cases, when Elasticsearch returns error codes for documents that are part of a bulk operation, the top level message is sufficient to be logged, but in some cases the top level message can be a not very helpful string like "failed to parse".
When a bulk operation fails and we capture information about the failures, we should log as much of the exceptions as we can along with the records that caused them.