elasticsearch-api 9.2.0 → 9.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. checksums.yaml +4 -4
  2. data/lib/elasticsearch/api/actions/async_search/submit.rb +12 -9
  3. data/lib/elasticsearch/api/actions/bulk.rb +1 -0
  4. data/lib/elasticsearch/api/actions/cat/aliases.rb +1 -1
  5. data/lib/elasticsearch/api/actions/cat/indices.rb +3 -1
  6. data/lib/elasticsearch/api/actions/cat/segments.rb +10 -0
  7. data/lib/elasticsearch/api/actions/cat/tasks.rb +3 -4
  8. data/lib/elasticsearch/api/actions/cluster/get_component_template.rb +2 -3
  9. data/lib/elasticsearch/api/actions/cluster/health.rb +25 -12
  10. data/lib/elasticsearch/api/actions/cluster/put_settings.rb +3 -3
  11. data/lib/elasticsearch/api/actions/cluster/state.rb +6 -5
  12. data/lib/elasticsearch/api/actions/connector/check_in.rb +3 -4
  13. data/lib/elasticsearch/api/actions/connector/sync_job_check_in.rb +3 -4
  14. data/lib/elasticsearch/api/actions/connector/sync_job_claim.rb +3 -5
  15. data/lib/elasticsearch/api/actions/connector/sync_job_error.rb +3 -5
  16. data/lib/elasticsearch/api/actions/connector/sync_job_update_stats.rb +3 -5
  17. data/lib/elasticsearch/api/actions/connector/update_active_filtering.rb +3 -4
  18. data/lib/elasticsearch/api/actions/connector/update_error.rb +3 -4
  19. data/lib/elasticsearch/api/actions/connector/update_features.rb +3 -4
  20. data/lib/elasticsearch/api/actions/connector/update_filtering_validation.rb +3 -4
  21. data/lib/elasticsearch/api/actions/connector/update_status.rb +3 -4
  22. data/lib/elasticsearch/api/actions/cross_cluster_replication/forget_follower.rb +1 -1
  23. data/lib/elasticsearch/api/actions/cross_cluster_replication/resume_follow.rb +1 -1
  24. data/lib/elasticsearch/api/actions/dangling_indices/delete_dangling_index.rb +3 -3
  25. data/lib/elasticsearch/api/actions/dangling_indices/import_dangling_index.rb +3 -3
  26. data/lib/elasticsearch/api/actions/delete_by_query_rethrottle.rb +1 -1
  27. data/lib/elasticsearch/api/actions/eql/search.rb +3 -2
  28. data/lib/elasticsearch/api/actions/esql/get_query.rb +3 -4
  29. data/lib/elasticsearch/api/actions/esql/list_queries.rb +3 -4
  30. data/lib/elasticsearch/api/actions/features/reset_features.rb +3 -4
  31. data/lib/elasticsearch/api/actions/fleet/msearch.rb +3 -4
  32. data/lib/elasticsearch/api/actions/fleet/search.rb +3 -4
  33. data/lib/elasticsearch/api/actions/index.rb +3 -0
  34. data/lib/elasticsearch/api/actions/indices/cancel_migrate_reindex.rb +0 -4
  35. data/lib/elasticsearch/api/actions/indices/create_from.rb +0 -4
  36. data/lib/elasticsearch/api/actions/indices/data_streams_stats.rb +1 -1
  37. data/lib/elasticsearch/api/actions/indices/delete.rb +1 -1
  38. data/lib/elasticsearch/api/actions/indices/delete_data_lifecycle.rb +5 -4
  39. data/lib/elasticsearch/api/actions/indices/delete_data_stream_options.rb +5 -4
  40. data/lib/elasticsearch/api/actions/indices/disk_usage.rb +3 -4
  41. data/lib/elasticsearch/api/actions/indices/downsample.rb +3 -4
  42. data/lib/elasticsearch/api/actions/indices/exists_alias.rb +1 -1
  43. data/lib/elasticsearch/api/actions/indices/explain_data_lifecycle.rb +3 -3
  44. data/lib/elasticsearch/api/actions/indices/field_usage_stats.rb +4 -5
  45. data/lib/elasticsearch/api/actions/indices/forcemerge.rb +5 -4
  46. data/lib/elasticsearch/api/actions/indices/get_alias.rb +1 -1
  47. data/lib/elasticsearch/api/actions/indices/get_index_template.rb +1 -1
  48. data/lib/elasticsearch/api/actions/indices/get_migrate_reindex_status.rb +0 -4
  49. data/lib/elasticsearch/api/actions/indices/migrate_reindex.rb +0 -4
  50. data/lib/elasticsearch/api/actions/indices/open.rb +1 -1
  51. data/lib/elasticsearch/api/actions/indices/promote_data_stream.rb +1 -1
  52. data/lib/elasticsearch/api/actions/indices/put_index_template.rb +1 -1
  53. data/lib/elasticsearch/api/actions/indices/put_mapping.rb +2 -1
  54. data/lib/elasticsearch/api/actions/indices/put_template.rb +1 -1
  55. data/lib/elasticsearch/api/actions/indices/reload_search_analyzers.rb +3 -2
  56. data/lib/elasticsearch/api/actions/indices/shrink.rb +1 -0
  57. data/lib/elasticsearch/api/actions/indices/stats.rb +2 -2
  58. data/lib/elasticsearch/api/actions/inference/chat_completion_unified.rb +3 -3
  59. data/lib/elasticsearch/api/actions/inference/completion.rb +5 -1
  60. data/lib/elasticsearch/api/actions/inference/delete.rb +3 -2
  61. data/lib/elasticsearch/api/actions/inference/get.rb +7 -3
  62. data/lib/elasticsearch/api/actions/inference/put.rb +1 -1
  63. data/lib/elasticsearch/api/actions/inference/put_alibabacloud.rb +0 -1
  64. data/lib/elasticsearch/api/actions/inference/put_amazonbedrock.rb +0 -1
  65. data/lib/elasticsearch/api/actions/inference/put_amazonsagemaker.rb +0 -1
  66. data/lib/elasticsearch/api/actions/inference/put_anthropic.rb +0 -1
  67. data/lib/elasticsearch/api/actions/inference/put_azureaistudio.rb +0 -1
  68. data/lib/elasticsearch/api/actions/inference/put_azureopenai.rb +0 -1
  69. data/lib/elasticsearch/api/actions/inference/put_cohere.rb +0 -1
  70. data/lib/elasticsearch/api/actions/inference/put_contextualai.rb +0 -1
  71. data/lib/elasticsearch/api/actions/inference/put_custom.rb +0 -1
  72. data/lib/elasticsearch/api/actions/inference/put_deepseek.rb +0 -1
  73. data/lib/elasticsearch/api/actions/inference/put_elasticsearch.rb +0 -1
  74. data/lib/elasticsearch/api/actions/inference/put_googleaistudio.rb +0 -1
  75. data/lib/elasticsearch/api/actions/inference/put_googlevertexai.rb +0 -1
  76. data/lib/elasticsearch/api/actions/inference/put_hugging_face.rb +0 -1
  77. data/lib/elasticsearch/api/actions/inference/put_jinaai.rb +0 -1
  78. data/lib/elasticsearch/api/actions/inference/put_mistral.rb +0 -1
  79. data/lib/elasticsearch/api/actions/inference/put_openai.rb +0 -1
  80. data/lib/elasticsearch/api/actions/inference/put_voyageai.rb +0 -1
  81. data/lib/elasticsearch/api/actions/inference/put_watsonx.rb +0 -1
  82. data/lib/elasticsearch/api/actions/inference/rerank.rb +1 -1
  83. data/lib/elasticsearch/api/actions/inference/sparse_embedding.rb +1 -1
  84. data/lib/elasticsearch/api/actions/inference/stream_completion.rb +1 -1
  85. data/lib/elasticsearch/api/actions/inference/text_embedding.rb +1 -1
  86. data/lib/elasticsearch/api/actions/ingest/get_pipeline.rb +1 -1
  87. data/lib/elasticsearch/api/actions/license/post_start_basic.rb +1 -1
  88. data/lib/elasticsearch/api/actions/license/post_start_trial.rb +2 -2
  89. data/lib/elasticsearch/api/actions/machine_learning/start_data_frame_analytics.rb +2 -1
  90. data/lib/elasticsearch/api/actions/machine_learning/start_trained_model_deployment.rb +1 -1
  91. data/lib/elasticsearch/api/actions/machine_learning/stop_data_frame_analytics.rb +2 -1
  92. data/lib/elasticsearch/api/actions/machine_learning/stop_trained_model_deployment.rb +2 -1
  93. data/lib/elasticsearch/api/actions/migration/deprecations.rb +6 -3
  94. data/lib/elasticsearch/api/actions/msearch.rb +1 -1
  95. data/lib/elasticsearch/api/actions/nodes/clear_repositories_metering_archive.rb +3 -5
  96. data/lib/elasticsearch/api/actions/nodes/get_repositories_metering_info.rb +3 -4
  97. data/lib/elasticsearch/api/actions/nodes/hot_threads.rb +1 -1
  98. data/lib/elasticsearch/api/actions/nodes/stats.rb +1 -1
  99. data/lib/elasticsearch/api/actions/nodes/usage.rb +2 -1
  100. data/lib/elasticsearch/api/actions/project/tags.rb +9 -6
  101. data/lib/elasticsearch/api/actions/rank_eval.rb +1 -1
  102. data/lib/elasticsearch/api/actions/reindex_rethrottle.rb +1 -1
  103. data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +3 -4
  104. data/lib/elasticsearch/api/actions/search_application/delete_behavioral_analytics.rb +3 -4
  105. data/lib/elasticsearch/api/actions/search_application/get_behavioral_analytics.rb +3 -4
  106. data/lib/elasticsearch/api/actions/search_application/post_behavioral_analytics_event.rb +3 -4
  107. data/lib/elasticsearch/api/actions/search_application/put_behavioral_analytics.rb +3 -4
  108. data/lib/elasticsearch/api/actions/search_application/render_query.rb +3 -4
  109. data/lib/elasticsearch/api/actions/search_mvt.rb +12 -5
  110. data/lib/elasticsearch/api/actions/search_template.rb +2 -2
  111. data/lib/elasticsearch/api/actions/searchable_snapshots/cache_stats.rb +3 -5
  112. data/lib/elasticsearch/api/actions/searchable_snapshots/clear_cache.rb +6 -6
  113. data/lib/elasticsearch/api/actions/security/create_service_token.rb +1 -1
  114. data/lib/elasticsearch/api/actions/security/delete_service_token.rb +1 -1
  115. data/lib/elasticsearch/api/actions/simulate/ingest.rb +3 -4
  116. data/lib/elasticsearch/api/actions/snapshot/get.rb +1 -1
  117. data/lib/elasticsearch/api/actions/snapshot/repository_verify_integrity.rb +3 -4
  118. data/lib/elasticsearch/api/actions/snapshot_lifecycle_management/get_lifecycle.rb +1 -1
  119. data/lib/elasticsearch/api/actions/streams/logs_disable.rb +6 -4
  120. data/lib/elasticsearch/api/actions/streams/logs_enable.rb +6 -4
  121. data/lib/elasticsearch/api/actions/streams/status.rb +6 -4
  122. data/lib/elasticsearch/api/actions/synonyms/put_synonym.rb +0 -1
  123. data/lib/elasticsearch/api/actions/tasks/cancel.rb +3 -4
  124. data/lib/elasticsearch/api/actions/tasks/get.rb +3 -4
  125. data/lib/elasticsearch/api/actions/tasks/list.rb +3 -4
  126. data/lib/elasticsearch/api/actions/transform/get_node_stats.rb +15 -3
  127. data/lib/elasticsearch/api/actions/transform/get_transform_stats.rb +1 -1
  128. data/lib/elasticsearch/api/actions/update_by_query.rb +2 -2
  129. data/lib/elasticsearch/api/actions/update_by_query_rethrottle.rb +1 -1
  130. data/lib/elasticsearch/api/actions/watcher/put_watch.rb +2 -2
  131. data/lib/elasticsearch/api/actions/xpack/info.rb +1 -1
  132. data/lib/elasticsearch/api/version.rb +2 -2
  133. data/lib/elasticsearch/api.rb +1 -0
  134. metadata +2 -2
