lib/elasticsearch/api/actions/indices/get_settings.rb in elasticsearch-api-7.0.0 vs lib/elasticsearch/api/actions/indices/get_settings.rb in elasticsearch-api-7.1.0
- old
+ new
@@ -46,10 +46,10 @@
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, none, all)
# @option arguments [Boolean] :flat_settings Return settings in flat format (default: false)
# @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false)
# @option arguments [Boolean] :include_defaults Whether to return all default setting for each of the indices.
#
- # @see http://www.elasticsearch.org/guide/reference/api/admin-indices-get-settings/
+ # @see https://www.elastic.co/guide/reference/api/admin-indices-get-settings/
#
def get_settings(arguments={})
method = HTTP_GET
path = Utils.__pathify Utils.__listify(arguments[:index]),
Utils.__listify(arguments[:type]),