elasticsearch-api 9.2.1 → 9.3.0

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 (97) hide show
  1. checksums.yaml +4 -4
  2. data/elasticsearch-api.gemspec +1 -0
  3. data/lib/elasticsearch/api/actions/async_search/submit.rb +1 -9
  4. data/lib/elasticsearch/api/actions/bulk.rb +1 -1
  5. data/lib/elasticsearch/api/actions/cat/circuit_breaker.rb +96 -0
  6. data/lib/elasticsearch/api/actions/cat/count.rb +8 -10
  7. data/lib/elasticsearch/api/actions/cat/indices.rb +0 -2
  8. data/lib/elasticsearch/api/actions/cluster/reroute.rb +1 -1
  9. data/lib/elasticsearch/api/actions/connector/sync_job_claim.rb +1 -0
  10. data/lib/elasticsearch/api/actions/connector/sync_job_error.rb +1 -0
  11. data/lib/elasticsearch/api/actions/connector/sync_job_update_stats.rb +1 -0
  12. data/lib/elasticsearch/api/actions/count.rb +1 -9
  13. data/lib/elasticsearch/api/actions/create.rb +1 -1
  14. data/lib/elasticsearch/api/actions/delete.rb +1 -1
  15. data/lib/elasticsearch/api/actions/delete_by_query.rb +1 -1
  16. data/lib/elasticsearch/api/actions/eql/search.rb +0 -8
  17. data/lib/elasticsearch/api/actions/esql/delete_view.rb +75 -0
  18. data/lib/elasticsearch/api/actions/esql/get_view.rb +77 -0
  19. data/lib/elasticsearch/api/actions/esql/put_view.rb +76 -0
  20. data/lib/elasticsearch/api/actions/exists.rb +1 -1
  21. data/lib/elasticsearch/api/actions/exists_source.rb +1 -1
  22. data/lib/elasticsearch/api/actions/explain.rb +1 -1
  23. data/lib/elasticsearch/api/actions/field_caps.rb +1 -9
  24. data/lib/elasticsearch/api/actions/fleet/search.rb +1 -1
  25. data/lib/elasticsearch/api/actions/get.rb +1 -1
  26. data/lib/elasticsearch/api/actions/get_source.rb +1 -1
  27. data/lib/elasticsearch/api/actions/graph/explore.rb +1 -1
  28. data/lib/elasticsearch/api/actions/index.rb +1 -1
  29. data/lib/elasticsearch/api/actions/indices/add_block.rb +1 -1
  30. data/lib/elasticsearch/api/actions/indices/data_streams_stats.rb +1 -1
  31. data/lib/elasticsearch/api/actions/indices/delete_sample_configuration.rb +80 -0
  32. data/lib/elasticsearch/api/actions/indices/downsample.rb +5 -2
  33. data/lib/elasticsearch/api/actions/indices/get_all_sample_configuration.rb +68 -0
  34. data/lib/elasticsearch/api/actions/indices/get_sample.rb +74 -0
  35. data/lib/elasticsearch/api/actions/indices/get_sample_configuration.rb +78 -0
  36. data/lib/elasticsearch/api/actions/indices/get_sample_stats.rb +74 -0
  37. data/lib/elasticsearch/api/actions/indices/put_sample_configuration.rb +82 -0
  38. data/lib/elasticsearch/api/actions/indices/remove_block.rb +1 -1
  39. data/lib/elasticsearch/api/actions/indices/resolve_index.rb +8 -10
  40. data/lib/elasticsearch/api/actions/indices/shrink.rb +0 -1
  41. data/lib/elasticsearch/api/actions/inference/get.rb +2 -5
  42. data/lib/elasticsearch/api/actions/inference/put.rb +6 -3
  43. data/lib/elasticsearch/api/actions/inference/put_alibabacloud.rb +1 -0
  44. data/lib/elasticsearch/api/actions/inference/put_amazonbedrock.rb +1 -0
  45. data/lib/elasticsearch/api/actions/inference/put_amazonsagemaker.rb +1 -0
  46. data/lib/elasticsearch/api/actions/inference/put_anthropic.rb +1 -0
  47. data/lib/elasticsearch/api/actions/inference/put_azureaistudio.rb +1 -0
  48. data/lib/elasticsearch/api/actions/inference/put_azureopenai.rb +1 -0
  49. data/lib/elasticsearch/api/actions/inference/put_cohere.rb +1 -0
  50. data/lib/elasticsearch/api/actions/inference/put_contextualai.rb +1 -0
  51. data/lib/elasticsearch/api/actions/inference/put_custom.rb +1 -0
  52. data/lib/elasticsearch/api/actions/inference/put_deepseek.rb +1 -0
  53. data/lib/elasticsearch/api/actions/inference/put_elasticsearch.rb +1 -0
  54. data/lib/elasticsearch/api/actions/inference/put_googleaistudio.rb +1 -0
  55. data/lib/elasticsearch/api/actions/inference/put_googlevertexai.rb +1 -0
  56. data/lib/elasticsearch/api/actions/inference/put_groq.rb +79 -0
  57. data/lib/elasticsearch/api/actions/inference/put_hugging_face.rb +1 -0
  58. data/lib/elasticsearch/api/actions/inference/put_jinaai.rb +1 -0
  59. data/lib/elasticsearch/api/actions/inference/put_mistral.rb +1 -0
  60. data/lib/elasticsearch/api/actions/inference/put_nvidia.rb +84 -0
  61. data/lib/elasticsearch/api/actions/inference/put_openai.rb +1 -0
  62. data/lib/elasticsearch/api/actions/inference/put_openshift_ai.rb +84 -0
  63. data/lib/elasticsearch/api/actions/inference/put_voyageai.rb +1 -0
  64. data/lib/elasticsearch/api/actions/inference/put_watsonx.rb +1 -0
  65. data/lib/elasticsearch/api/actions/inference/stream_completion.rb +1 -1
  66. data/lib/elasticsearch/api/actions/machine_learning/stop_datafeed.rb +1 -0
  67. data/lib/elasticsearch/api/actions/mget.rb +1 -1
  68. data/lib/elasticsearch/api/actions/migration/deprecations.rb +3 -6
  69. data/lib/elasticsearch/api/actions/msearch.rb +1 -1
  70. data/lib/elasticsearch/api/actions/mtermvectors.rb +1 -1
  71. data/lib/elasticsearch/api/actions/nodes/clear_repositories_metering_archive.rb +1 -0
  72. data/lib/elasticsearch/api/actions/nodes/usage.rb +1 -1
  73. data/lib/elasticsearch/api/actions/open_point_in_time.rb +1 -9
  74. data/lib/elasticsearch/api/actions/project/tags.rb +1 -2
  75. data/lib/elasticsearch/api/actions/reindex.rb +2 -1
  76. data/lib/elasticsearch/api/actions/search.rb +1 -9
  77. data/lib/elasticsearch/api/actions/search_shards.rb +1 -1
  78. data/lib/elasticsearch/api/actions/search_template.rb +2 -2
  79. data/lib/elasticsearch/api/actions/searchable_snapshots/cache_stats.rb +1 -0
  80. data/lib/elasticsearch/api/actions/security/clear_cached_privileges.rb +1 -1
  81. data/lib/elasticsearch/api/actions/snapshot/delete.rb +1 -1
  82. data/lib/elasticsearch/api/actions/snapshot/get.rb +1 -1
  83. data/lib/elasticsearch/api/actions/sql/query.rb +0 -8
  84. data/lib/elasticsearch/api/actions/streams/logs_disable.rb +0 -3
  85. data/lib/elasticsearch/api/actions/streams/logs_enable.rb +0 -3
  86. data/lib/elasticsearch/api/actions/streams/status.rb +0 -3
  87. data/lib/elasticsearch/api/actions/synonyms/put_synonym.rb +1 -0
  88. data/lib/elasticsearch/api/actions/terms_enum.rb +1 -1
  89. data/lib/elasticsearch/api/actions/termvectors.rb +1 -1
  90. data/lib/elasticsearch/api/actions/text_structure/find_field_structure.rb +1 -1
  91. data/lib/elasticsearch/api/actions/text_structure/find_message_structure.rb +1 -1
  92. data/lib/elasticsearch/api/actions/text_structure/find_structure.rb +1 -1
  93. data/lib/elasticsearch/api/actions/update.rb +1 -1
  94. data/lib/elasticsearch/api/actions/update_by_query.rb +2 -2
  95. data/lib/elasticsearch/api/utils.rb +0 -4
  96. data/lib/elasticsearch/api/version.rb +2 -2
  97. metadata +28 -1