@@ -24,10 +24,12 @@ module Elasticsearch
24
24
  module Actions
25
25
  # Disable logs stream.
26
26
  # Turn off the logs stream feature for this cluster.
27
- # This functionality is Experimental and may be changed or removed
28
- # completely in a future release. Elastic will take a best effort approach
29
- # to fix any issues, but experimental features are not subject to the
30
- # support SLA of official GA features.
27
+ #
28
+ # This API is only available behind a feature flag: `logs_stream`.
29
+ #
30
+ # This functionality is in technical preview and may be changed or removed in a future
31
+ # release. Elastic will apply best effort to fix any issues, but features in technical
32
+ # preview are not subject to the support SLA of official GA features.
31
33
  #
32
34
  # @option arguments [Time] :master_timeout The period to wait for a connection to the master node.
33
35
  # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
@@ -27,10 +27,12 @@ module Elasticsearch
27
27
  # NOTE: To protect existing data, this feature can be turned on only if the
28
28
  # cluster does not have existing indices or data streams that match the pattern `logs|logs.*`.
29
29
  # If those indices or data streams exist, a `409 - Conflict` response and error is returned.
30
- # This functionality is Experimental and may be changed or removed
31
- # completely in a future release. Elastic will take a best effort approach
32
- # to fix any issues, but experimental features are not subject to the
33
- # support SLA of official GA features.
30
+ #
31
+ # This API is only available behind a feature flag: `logs_stream`.
32
+ #
33
+ # This functionality is in technical preview and may be changed or removed in a future
34
+ # release. Elastic will apply best effort to fix any issues, but features in technical
35
+ # preview are not subject to the support SLA of official GA features.
34
36
  #
