lib/elasticsearch/api/actions/monitoring/bulk.rb in elasticsearch-api-8.0.0 vs lib/elasticsearch/api/actions/monitoring/bulk.rb in elasticsearch-api-8.0.1
- old
+ new
@@ -37,14 +37,13 @@
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/monitor-elasticsearch-cluster.html
#
def bulk(arguments = {})
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
+ arguments = arguments.clone
headers = arguments.delete(:headers) || {}
body = arguments.delete(:body)
-
- arguments = arguments.clone
_type = arguments.delete(:type)
method = Elasticsearch::API::HTTP_POST
path = if _type