Skip to content

Commit ee64d87

Browse files
committed
Remove flat_settings, add include_remotes
1 parent bf0d1b9 commit ee64d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/cluster/stats/ClusterStatsRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ export interface Request extends RequestBase {
3737
}
3838
query_parameters: {
3939
/**
40-
* If `true`, returns settings in flat format.
40+
* Include remote cluster data into the response
4141
* @server_default false
4242
*/
43-
flat_settings?: boolean
43+
include_remotes?: boolean
4444
/**
4545
* Period to wait for each node to respond.
4646
* If a node does not respond before its timeout expires, the response does not include its stats.

0 commit comments

Comments
 (0)