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 efbd5cd commit 7097d31Copy full SHA for 7097d31
specification/cluster/get_settings/ClusterGetSettingsRequest.ts
@@ -50,7 +50,7 @@ export interface Request extends RequestBase {
50
* cluster do not all have the same values in their `elasticsearch.yml` config files then the
51
* values returned by this API may vary from invocation to invocation and may not reflect the
52
* values that Elasticsearch uses in all situations. Use the `GET _nodes/settings` API to
53
- * observe the settings on individual nodes in your cluster.
+ * fetch the settings for each individual node in your cluster.
54
* @server_default false
55
*/
56
include_defaults?: boolean
0 commit comments