OpenSearch/x-pack/qa/sql/security
Nik Everett b225f5e5c6
HLRest: Allow caller to set per request options (#30490)
This modifies the high level rest client to allow calling code to
customize per request options for the bulk API. You do the actual
customization by passing a `RequestOptions` object to the API call
which is set on the `Request` that is generated by the high level
client. It also makes the `RequestOptions` a thing in the low level
rest client. For now that just means you use it to customize the
headers and the `httpAsyncResponseConsumerFactory` and we'll add
node selectors and per request timeouts in a follow up.

I only implemented this on the bulk API because it is the first one
in the list alphabetically and I wanted to keep the change small
enough to review. I'll convert the remaining APIs in a followup.
2018-05-31 13:59:52 -04:00
..
no-ssl Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
src/test HLRest: Allow caller to set per request options (#30490) 2018-05-31 13:59:52 -04:00
ssl Build: Add task interdependencies for ssl configuration (#30633) 2018-05-15 16:09:15 -07:00
build.gradle Test: use trial license in qa tests with security 2018-05-03 10:33:08 -06:00
roles.yml Add comments inadvertently removed during migrate 2018-04-24 13:41:09 -05:00