Skip to content

Commit 5bdffc3

Browse files
committed
[API] cluster.stats - removes flat_settings parameter and adds include_remotes
1 parent c349c98 commit 5bdffc3

File tree

1 file changed

+1
-1
lines changed
  • elasticsearch-api/lib/elasticsearch/api/actions/cluster

1 file changed

+1
-1
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/cluster/stats.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module Actions
2525
# Returns high-level overview of cluster statistics.
2626
#
2727
# @option arguments [List] :node_id A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
28-
# @option arguments [Boolean] :flat_settings Return settings in flat format (default: false)
28+
# @option arguments [Boolean] :include_remotes Include remote cluster data into the response (default: false)
2929
# @option arguments [Time] :timeout Explicit operation timeout
3030
# @option arguments [Hash] :headers Custom HTTP headers
3131
#

0 commit comments

Comments
 (0)