35
37
  # @option arguments [Time] :master_timeout The period to wait for a connection to the master node.
36
38
  # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
@@ -24,10 +24,12 @@ module Elasticsearch
24
24
  module Actions
25
25
  # Get the status of streams.
26
26
  # Get the current status for all types of streams.
27
- # This functionality is Experimental and may be changed or removed
28
- # completely in a future release. Elastic will take a best effort approach
29
- # to fix any issues, but experimental features are not subject to the
30
- # support SLA of official GA features.
27
+ #
28
+ # This API is only available behind a feature flag: `logs_stream`.
29
+ #
30
+ # This functionality is in technical preview and may be changed or removed in a future
31
+ # release. Elastic will apply best effort to fix any issues, but features in technical
32
+ # preview are not subject to the support SLA of official GA features.
31
33
  #
32
34
  # @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
33
35
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -24,7 +24,6 @@ module Elasticsearch
24
24
  module Actions
25
25
  # Create or update a synonym set.
26
26
  # Synonyms sets are limited to a maximum of 10,000 synonym rules per set.
27
- # If you need to manage more synonym rules, you can create multiple synonym sets.
28
27
  # When an existing synonyms set is updated, the search analyzers that use the synonyms set are reloaded automatically for all indices.
29
28
  # This is equivalent to invoking the reload search analyzers API for all indices that use the synonyms set.
