lib/elasticsearch/xpack/api/actions/enrich/stats.rb in elasticsearch-xpack-7.13.3 vs lib/elasticsearch/xpack/api/actions/enrich/stats.rb in elasticsearch-xpack-7.14.0.pre
- old
+ new
@@ -22,10 +22,10 @@
module Actions
# Gets enrich coordinator statistics and information about enrich policies that are currently executing.
#
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.13/enrich-stats-api.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.14/enrich-stats-api.html
#
def stats(arguments = {})
headers = arguments.delete(:headers) || {}
arguments = arguments.clone