@@ -25,7 +25,7 @@ module Elasticsearch
25
25
  # Delete snapshots.
26
26
  #
27
27
  # @option arguments [String] :repository The name of the repository to delete a snapshot from. (*Required*)
28
- # @option arguments [String] :snapshot A comma-separated list of snapshot names to delete.
28
+ # @option arguments [String, Array<String>] :snapshot A comma-separated list of snapshot names to delete.
29
29
  # It also accepts wildcards (`*`). (*Required*)
30
30
  # @option arguments [Time] :master_timeout The period to wait for the master node.
31
31
  # If the master node is not available before the timeout expires, the request fails and returns an error.
@@ -49,7 +49,7 @@ module Elasticsearch
49
49
  # The default behavior is ascending order. Server default: asc.
50
50
  # @option arguments [Integer] :offset Numeric offset to start pagination from based on the snapshots matching this request. Using a non-zero value for this parameter is mutually exclusive with using the after parameter. Defaults to 0. Server default: 0.
51
51
  # @option arguments [Integer] :size The maximum number of snapshots to return.
52
- # The default is -1, which means to return all that match the request without limit. Server default: -1.
52
+ # The default is 0, which means to return all that match the request without limit. Server default: 0.
53
53
  # @option arguments [String] :slm_policy_filter Filter snapshots by a comma-separated list of snapshot lifecycle management (SLM) policy names that snapshots belong to.You can use wildcards (`*`) and combinations of wildcards followed by exclude patterns starting with `-`.
