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 bf0d1b9 commit ee64d87Copy full SHA for ee64d87
specification/cluster/stats/ClusterStatsRequest.ts
@@ -37,10 +37,10 @@ export interface Request extends RequestBase {
37
}
38
query_parameters: {
39
/**
40
- * If `true`, returns settings in flat format.
+ * Include remote cluster data into the response
41
* @server_default false
42
*/
43
- flat_settings?: boolean
+ include_remotes?: boolean
44
45
* Period to wait for each node to respond.
46
* If a node does not respond before its timeout expires, the response does not include its stats.
0 commit comments