Skip to content

Commit 9e4dede

Browse files
Merge branch 'master' into doc-signoff
2 parents 1ce86f5 + 2584141 commit 9e4dede

File tree

1 file changed

+12
-0
lines changed
  • doc/_admin-guide/070_Destinations/030_Elasticsearch-http

1 file changed

+12
-0
lines changed

doc/_admin-guide/070_Destinations/030_Elasticsearch-http/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ HTTPS connection, as well as password- and certificate-based
1313
authentication is supported. The content of the events is sent in JSON
1414
format.
1515

16+
![]({{ site.baseurl}}/assets/images/caution.png) **CAUTION:** When a shard fails to respond to a read request, the coordinating node sends the request to another shard copy in the same replication group. Repeated failures can result in no available shard copies.
17+
{: .notice--warning}
18+
19+
To ensure fast responses, the following APIs will respond with partial results if one or more shards fail:
20+
21+
* Search
22+
* Multi Search
23+
* Bulk
24+
* Multi Get
25+
26+
Responses containing partial results still provide a 200 OK HTTP status code. Shard failures are indicated by the timed_out and _shards fields of the response header.
27+
1628
**Declaration**
1729

1830
```config

0 commit comments

Comments
 (0)