Polish "Allow to configure the Elasticsearch rest client timeouts"

Closes gh-15965
This commit is contained in:
Stephane Nicoll
2019-04-18 11:14:27 +02:00
parent 5bacb32557
commit 2cfcd2690e
2 changed files with 17 additions and 15 deletions

View File

@@ -4805,6 +4805,7 @@ You can further tune how `RestClient` is configured, as shown in the following e
[source,properties,indent=0]
----
spring.elasticsearch.rest.uris=https://search.example.com:9200
spring.elasticsearch.rest.read-timeout=10s
spring.elasticsearch.rest.username=user
spring.elasticsearch.rest.password=secret
----