30
29
  # For practical examples of how to create or update a synonyms set, refer to the External documentation.
@@ -31,10 +31,9 @@ module Elasticsearch
31
31
  # The cancelled flag in the response indicates that the cancellation command has been processed and the task will stop as soon as possible.
32
32
  # To troubleshoot why a cancelled task does not complete promptly, use the get task information API with the `?detailed` parameter to identify the other tasks the system is running.
33
33
  # You can also use the node hot threads API to obtain detailed information about the work the system is doing instead of completing the cancelled task.
34
- # This functionality is Experimental and may be changed or removed
35
- # completely in a future release. Elastic will take a best effort approach
36
- # to fix any issues, but experimental features are not subject to the
37
- # support SLA of official GA features.
34
+ # This functionality is in technical preview and may be changed or removed in a future
35
+ # release. Elastic will apply best effort to fix any issues, but features in technical
36
+ # preview are not subject to the support SLA of official GA features.
38
37
  #
39
38
  # @option arguments [String] :task_id The task identifier.
40
39
  # @option arguments [String, Array<String>] :actions A comma-separated list or wildcard expression of actions that is used to limit the request.
@@ -27,10 +27,9 @@ module Elasticsearch
27
27
  # WARNING: The task management API is new and should still be considered a beta feature.
28
28
  # The API may change in ways that are not backwards compatible.
29
29
  # If the task identifier is not found, a 404 response code indicates that there are no resources that match the request.
30
- # This functionality is Experimental and may be changed or removed
31
- # completely in a future release. Elastic will take a best effort approach
32
- # to fix any issues, but experimental features are not subject to the
33
- # support SLA of official GA features.
30
+ # This functionality is in technical preview and may be changed or removed in a future
31
+ # release. Elastic will apply best effort to fix any issues, but features in technical
32
+ # preview are not subject to the support SLA of official GA features.
34
33
  #
