OpenSearch/modules/ingest-common
Henning Andersen 125feecabc
Guess root cause support unwrap (#50525) (#50742)
ElasticsearchException.guessRootCauses would return wrapper exception if
inner exception was not an ElasticsearchException. Fixed to never return
wrapper exceptions.

At least following APIs change root_cause.0.type as a result:

_update with bad script
_index with bad pipeline

Relates #50417
2020-01-08 19:09:14 +01:00
..
src Guess root cause support unwrap (#50525) (#50742) 2020-01-08 19:09:14 +01:00
build.gradle Backport: add templating support to pipeline processor (#49643) 2019-11-27 15:53:40 +01:00