Commit Graph

14 Commits

Author SHA1 Message Date
559acd32be [Backport 7.x] Show the body as string if the response error can't be read as ES error (#1514)
* Show the body as string if the response error can't be read as ES error

* Updated test

Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com>
2021-08-11 09:46:37 +02:00
adc5c2b146 Verify connection to Elasticsearch (#1487) (#1497)
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com>
2021-07-19 16:42:53 +02:00
1e5d143d0c [Backport 7.x] Update body error check (#1474)
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com>
2021-05-20 16:16:06 +02:00
ecff306004 [Backport 7.x] Add top level type error to error message (#1469)
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com>
2021-05-19 11:09:55 +02:00
c9808fb067 Improve response error message (#1457) (#1461)
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com>
2021-05-03 16:39:54 +02:00
bb05668a44 Updated license header (#1267) 2020-07-23 12:27:18 +02:00
51169d5efa Support for Elasticsearch 7.7 (#1192) 2020-05-14 09:55:54 +02:00
8c78f47ac3 Support for Elasticsearch 7.3 (#928) 2019-08-01 10:09:16 +02:00
ae028b2ae2 Consistency for the win
- The result object contains also the metadata about the request
- The events emits the same object of the API response
- The errors, where possible, exposes the APi response object under the
meta key
2019-03-11 17:13:02 +01:00
cae38e6b2b License (#773)
- Added license header
- Added license checker
- Fixed tap
2019-03-08 07:47:24 +01:00
dbe4557848 Use custom client error class 2019-02-11 17:37:16 +01:00
c9635c4a71 WIP: initial prototype
- Added support for different format of requestTimemout
- Changed api method result
- Now we are always returning the result in case of error
- Improved body deserialization
- Added cast to boolen for HEAD requests
- Added support for already serialized strings in the ndserializer
- Fixed qserializer in case of null object
- Updated Errors
2018-10-30 16:32:10 +01:00
8ce9f970f0 WIP: initial prototype
- Added randomizeHost option
- Added ignore status code option
- Updated error classes
- Added ndjson support
- Retry on 502/3/4
2018-10-25 17:10:00 +02:00
e1b80882af Initial prototype 2018-10-18 17:27:31 +02:00