You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/_admin-guide/070_Destinations/030_Elasticsearch-http/README.md
+12
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,18 @@ HTTPS connection, as well as password- and certificate-based
13
13
authentication is supported. The content of the events is sent in JSON
14
14
format.
15
15
16
+
 **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.
0 commit comments