54
54
  # For example, the pattern `*,-policy-a-\*` will return all snapshots except for those that were created by an SLM policy with a name starting with `policy-a-`.
55
55
  # Note that the wildcard pattern `*` matches all snapshots created by an SLM policy but not those snapshots that were not created by an SLM policy.
@@ -28,14 +28,6 @@ module Elasticsearch
28
28
  # @option arguments [String] :format The format for the response.
29
29
  # You can also specify a format using the `Accept` HTTP header.
30
30
  # If you specify both this parameter and the `Accept` HTTP header, this parameter takes precedence.
31
- # @option arguments [String] :project_routing Specifies a subset of projects to target for the search using project
32
- # metadata tags in a subset of Lucene query syntax.
33
- # Allowed Lucene queries: the _alias tag and a single value (possibly wildcarded).
34
- # Examples:
35
- # _alias:my-project
36
- # _alias:_origin
37
- # _alias:*pr*
38
- # Supported in serverless only.
39
31
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
40
32
  # when they occur.
41
33
  # @option arguments [String, Array<String>] :filter_path Comma-separated list of filters in dot notation which reduce the response
@@ -24,9 +24,6 @@ module Elasticsearch
24
24
  module Actions
25
25
  # Disable logs stream.
26
26
  # Turn off the logs stream feature for this cluster.
27
- #
28
- # This API is only available behind a feature flag: `logs_stream`.
29
- #
30
27
  # This functionality is in technical preview and may be changed or removed in a future
31
28
  # release. Elastic will apply best effort to fix any issues, but features in technical
32
29
  # preview are not subject to the support SLA of official GA features.
@@ -27,9 +27,6 @@ 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
- #
31
- # This API is only available behind a feature flag: `logs_stream`.
32
- #
33
30
  # This functionality is in technical preview and may be changed or removed in a future
34
31
  # release. Elastic will apply best effort to fix any issues, but features in technical
35
32
  # preview are not subject to the support SLA of official GA features.
@@ -24,9 +24,6 @@ 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
- #
28
- # This API is only available behind a feature flag: `logs_stream`.
29
- #
30
27
  # This functionality is in technical preview and may be changed or removed in a future
31
28
  # release. Elastic will apply best effort to fix any issues, but features in technical
32
29
  # preview are not subject to the support SLA of official GA features.
@@ -24,6 +24,7 @@ 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.
27
28
  # When an existing synonyms set is updated, the search analyzers that use the synonyms set are reloaded automatically for all indices.
28
29
  # This is equivalent to invoking the reload search analyzers API for all indices that use the synonyms set.
29
30
  # For practical examples of how to create or update a synonyms set, refer to the External documentation.
@@ -25,7 +25,7 @@ module Elasticsearch
25
25
  # Discover terms that match a partial string in an index.
