Skip to content

Commit

Permalink
[API] cluster.stats - removes flat_settings parameter and adds includ…
Browse files Browse the repository at this point in the history
…e_remotes
  • Loading branch information
picandocodigo committed Oct 7, 2024
1 parent c349c98 commit 85c1e4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module Actions
# Returns high-level overview of cluster statistics.
#
# @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
# @option arguments [Boolean] :flat_settings Return settings in flat format (default: false)
# @option arguments [Boolean] :include_remotes Include remote cluster data into the response (default: false)
# @option arguments [Time] :timeout Explicit operation timeout
# @option arguments [Hash] :headers Custom HTTP headers
#
Expand Down

0 comments on commit 85c1e4e

Please sign in to comment.