35
34
  # @option arguments [String] :task_id The task identifier. (*Required*)
36
35
  # @option arguments [Time] :timeout The period to wait for a response.
@@ -78,10 +78,9 @@ module Elasticsearch
78
78
  # In this example, `X-Opaque-Id: 123456` is the ID as a part of the response header.
79
79
  # The `X-Opaque-Id` in the task `headers` is the ID for the task that was initiated by the REST request.
80
80
  # The `X-Opaque-Id` in the children `headers` is the child task of the task that was initiated by the REST request.
81
- # This functionality is Experimental and may be changed or removed
82
- # completely in a future release. Elastic will take a best effort approach
83
- # to fix any issues, but experimental features are not subject to the
84
- # support SLA of official GA features.
81
+ # This functionality is in technical preview and may be changed or removed in a future
82
+ # release. Elastic will apply best effort to fix any issues, but features in technical
83
+ # preview are not subject to the support SLA of official GA features.
85
84
  #
86
85
  # @option arguments [String, Array<String>] :actions A comma-separated list or wildcard expression of actions used to limit the request.
87
86
  # For example, you can use `cluser:*` to retrieve all cluster-related tasks.
@@ -22,11 +22,23 @@ module Elasticsearch
22
22
  module API
23
23
  module Transform
24
24
  module Actions
25
- # Retrieves transform usage information for transform nodes
25
+ # Get node stats.
26
+ # Get per-node information about transform usage.
26
27
  #
28
+ # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
29
+ # when they occur.
30
+ # @option arguments [String, Array<String>] :filter_path Comma-separated list of filters in dot notation which reduce the response
31
+ # returned by Elasticsearch.
32
+ # @option arguments [Boolean] :human When set to `true` will return statistics in a format suitable for humans.
33
+ # For example `"exists_time": "1h"` for humans and
34
+ # `"exists_time_in_millis": 3600000` for computers. When disabled the human
35
+ # readable values will be omitted. This makes sense for responses being consumed
36
+ # only by machines.
37
+ # @option arguments [Boolean] :pretty If set to `true` the returned JSON will be "pretty-formatted". Only use
38
+ # this option for debugging only.
27
39
  # @option arguments [Hash] :headers Custom HTTP headers
28
40
  #
29
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/current/get-transform-node-stats.html
41
+ # @see https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-transform-get-node-stats
30
42
  #
31
43
  def get_node_stats(arguments = {})
32
44
  request_opts = { endpoint: arguments[:endpoint] || 'transform.get_node_stats' }
@@ -38,7 +50,7 @@ module Elasticsearch
38
50
 
39
51
  method = Elasticsearch::API::HTTP_GET
40
52
  path = '_transform/_node_stats'
41
- params = {}
53
+ params = Utils.process_params(arguments)
42
54
 