26
26
  # This API is designed for low-latency look-ups used in auto-complete scenarios.
27
27
  #
28
- # @option arguments [String] :index A comma-separated list of data streams, indices, and index aliases to search.
28
+ # @option arguments [String, Array] :index A comma-separated list of data streams, indices, and index aliases to search.
29
29
  # Wildcard (`*`) expressions are supported.
30
30
  # To search all data streams or indices, omit this parameter or use `*` or `_all`. (*Required*)
31
31
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -58,7 +58,7 @@ module Elasticsearch
58
58
  # @option arguments [String] :preference The node or shard the operation should be performed on.
59
59
  # It is random by default.
60
60
  # @option arguments [Boolean] :realtime If true, the request is real-time as opposed to near-real-time. Server default: true.
61
- # @option arguments [String] :routing A custom value that is used to route operations to a specific shard.
61
+ # @option arguments [String, Array<String>] :routing A custom value that is used to route operations to a specific shard.
62
62
  # @option arguments [Boolean] :term_statistics If `true`, the response includes:
63
63
  # - The total term frequency (how often a term occurs in all documents).
64
64
  # - The document frequency (the number of documents containing the current term).
@@ -36,7 +36,7 @@ module Elasticsearch
36
36
  # If the structure finder produces unexpected results, specify the `explain` query parameter and an explanation will appear in the response.
37
37
  # It helps determine why the returned structure was chosen.
38
38
  #
39
- # @option arguments [String] :column_names If `format` is set to `delimited`, you can specify the column names in a comma-separated list.
39
+ # @option arguments [String, Array<String>] :column_names If `format` is set to `delimited`, you can specify the column names in a comma-separated list.
40
40
  # If this parameter is not specified, the structure finder uses the column names from the header row of the text.
41
41
  # If the text does not have a header row, columns are named "column1", "column2", "column3", for example.
42
42
  # @option arguments [String] :delimiter If you have set `format` to `delimited`, you can specify the character used to delimit the values in each row.
@@ -37,7 +37,7 @@ module Elasticsearch
37
37
  # If the structure finder produces unexpected results, specify the `explain` query parameter and an explanation will appear in the response.
38
38
  # It helps determine why the returned structure was chosen.
39
39
  #
40
- # @option arguments [String] :column_names If the format is `delimited`, you can specify the column names in a comma-separated list.
40
+ # @option arguments [String, Array<String>] :column_names If the format is `delimited`, you can specify the column names in a comma-separated list.
41
41
  # If this parameter is not specified, the structure finder uses the column names from the header row of the text.
42
42
  # If the text does not have a header role, columns are named "column1", "column2", "column3", for example.
43
43
  # @option arguments [String] :delimiter If you the format is `delimited`, you can specify the character used to delimit the values in each row.
@@ -40,7 +40,7 @@ module Elasticsearch
40
40
  # It must be a character set that is supported by the JVM that Elasticsearch uses.
41
41
  # For example, `UTF-8`, `UTF-16LE`, `windows-1252`, or `EUC-JP`.
42
42
  # If this parameter is not specified, the structure finder chooses an appropriate character set.
43
- # @option arguments [String] :column_names If you have set format to `delimited`, you can specify the column names in a comma-separated list.
43
+ # @option arguments [String, Array<String>] :column_names If you have set format to `delimited`, you can specify the column names in a comma-separated list.
44
44
  # If this parameter is not specified, the structure finder uses the column names from the header row of the text.
45
45
  # If the text does not have a header role, columns are named "column1", "column2", "column3", for example.
46
46
  # @option arguments [String] :delimiter If you have set `format` to `delimited`, you can specify the character used to delimit the values in each row.
@@ -48,7 +48,7 @@ module Elasticsearch
48
48
  # If 'false', it does nothing with refreshes. Server default: false.
49
49
  # @option arguments [Boolean] :require_alias If `true`, the destination must be an index alias.
50
50
  # @option arguments [Integer] :retry_on_conflict The number of times the operation should be retried when a conflict occurs. Server default: 0.
51
- # @option arguments [String] :routing A custom value used to route operations to a specific shard.
51
+ # @option arguments [String, Array<String>] :routing A custom value used to route operations to a specific shard.
52
52
  # @option arguments [Time] :timeout The period to wait for the following operations: dynamic mapping updates and waiting for active shards.
