Skip to content

Commit c75a0ab

Browse files
authored
[9.0] Fix allow_partial_search_results default value (#3978)
1 parent 8880608 commit c75a0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/eql/search/EqlSearchRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface Request extends RequestBase {
5252
allow_no_indices?: boolean
5353
/**
5454
* If true, returns partial results if there are shard failures. If false, returns an error with no partial results.
55-
* @server_default false
55+
* @server_default true
5656
*/
5757
allow_partial_search_results?: boolean
5858
/**

0 commit comments

Comments
 (0)