elasticsearch-api 9.0.2 → 9.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8025a98332a0713f20582dfb63b744ef51d79e78b52228ff00f7596bb54672a
4
- data.tar.gz: 81d35c25a2293f88fa8a680795169a6f08f2c9c5ca53872d9852240f2ff97369
3
+ metadata.gz: aba3a9ad127821bc4aea52dca5080cb467a3c9ac172f14e044c140d27dc2edad
4
+ data.tar.gz: 022f67f02b02afd828fca2fa6de944faaa34b52d5281ddaacfe9acf21d75cfcf
5
5
  SHA512:
6
- metadata.gz: 775eeff09355366bf1fa5141d53f23988b3cb8b6330a4335ff7b2400a35dee276cf56918c9e77e8ee3fab9e6fe5134b56070a1ffd80105b204b4c310fb504950
7
- data.tar.gz: 811268a12ab7cd32fee85a8d82426f751396917d4656121e197592aee0492c8d2e2811efa988974b582fcc879350833839e9263a4287bb55254f88bb52864f47
6
+ metadata.gz: 325ecc9b34b8411c75f0218ae61019a5eef98b1fa2d38e8319d5c28ee4a0b7ceaf3ebb162c22dda402924073758627cf71fac65d926673bb639a1e2aec6b0478
7
+ data.tar.gz: ce44027dcb8c4caedcd8db83fbcafd62949887f23deb93f4f49b4673c96870b6ed2ce337d5fd0135c6d4522343fdcedd213810d4919bfbf10c2d4fd85a109767
@@ -39,7 +39,15 @@ module Elasticsearch
39
39
  # You can change the default of only waiting for the primary shards to start through the index setting +index.write.wait_for_active_shards+.
40
40
  # Note that changing this setting will also affect the +wait_for_active_shards+ value on all subsequent write operations.
41
41
  #
42
- # @option arguments [String] :index Name of the index you wish to create. (*Required*)
42
+ # @option arguments [String] :index Name of the index you wish to create.
43
+ # Index names must meet the following criteria:
44
+ # - Lowercase only
45
+ # - Cannot include +\+, +/+, +*+, +?+, +"+, +<+, +>+, +|+, ++ (space character), +,+, or +#+
46
+ # - Indices prior to 7.0 could contain a colon (+:+), but that has been deprecated and will not be supported in later versions
47
+ # - Cannot start with +-+, +_+, or +++
48
+ # - Cannot be +.+ or +..+
49
+ # - Cannot be longer than 255 bytes (note thtat it is bytes, so multi-byte characters will reach the limit faster)
50
+ # - Names starting with +.+ are deprecated, except for hidden indices and internal indices managed by plugins (*Required*)
43
51
  # @option arguments [Time] :master_timeout Period to wait for a connection to the master node.
44
52
  # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
45
53
  # @option arguments [Time] :timeout Period to wait for a response.
@@ -22,7 +22,7 @@ module Elasticsearch
22
22
  module API
23
23
  module MachineLearning
24
24
  module Actions
25
- # Get data frame analytics jobs usage info.
25
+ # Get data frame analytics job stats.
26
26
  #
27
27
  # @option arguments [String] :id Identifier for the data frame analytics job. If you do not specify this
28
28
  # option, the API returns information for the first hundred data frame
@@ -22,7 +22,7 @@ module Elasticsearch
22
22
  module API
23
23
  module MachineLearning
24
24
  module Actions
25
- # Get datafeeds usage info.
25
+ # Get datafeed stats.
26
26
  # You can get statistics for multiple datafeeds in a single API request by
27
27
  # using a comma-separated list of datafeeds or a wildcard expression. You can
28
28
  # get statistics for all datafeeds by using +_all+, by specifying +*+ as the
@@ -22,7 +22,7 @@ module Elasticsearch
22
22
  module API
23
23
  module MachineLearning
24
24
  module Actions
25
- # Get anomaly detection jobs usage info.
25
+ # Get anomaly detection job stats.
26
26
  #
27
27
  # @option arguments [String] :job_id Identifier for the anomaly detection job. It can be a job identifier, a
28
28
  # group name, a comma-separated list of jobs, or a wildcard expression. If
@@ -76,8 +76,8 @@ module Elasticsearch
76
76
  # - +_local+ to, if possible, run the search on shards on the local node, or if not, select shards using the default method.
77
77
  # - +_only_nodes:<node-id>,<node-id>+ to run the search on only the specified nodes IDs. If suitable shards exist on more than one selected node, use shards on those nodes using the default method. If none of the specified nodes are available, select shards from any available node using the default method.
78
78
  # - +_prefer_nodes:<node-id>,<node-id>+ to if possible, run the search on the specified nodes IDs. If not, select shards using the default method.
79
- # +_shards:<shard>,<shard>+ to run the search only on the specified shards. You can combine this value with other +preference+ values. However, the +_shards+ value must come first. For example: +_shards:2,3|_local+.
80
- # +<custom-string>+ (any string that does not start with +_+) to route searches with the same +<custom-string>+ to the same shards in the same order.
79
+ # - +_shards:<shard>,<shard>+ to run the search only on the specified shards. You can combine this value with other +preference+ values. However, the +_shards+ value must come first. For example: +_shards:2,3|_local+.
80
+ # - +<custom-string>+ (any string that does not start with +_+) to route searches with the same +<custom-string>+ to the same shards in the same order.
81
81
  # @option arguments [Integer] :pre_filter_shard_size A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold.
82
82
  # This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method (if date filters are mandatory to match but the shard bounds and the query are disjoint).
83
83
  # When unspecified, the pre-filter phase is executed if any of these conditions is met:
@@ -17,7 +17,7 @@
17
17
 
18
18
  module Elasticsearch
19
19
  module API
20
- VERSION = '9.0.2'.freeze
21
- ES_SPECIFICATION_COMMIT = '52c473efb1fb5320a5bac12572d0b285882862fb'.freeze
20
+ VERSION = '9.0.3'.freeze
21
+ ES_SPECIFICATION_COMMIT = '922e9456120bb3e729432d252a36ddd2b705df96'.freeze
22
22
  end
23
23
  end
@@ -110,6 +110,8 @@ module Elasticsearch
110
110
 
111
111
  alias ml machine_learning
112
112
  alias ilm index_lifecycle_management
113
+ alias ccr cross_cluster_replication
114
+ alias slm snapshot_lifecycle_management
113
115
 
114
116
  # The serializer class
115
117
  #
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.0.2
4
+ version: 9.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic Client Library Maintainers
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-24 00:00:00.000000000 Z
10
+ date: 2025-05-19 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: multi_json