53
53
  # Elasticsearch waits for at least the timeout period before failing.
54
54
  # The actual wait time could be longer, particularly when multiple waits occur. Server default: 1m.
@@ -116,7 +116,7 @@ module Elasticsearch
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 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.
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.
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.
@@ -128,7 +128,7 @@ module Elasticsearch
128
128
  # @option arguments [Boolean] :request_cache If `true`, the request cache is used for this request.
129
129
  # It defaults to the index-level setting.
130
130
  # @option arguments [Float] :requests_per_second The throttle for this request in sub-requests per second. Server default: -1.
131
- # @option arguments [String] :routing A custom value used to route operations to a specific shard.
131
+ # @option arguments [String, Array<String>] :routing A custom value used to route operations to a specific shard.
132
132
  # @option arguments [Time] :scroll The period to retain the search context for scrolling. Server default: 5m.
133
133
  # @option arguments [Integer] :scroll_size The size of the scroll request that powers the operation. Server default: 1000.
134
134
  # @option arguments [Time] :search_timeout An explicit timeout for each search request.
@@ -102,7 +102,6 @@ module Elasticsearch
102
102
  operations = %w[index create delete update]
103
103
 
104
104
  case
105
-
106
105
  # Hashes with `:data`
107
106
  when payload.any? { |d| d.is_a?(Hash) && d.values.first.is_a?(Hash) && operations.include?(d.keys.first.to_s) && (d.values.first[:data] || d.values.first['data']) }
108
107
  payload = payload.
@@ -117,17 +116,14 @@ module Elasticsearch
117
116
  end.
118
117
  map { |item| Elasticsearch::API.serializer.dump(item) }
119
118
  payload << '' unless payload.empty?
120
-
121
119
  # Array of strings
122
120
  when payload.all? { |d| d.is_a? String }
123
121
  payload << ''
124
-
125
122
  # Header/Data pairs
126
123
  else
127
124
  payload = payload.map { |item| Elasticsearch::API.serializer.dump(item) }
128
125
  payload << ''
129
126
  end
130
-
131
127
  payload = payload.join("\n")
132
128
  end
133
129
 
@@ -17,7 +17,7 @@
17
17
 
18
18
  module Elasticsearch
19
19
  module API
20
- VERSION = '9.2.1'.freeze
21
- ES_SPECIFICATION_COMMIT = '49022a2c08d291955de83e26c583b7dc628fb558'.freeze
20
+ VERSION = '9.3.0'.freeze
21
+ ES_SPECIFICATION_COMMIT = 'c2cdbfe0c3812eedea4a98c5d8375f240b779a0f'.freeze
22
22
  end
23
23
  end
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.1
4
+ version: 9.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic Client Library Maintainers
@@ -9,6 +9,20 @@ bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: base64
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '0'
19
+ type: :runtime
20
+ prerelease: false
21
+ version_requirements: !ruby/object:Gem::Requirement
22
+ requirements:
23
+ - - ">="
24
+ - !ruby/object:Gem::Version
25
+ version: '0'
12
26
  - !ruby/object:Gem::Dependency
13
27
  name: multi_json
14
28
  requirement: !ruby/object:Gem::Requirement
@@ -285,6 +299,7 @@ files:
285
299
  - lib/elasticsearch/api/actions/bulk.rb
286
300
  - lib/elasticsearch/api/actions/cat/aliases.rb
287
301
  - lib/elasticsearch/api/actions/cat/allocation.rb
302
+ - lib/elasticsearch/api/actions/cat/circuit_breaker.rb
288
303
  - lib/elasticsearch/api/actions/cat/component_templates.rb
289
304
  - lib/elasticsearch/api/actions/cat/count.rb
290
305
  - lib/elasticsearch/api/actions/cat/fielddata.rb
@@ -391,8 +406,11 @@ files:
391
406
  - lib/elasticsearch/api/actions/esql/async_query_delete.rb
392
407
  - lib/elasticsearch/api/actions/esql/async_query_get.rb
393
408
  - lib/elasticsearch/api/actions/esql/async_query_stop.rb
409
+ - lib/elasticsearch/api/actions/esql/delete_view.rb
394
410
  - lib/elasticsearch/api/actions/esql/get_query.rb
411
+ - lib/elasticsearch/api/actions/esql/get_view.rb
395
412
  - lib/elasticsearch/api/actions/esql/list_queries.rb
