Skip to content

Commit 92c7608

Browse files
committed
Typoes
1 parent cc2c541 commit 92c7608

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/changelog/128163.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ pr: 128163
22
summary: Make `skip_unavailable` catch all errors
33
area: ES|QL
44
type: breaking
5-
issues: []
5+
issues: [ ]
66
breaking:
77
title: Cluster setting "skip_unavailable" catches all runtime errors
88
area: ES|QL
99
details: "If `skip_unavailable` is set to `true`, the runtime errors from this cluster\
1010
\ do not lead to a failure of the query. Instead, the cluster is set to `skipped`\
11-
\ or `partial status, and the query execution continues. This is a breaking change\
11+
\ or `partial` status, and the query execution continues. This is a breaking change\
1212
\ from previous versions, where `skip_unavailable` only applied to errors related\
13-
\ to cluster being unavailable."
13+
\ to a cluster being unavailable."
1414
impact: "The errors on remote clusters, e.g. missing indices, will not lead to a\
15-
\ failure of the query. Instead, the cluster is set to `skipped` or `partial status\
15+
\ failure of the query. Instead, the cluster is set to `skipped` or `partial` status\
1616
\ in the response metadata."
1717
notable: false

0 commit comments

Comments
 (0)