...
(Optional, UUID) The credentials ID for the search engine
connectTimeout
(Optional, Duration) The maximum time in Duration notation it takes to establish a connection to the server. Defaults to 30 seconds
.
readTimeout
(Optional, Duration) The maximum time in Duration notation to wait for the server to send a response. Defaults to 10 seconds
.
writeTimeout
(Optional, Duration) The maximum time in Duration notation to wait for the client to write the request to the server. Defaults to 10 seconds
.
...
Elastic
Post requests to a given Elasticsearch instance using the official Java API (High level REST client).
...