413
+ - lib/elasticsearch/api/actions/esql/put_view.rb
396
414
  - lib/elasticsearch/api/actions/esql/query.rb
397
415
  - lib/elasticsearch/api/actions/exists.rb
398
416
  - lib/elasticsearch/api/actions/exists_source.rb
@@ -438,6 +456,7 @@ files:
438
456
  - lib/elasticsearch/api/actions/indices/delete_data_stream.rb
439
457
  - lib/elasticsearch/api/actions/indices/delete_data_stream_options.rb
440
458
  - lib/elasticsearch/api/actions/indices/delete_index_template.rb
459
+ - lib/elasticsearch/api/actions/indices/delete_sample_configuration.rb
441
460
  - lib/elasticsearch/api/actions/indices/delete_template.rb
442
461
  - lib/elasticsearch/api/actions/indices/disk_usage.rb
443
462
  - lib/elasticsearch/api/actions/indices/downsample.rb
@@ -451,6 +470,7 @@ files:
451
470
  - lib/elasticsearch/api/actions/indices/forcemerge.rb
452
471
  - lib/elasticsearch/api/actions/indices/get.rb
453
472
  - lib/elasticsearch/api/actions/indices/get_alias.rb
473
+ - lib/elasticsearch/api/actions/indices/get_all_sample_configuration.rb
454
474
  - lib/elasticsearch/api/actions/indices/get_data_lifecycle.rb
455
475
  - lib/elasticsearch/api/actions/indices/get_data_lifecycle_stats.rb
456
476
  - lib/elasticsearch/api/actions/indices/get_data_stream.rb
@@ -461,6 +481,9 @@ files:
461
481
  - lib/elasticsearch/api/actions/indices/get_index_template.rb
462
482
  - lib/elasticsearch/api/actions/indices/get_mapping.rb
463
483
  - lib/elasticsearch/api/actions/indices/get_migrate_reindex_status.rb
484
+ - lib/elasticsearch/api/actions/indices/get_sample.rb
485
+ - lib/elasticsearch/api/actions/indices/get_sample_configuration.rb
486
+ - lib/elasticsearch/api/actions/indices/get_sample_stats.rb
464
487
  - lib/elasticsearch/api/actions/indices/get_settings.rb
465
488
  - lib/elasticsearch/api/actions/indices/get_template.rb
466
489
  - lib/elasticsearch/api/actions/indices/migrate_reindex.rb
@@ -475,6 +498,7 @@ files:
475
498
  - lib/elasticsearch/api/actions/indices/put_data_stream_settings.rb
476
499
  - lib/elasticsearch/api/actions/indices/put_index_template.rb
477
500
  - lib/elasticsearch/api/actions/indices/put_mapping.rb
501
+ - lib/elasticsearch/api/actions/indices/put_sample_configuration.rb
478
502
  - lib/elasticsearch/api/actions/indices/put_settings.rb
479
503
  - lib/elasticsearch/api/actions/indices/put_template.rb
480
504
  - lib/elasticsearch/api/actions/indices/recovery.rb
@@ -514,11 +538,14 @@ files:
514
538
  - lib/elasticsearch/api/actions/inference/put_elser.rb
515
539
  - lib/elasticsearch/api/actions/inference/put_googleaistudio.rb
516
540
  - lib/elasticsearch/api/actions/inference/put_googlevertexai.rb
541
+ - lib/elasticsearch/api/actions/inference/put_groq.rb
517
542
  - lib/elasticsearch/api/actions/inference/put_hugging_face.rb
518
543
  - lib/elasticsearch/api/actions/inference/put_jinaai.rb
519
544
  - lib/elasticsearch/api/actions/inference/put_llama.rb
520
545
  - lib/elasticsearch/api/actions/inference/put_mistral.rb
546
+ - lib/elasticsearch/api/actions/inference/put_nvidia.rb
521
547
  - lib/elasticsearch/api/actions/inference/put_openai.rb
548
+ - lib/elasticsearch/api/actions/inference/put_openshift_ai.rb
522
549
  - lib/elasticsearch/api/actions/inference/put_voyageai.rb
523
550
  - lib/elasticsearch/api/actions/inference/put_watsonx.rb
524
551
  - lib/elasticsearch/api/actions/inference/rerank.rb