Skip to content

Commit 7097d31

Browse files
Update specification/cluster/get_settings/ClusterGetSettingsRequest.ts
Co-authored-by: Dianna Hohensee <[email protected]>
1 parent efbd5cd commit 7097d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/cluster/get_settings/ClusterGetSettingsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export interface Request extends RequestBase {
5050
* cluster do not all have the same values in their `elasticsearch.yml` config files then the
5151
* values returned by this API may vary from invocation to invocation and may not reflect the
5252
* values that Elasticsearch uses in all situations. Use the `GET _nodes/settings` API to
53-
* observe the settings on individual nodes in your cluster.
53+
* fetch the settings for each individual node in your cluster.
5454
* @server_default false
5555
*/
5656
include_defaults?: boolean

0 commit comments

Comments
 (0)