43
55
  Elasticsearch::API::Response.new(
44
56
  perform_request(method, path, params, body, headers, request_opts)
@@ -37,7 +37,7 @@ module Elasticsearch
37
37
  # there are no matches or only partial matches. Server default: true.
38
38
  # @option arguments [Integer] :from Skips the specified number of transforms. Server default: 0.
39
39
  # @option arguments [Integer] :size Specifies the maximum number of transforms to obtain. Server default: 100.
40
- # @option arguments [Time] :timeout Controls the time to wait for the stats
40
+ # @option arguments [Time] :timeout Controls the time to wait for the stats Server default: 30s.
41
41
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
42
42
  # when they occur.
43
43
  # @option arguments [String, Array<String>] :filter_path Comma-separated list of filters in dot notation which reduce the response
@@ -109,14 +109,14 @@ module Elasticsearch
109
109
  # This parameter can be used only when the `q` query string parameter is specified.
110
110
  # @option arguments [String, Array<String>] :expand_wildcards The type of index that wildcard patterns can match.
111
111
  # If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
112
- # It supports comma-separated values, such as `open,hidden`.
112
+ # It supports comma-separated values, such as `open,hidden`. Server default: open.
113
113
  # @option arguments [Integer] :from Skips the specified number of documents. Server default: 0.
114
114
  # @option arguments [Boolean] :ignore_unavailable If `false`, the request returns an error if it targets a missing or closed index.
115
115
  # @option arguments [Boolean] :lenient If `true`, format-based query failures (such as providing text to a numeric field) in the query string will be ignored.
116
116
  # This parameter can be used only when the `q` query string parameter is specified.
117
117
  # @option arguments [Integer] :max_docs The maximum number of documents to process.
118
118
  # It defaults to all documents.
119
- # When set to a value less then or equal to `scroll_size` then a scroll will not be used to retrieve the results for the operation.
119
+ # When set to a value less than or equal to `scroll_size` and `conflicts` is set to `abort`, a scroll will not be used to retrieve the results for the operation.
120
120
  # @option arguments [String] :pipeline The ID of the pipeline to use to preprocess incoming documents.
121
121
  # If the index has a default ingest pipeline specified, then setting the value to `_none` disables the default ingest pipeline for this request.
122
122
  # If a final pipeline is configured it will always run, regardless of the value of this parameter.
@@ -27,7 +27,7 @@ module Elasticsearch
27
27
  #
28
28
  # @option arguments [String] :task_id The ID for the task. (*Required*)
29
29
  # @option arguments [Float] :requests_per_second The throttle for this request in sub-requests per second.
30
- # To turn off throttling, set it to `-1`. Server default: -1.
30
+ # To turn off throttling, set it to `-1`. (*Required*)
31
31
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
32
32
  # when they occur.
33
33
  # @option arguments [String, Array<String>] :filter_path Comma-separated list of filters in dot notation which reduce the response
@@ -35,8 +35,8 @@ module Elasticsearch
35
35
  # @option arguments [String] :id The identifier for the watch. (*Required*)
36
36
  # @option arguments [Boolean] :active The initial state of the watch.
37
37
  # The default value is `true`, which means the watch is active by default. Server default: true.
38
- # @option arguments [Integer] :if_primary_term only update the watch if the last operation that has changed the watch has the specified primary term
39
- # @option arguments [Integer] :if_seq_no only update the watch if the last operation that has changed the watch has the specified sequence number
38
+ # @option arguments [Integer] :if_primary_term Only update the watch if the last operation that has changed the watch has the specified primary term
39
+ # @option arguments [Integer] :if_seq_no Only update the watch if the last operation that has changed the watch has the specified sequence number
40
40
  # @option arguments [Integer] :version Explicit version number for concurrency control
41
41
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
42
42
  # when they occur.
@@ -30,7 +30,7 @@ module Elasticsearch
30
30
  #
31
31
  # @option arguments [Array<String>] :categories A comma-separated list of the information categories to include in the response.
32
32
  # For example, `build,license,features`.
33
- # @option arguments [Boolean] :accept_enterprise If this param is used it must be set to true
33
+ # @option arguments [Boolean] :accept_enterprise If used, this otherwise ignored parameter must be set to true
34
34
  # @option arguments [Boolean] :human Defines whether additional human-readable information is included in the response.
35
35
  # In particular, it adds descriptions and a tag line. Server default: true.
36
36
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -17,7 +17,7 @@
17
17
 
18
18
  module Elasticsearch
19
19
  module API
20
- VERSION = '9.2.0'.freeze
21
- ES_SPECIFICATION_COMMIT = 'd520d9e8cf14cad487de5e0654007686c395b494'.freeze
20
+ VERSION = '9.2.1'.freeze
21
+ ES_SPECIFICATION_COMMIT = '49022a2c08d291955de83e26c583b7dc628fb558'.freeze
22
22
  end
23
23
  end
@@ -28,6 +28,7 @@ module Elasticsearch
28
28
  # It includes the namespace modules from ./api/actions
29
29
  module API
30
30
  include Elasticsearch::API::Actions
31
+
31
32
  DEFAULT_SERIALIZER = MultiJson
32
33
 
33
34
  HTTP_GET = 'GET'.freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.2.0
4
+ version: 9.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic Client Library Maintainers
@@ -841,7 +841,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
841
841
  - !ruby/object:Gem::Version
842
842
  version: '0'
843
843
  requirements: []
844
- rubygems_version: 3.6.9
844
+ rubygems_version: 4.0.3
845
845
  specification_version: 4
846
846
  summary: Ruby API for Elasticsearch.
847
847
  test_files: []