We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bd2bc commit 1302cc3Copy full SHA for 1302cc3
docs/reference/release-notes/7.15.asciidoc
@@ -17,6 +17,10 @@ Authorization::
17
Aggregations::
18
* Possible source of leaked delayable writables {es-pull}80166[#80166]
19
20
+NOTE: This issue only arises when using <<search-search-api-query-params,allow_partial_search_results=false>>
21
+(e.g. <<transform-overview,transforms>>) on a search with aggregations AND if one of the underlying
22
+shard level search requests fail. Kibana uses `allow_partial_search_results=true` (Elasticsearch default).
23
+
24
Authorization::
25
* Marking operator user no longer depends on license state {es-pull}79595[#79595]
26
* Preserve request headers in a mixed version cluster {es-pull}79412[#79412] (issue: {es-issue}79354[#79354])
0 commit comments