elasticsearch-xpack 7.8.0 → 7.8.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 (62) hide show
  1. checksums.yaml +4 -4
  2. data/lib/elasticsearch/xpack/api/actions/async_search/submit.rb +0 -4
  3. data/lib/elasticsearch/xpack/api/actions/cat/ml_data_frame_analytics.rb +0 -2
  4. data/lib/elasticsearch/xpack/api/actions/cat/ml_datafeeds.rb +0 -1
  5. data/lib/elasticsearch/xpack/api/actions/cat/ml_jobs.rb +0 -2
  6. data/lib/elasticsearch/xpack/api/actions/cat/ml_trained_models.rb +0 -2
  7. data/lib/elasticsearch/xpack/api/actions/cat/transforms.rb +0 -1
  8. data/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/delete_transform.rb +4 -0
  9. data/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/get_transform.rb +4 -0
  10. data/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/get_transform_stats.rb +4 -0
  11. data/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/preview_transform.rb +4 -0
  12. data/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/put_transform.rb +4 -0
  13. data/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/start_transform.rb +4 -0
  14. data/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/stop_transform.rb +4 -0
  15. data/lib/elasticsearch/xpack/api/actions/data_frame_transform_deprecated/update_transform.rb +4 -0
  16. data/lib/elasticsearch/xpack/api/actions/indices/freeze.rb +0 -1
  17. data/lib/elasticsearch/xpack/api/actions/indices/reload_search_analyzers.rb +0 -1
  18. data/lib/elasticsearch/xpack/api/actions/indices/unfreeze.rb +0 -1
  19. data/lib/elasticsearch/xpack/api/actions/info.rb +3 -1
  20. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_data_frame_analytics.rb +4 -0
  21. data/lib/elasticsearch/xpack/api/actions/machine_learning/delete_trained_model.rb +4 -0
  22. data/lib/elasticsearch/xpack/api/actions/machine_learning/evaluate_data_frame.rb +4 -0
  23. data/lib/elasticsearch/xpack/api/actions/machine_learning/explain_data_frame_analytics.rb +4 -0
  24. data/lib/elasticsearch/xpack/api/actions/machine_learning/find_file_structure.rb +4 -1
  25. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_data_frame_analytics.rb +4 -0
  26. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_data_frame_analytics_stats.rb +4 -0
  27. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_trained_models.rb +4 -0
  28. data/lib/elasticsearch/xpack/api/actions/machine_learning/get_trained_models_stats.rb +4 -0
  29. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_data_frame_analytics.rb +4 -0
  30. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_datafeed.rb +0 -1
  31. data/lib/elasticsearch/xpack/api/actions/machine_learning/put_trained_model.rb +4 -0
  32. data/lib/elasticsearch/xpack/api/actions/machine_learning/start_data_frame_analytics.rb +4 -0
  33. data/lib/elasticsearch/xpack/api/actions/machine_learning/stop_data_frame_analytics.rb +4 -0
  34. data/lib/elasticsearch/xpack/api/actions/machine_learning/update_datafeed.rb +0 -1
  35. data/lib/elasticsearch/xpack/api/actions/monitoring/bulk.rb +4 -0
  36. data/lib/elasticsearch/xpack/api/actions/rollup/delete_job.rb +4 -0
  37. data/lib/elasticsearch/xpack/api/actions/rollup/get_jobs.rb +4 -0
  38. data/lib/elasticsearch/xpack/api/actions/rollup/get_rollup_caps.rb +4 -0
  39. data/lib/elasticsearch/xpack/api/actions/rollup/get_rollup_index_caps.rb +4 -0
  40. data/lib/elasticsearch/xpack/api/actions/rollup/put_job.rb +4 -0
  41. data/lib/elasticsearch/xpack/api/actions/rollup/rollup_search.rb +4 -0
  42. data/lib/elasticsearch/xpack/api/actions/rollup/start_job.rb +4 -0
  43. data/lib/elasticsearch/xpack/api/actions/rollup/stop_job.rb +4 -0
  44. data/lib/elasticsearch/xpack/api/actions/searchable_snapshots/clear_cache.rb +4 -1
  45. data/lib/elasticsearch/xpack/api/actions/searchable_snapshots/mount.rb +4 -0
  46. data/lib/elasticsearch/xpack/api/actions/searchable_snapshots/repository_stats.rb +4 -0
  47. data/lib/elasticsearch/xpack/api/actions/searchable_snapshots/stats.rb +4 -0
  48. data/lib/elasticsearch/xpack/api/actions/security/change_password.rb +0 -1
  49. data/lib/elasticsearch/xpack/api/actions/security/create_api_key.rb +0 -1
  50. data/lib/elasticsearch/xpack/api/actions/security/delete_privileges.rb +0 -1
  51. data/lib/elasticsearch/xpack/api/actions/security/delete_role.rb +0 -1
  52. data/lib/elasticsearch/xpack/api/actions/security/delete_role_mapping.rb +0 -1
  53. data/lib/elasticsearch/xpack/api/actions/security/delete_user.rb +0 -1
  54. data/lib/elasticsearch/xpack/api/actions/security/disable_user.rb +0 -1
  55. data/lib/elasticsearch/xpack/api/actions/security/enable_user.rb +0 -1
  56. data/lib/elasticsearch/xpack/api/actions/security/put_privileges.rb +0 -1
  57. data/lib/elasticsearch/xpack/api/actions/security/put_role.rb +0 -1
  58. data/lib/elasticsearch/xpack/api/actions/security/put_role_mapping.rb +0 -1
  59. data/lib/elasticsearch/xpack/api/actions/security/put_user.rb +0 -1
  60. data/lib/elasticsearch/xpack/api/actions/watcher/stats.rb +0 -2
  61. data/lib/elasticsearch/xpack/version.rb +1 -1
  62. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97185d59f88aff4dfcdfbda7d1c6f128557bef55ad0f6cb1a5c0bef8c25a98d6
4
- data.tar.gz: 293663611871cad18f5a0eb9feb68e554d761c571795407537ff58a61ce7e255
3
+ metadata.gz: b330252586befe364d068ba229e732a5ecbbe9f1563edb31c74875b825d0b5d4
4
+ data.tar.gz: e059c2101d7e9d778152ff89635778263f1c08717be86c03fcda8a41349772d6
5
5
  SHA512:
6
- metadata.gz: d47de0ba3e4044d6936c0b2c915e525279a5905f8e1d8c2f62490587da887bf3f0ae8b857988b3a26b00f9d394579749d724bc1ae6694414dae9115d02bf8d90
7
- data.tar.gz: 3ffe1a66e08d3cb964dcb16c73ccf6394e1c420af6326b517ca1fd71bce056d438f578806e18ea3f22cf0df29ca9332b2e4471e57b015b060f7d62544dd917bb
6
+ metadata.gz: 336e77f888c79881d18b7e6fb497d513e67e8f81fab2481738163ff3322ff30b2f80c1994df64e1fe4d147f26ddbcd0b07b2d3dc0e3d49249cf20dd3d8f5183a
7
+ data.tar.gz: 32b61999e002b83063a1197cc82a3c70c27d5c181711086c57747cabf721305b002f1d3076d9a8be5d6ffbfca3364cd117f28b1d3a6491c5ec0222c87835329e
@@ -32,7 +32,6 @@ module Elasticsearch
32
32
  # @option arguments [Boolean] :analyze_wildcard Specify whether wildcard and prefix queries should be analyzed (default: false)
33
33
  # @option arguments [String] :default_operator The default operator for query string query (AND or OR)
34
34
  # (options: AND,OR)
35
-
36
35
  # @option arguments [String] :df The field to use as default where no field prefix is given in the query string
37
36
  # @option arguments [Boolean] :explain Specify whether to return detailed information about score computation as part of a hit
38
37
  # @option arguments [List] :stored_fields A comma-separated list of stored fields to return as part of a hit
@@ -43,14 +42,12 @@ module Elasticsearch
43
42
  # @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
44
43
  # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
45
44
  # (options: open,closed,hidden,none,all)
46
-
47
45
  # @option arguments [Boolean] :lenient Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
48
46
  # @option arguments [String] :preference Specify the node or shard the operation should be performed on (default: random)
49
47
  # @option arguments [String] :q Query in the Lucene query string syntax
50
48
  # @option arguments [List] :routing A comma-separated list of specific routing values
51
49
  # @option arguments [String] :search_type Search operation type
52
50
  # (options: query_then_fetch,dfs_query_then_fetch)
53
-
54
51
  # @option arguments [Number] :size Number of hits to return (default: 10)
55
52
  # @option arguments [List] :sort A comma-separated list of <field>:<direction> pairs
56
53
  # @option arguments [List] :_source True or false to return the _source field or not, or a list of fields to return
@@ -61,7 +58,6 @@ module Elasticsearch
61
58
  # @option arguments [String] :suggest_field Specify which field to use for suggestions
62
59
  # @option arguments [String] :suggest_mode Specify suggest mode
63
60
  # (options: missing,popular,always)
64
-
65
61
  # @option arguments [Number] :suggest_size How many suggestions to return in response
66
62
  # @option arguments [String] :suggest_text The source text for which the suggestions should be returned
67
63
  # @option arguments [Time] :timeout Explicit operation timeout
@@ -26,14 +26,12 @@ module Elasticsearch
26
26
  # @option arguments [Boolean] :allow_no_match Whether to ignore if a wildcard expression matches no configs. (This includes `_all` string or when no configs have been specified)
27
27
  # @option arguments [String] :bytes The unit in which to display byte values
28
28
  # (options: b,k,kb,m,mb,g,gb,t,tb,p,pb)
29
-
30
29
  # @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
31
30
  # @option arguments [List] :h Comma-separated list of column names to display
32
31
  # @option arguments [Boolean] :help Return help information
33
32
  # @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
34
33
  # @option arguments [String] :time The unit in which to display time values
35
34
  # (options: d,h,m,s,ms,micros,nanos)
36
-
37
35
  # @option arguments [Boolean] :v Verbose mode. Display column headers
38
36
  # @option arguments [Hash] :headers Custom HTTP headers
39
37
  #
@@ -30,7 +30,6 @@ module Elasticsearch
30
30
  # @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
31
31
  # @option arguments [String] :time The unit in which to display time values
32
32
  # (options: d,h,m,s,ms,micros,nanos)
33
-
34
33
  # @option arguments [Boolean] :v Verbose mode. Display column headers
35
34
  # @option arguments [Hash] :headers Custom HTTP headers
36
35
  #
@@ -26,14 +26,12 @@ module Elasticsearch
26
26
  # @option arguments [Boolean] :allow_no_jobs Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)
27
27
  # @option arguments [String] :bytes The unit in which to display byte values
28
28
  # (options: b,k,kb,m,mb,g,gb,t,tb,p,pb)
29
-
30
29
  # @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
31
30
  # @option arguments [List] :h Comma-separated list of column names to display
32
31
  # @option arguments [Boolean] :help Return help information
33
32
  # @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
34
33
  # @option arguments [String] :time The unit in which to display time values
35
34
  # (options: d,h,m,s,ms,micros,nanos)
36
-
37
35
  # @option arguments [Boolean] :v Verbose mode. Display column headers
38
36
  # @option arguments [Hash] :headers Custom HTTP headers
39
37
  #
@@ -28,14 +28,12 @@ module Elasticsearch
28
28
  # @option arguments [Int] :size specifies a max number of trained models to get
29
29
  # @option arguments [String] :bytes The unit in which to display byte values
30
30
  # (options: b,k,kb,m,mb,g,gb,t,tb,p,pb)
31
-
32
31
  # @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
33
32
  # @option arguments [List] :h Comma-separated list of column names to display
34
33
  # @option arguments [Boolean] :help Return help information
35
34
  # @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
36
35
  # @option arguments [String] :time The unit in which to display time values
37
36
  # (options: d,h,m,s,ms,micros,nanos)
38
-
39
37
  # @option arguments [Boolean] :v Verbose mode. Display column headers
40
38
  # @option arguments [Hash] :headers Custom HTTP headers
41
39
  #
@@ -32,7 +32,6 @@ module Elasticsearch
32
32
  # @option arguments [List] :s Comma-separated list of column names or column aliases to sort by
33
33
  # @option arguments [String] :time The unit in which to display time values
34
34
  # (options: d,h,m,s,ms,micros,nanos)
35
-
36
35
  # @option arguments [Boolean] :v Verbose mode. Display column headers
37
36
  # @option arguments [Hash] :headers Custom HTTP headers
38
37
  #
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module DataFrameTransformDeprecated
22
22
  module Actions
23
23
  # Deletes an existing transform.
24
+ # This functionality is in Beta and is subject to change. The design and
25
+ # code is less mature than official GA features and is being provided
26
+ # as-is with no warranties. Beta features are not subject to the support
27
+ # SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :transform_id The id of the transform to delete
26
30
  # @option arguments [Boolean] :force When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module DataFrameTransformDeprecated
22
22
  module Actions
23
23
  # Retrieves configuration information for transforms.
24
+ # This functionality is in Beta and is subject to change. The design and
25
+ # code is less mature than official GA features and is being provided
26
+ # as-is with no warranties. Beta features are not subject to the support
27
+ # SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :transform_id The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all transforms
26
30
  # @option arguments [Int] :from skips a number of transform configs, defaults to 0
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module DataFrameTransformDeprecated
22
22
  module Actions
23
23
  # Retrieves usage information for transforms.
24
+ # This functionality is in Beta and is subject to change. The design and
25
+ # code is less mature than official GA features and is being provided
26
+ # as-is with no warranties. Beta features are not subject to the support
27
+ # SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :transform_id The id of the transform for which to get stats. '_all' or '*' implies all transforms
26
30
  # @option arguments [Number] :from skips a number of transform stats, defaults to 0
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module DataFrameTransformDeprecated
22
22
  module Actions
23
23
  # Previews a transform.
24
+ # This functionality is in Beta and is subject to change. The design and
25
+ # code is less mature than official GA features and is being provided
26
+ # as-is with no warranties. Beta features are not subject to the support
27
+ # SLA of official GA features.
24
28
  #
25
29
  # @option arguments [Hash] :headers Custom HTTP headers
26
30
  # @option arguments [Hash] :body The definition for the transform to preview (*Required*)
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module DataFrameTransformDeprecated
22
22
  module Actions
23
23
  # Instantiates a transform.
24
+ # This functionality is in Beta and is subject to change. The design and
25
+ # code is less mature than official GA features and is being provided
26
+ # as-is with no warranties. Beta features are not subject to the support
27
+ # SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :transform_id The id of the new transform.
26
30
  # @option arguments [Boolean] :defer_validation If validations should be deferred until transform starts, defaults to false.
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module DataFrameTransformDeprecated
22
22
  module Actions
23
23
  # Starts one or more transforms.
24
+ # This functionality is in Beta and is subject to change. The design and
25
+ # code is less mature than official GA features and is being provided
26
+ # as-is with no warranties. Beta features are not subject to the support
27
+ # SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :transform_id The id of the transform to start
26
30
  # @option arguments [Time] :timeout Controls the time to wait for the transform to start
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module DataFrameTransformDeprecated
22
22
  module Actions
23
23
  # Stops one or more transforms.
24
+ # This functionality is in Beta and is subject to change. The design and
25
+ # code is less mature than official GA features and is being provided
26
+ # as-is with no warranties. Beta features are not subject to the support
27
+ # SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :transform_id The id of the transform to stop
26
30
  # @option arguments [Boolean] :wait_for_completion Whether to wait for the transform to fully stop before returning or not. Default to false
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module DataFrameTransformDeprecated
22
22
  module Actions
23
23
  # Updates certain properties of a transform.
24
+ # This functionality is in Beta and is subject to change. The design and
25
+ # code is less mature than official GA features and is being provided
26
+ # as-is with no warranties. Beta features are not subject to the support
27
+ # SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :transform_id The id of the transform. (*Required*)
26
30
  # @option arguments [Boolean] :defer_validation If validations should be deferred until transform starts, defaults to false.
@@ -29,7 +29,6 @@ module Elasticsearch
29
29
  # @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
30
30
  # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
31
31
  # (options: open,closed,hidden,none,all)
32
-
33
32
  # @option arguments [String] :wait_for_active_shards Sets the number of active shards to wait for before the operation returns.
34
33
  # @option arguments [Hash] :headers Custom HTTP headers
35
34
  #
@@ -27,7 +27,6 @@ module Elasticsearch
27
27
  # @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
28
28
  # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
29
29
  # (options: open,closed,hidden,none,all)
30
-
31
30
  # @option arguments [Hash] :headers Custom HTTP headers
32
31
  #
33
32
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/indices-reload-analyzers.html
@@ -29,7 +29,6 @@ module Elasticsearch
29
29
  # @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
30
30
  # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
31
31
  # (options: open,closed,hidden,none,all)
32
-
33
32
  # @option arguments [String] :wait_for_active_shards Sets the number of active shards to wait for before the operation returns.
34
33
  # @option arguments [Hash] :headers Custom HTTP headers
35
34
  #
@@ -22,6 +22,7 @@ module Elasticsearch
22
22
  # Retrieves information about the installed X-Pack features.
23
23
  #
24
24
  # @option arguments [List] :categories Comma-separated list of info categories. Can be any of: build, license, features
25
+ # @option arguments [Boolean] :accept_enterprise If an enterprise license is installed, return the type and mode as 'enterprise' (default: false)
25
26
  # @option arguments [Hash] :headers Custom HTTP headers
26
27
  #
27
28
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/info-api.html
@@ -43,7 +44,8 @@ module Elasticsearch
43
44
  #
44
45
  # @since 6.2.0
45
46
  ParamsRegistry.register(:info, [
46
- :categories
47
+ :categories,
48
+ :accept_enterprise
47
49
  ].freeze)
48
50
  end
49
51
  end
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module MachineLearning
22
22
  module Actions
23
23
  # Deletes an existing data frame analytics job.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :id The ID of the data frame analytics to delete
26
30
  # @option arguments [Boolean] :force True if the job should be forcefully deleted
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module MachineLearning
22
22
  module Actions
23
23
  # Deletes an existing trained inference model that is currently not referenced by an ingest pipeline.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :model_id The ID of the trained model to delete
26
30
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module MachineLearning
22
22
  module Actions
23
23
  # Evaluates the data frame analytics for an annotated index.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [Hash] :headers Custom HTTP headers
26
30
  # @option arguments [Hash] :body The evaluation definition (*Required*)
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module MachineLearning
22
22
  module Actions
23
23
  # Explains a data frame analytics config.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :id The ID of the data frame analytics to explain
26
30
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module MachineLearning
22
22
  module Actions
23
23
  # Finds the structure of a text file. The text file must contain data that is suitable to be ingested into Elasticsearch.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [Int] :lines_to_sample How many lines of the file should be included in the analysis
26
30
  # @option arguments [Int] :line_merge_size_limit Maximum number of characters permitted in a single message when lines are merged to create messages.
@@ -28,7 +32,6 @@ module Elasticsearch
28
32
  # @option arguments [String] :charset Optional parameter to specify the character set of the file
29
33
  # @option arguments [String] :format Optional parameter to specify the high level file format
30
34
  # (options: ndjson,xml,delimited,semi_structured_text)
31
-
32
35
  # @option arguments [Boolean] :has_header_row Optional parameter to specify whether a delimited file includes the column names in its first row
33
36
  # @option arguments [List] :column_names Optional parameter containing a comma separated list of the column names for a delimited file
34
37
  # @option arguments [String] :delimiter Optional parameter to specify the delimiter character for a delimited file - must be a single character
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module MachineLearning
22
22
  module Actions
23
23
  # Retrieves configuration information for data frame analytics jobs.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :id The ID of the data frame analytics to fetch
26
30
  # @option arguments [Boolean] :allow_no_match Whether to ignore if a wildcard expression matches no data frame analytics. (This includes `_all` string or when no data frame analytics have been specified)
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module MachineLearning
22
22
  module Actions
23
23
  # Retrieves usage information for data frame analytics jobs.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :id The ID of the data frame analytics stats to fetch
26
30
  # @option arguments [Boolean] :allow_no_match Whether to ignore if a wildcard expression matches no data frame analytics. (This includes `_all` string or when no data frame analytics have been specified)
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module MachineLearning
22
22
  module Actions
23
23
  # Retrieves configuration information for a trained inference model.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :model_id The ID of the trained models to fetch
26
30
  # @option arguments [Boolean] :allow_no_match Whether to ignore if a wildcard expression matches no trained models. (This includes `_all` string or when no trained models have been specified)
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module MachineLearning
22
22
  module Actions
23
23
  # Retrieves usage information for trained inference models.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :model_id The ID of the trained models stats to fetch
26
30
  # @option arguments [Boolean] :allow_no_match Whether to ignore if a wildcard expression matches no trained models. (This includes `_all` string or when no trained models have been specified)
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module MachineLearning
22
22
  module Actions
23
23
  # Instantiates a data frame analytics job.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :id The ID of the data frame analytics to create
26
30
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -28,7 +28,6 @@ module Elasticsearch
28
28
  # @option arguments [Boolean] :ignore_throttled Ignore indices that are marked as throttled (default: true)
29
29
  # @option arguments [String] :expand_wildcards Whether source index expressions should get expanded to open or closed indices (default: open)
30
30
  # (options: open,closed,hidden,none,all)
31
-
32
31
  # @option arguments [Hash] :headers Custom HTTP headers
33
32
  # @option arguments [Hash] :body The datafeed config (*Required*)
34
33
  #
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module MachineLearning
22
22
  module Actions
23
23
  # Creates an inference trained model.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :model_id The ID of the trained models to store
26
30
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module MachineLearning
22
22
  module Actions
23
23
  # Starts a data frame analytics job.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :id The ID of the data frame analytics to start
26
30
  # @option arguments [Time] :timeout Controls the time to wait until the task has started. Defaults to 20 seconds
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module MachineLearning
22
22
  module Actions
23
23
  # Stops one or more data frame analytics jobs.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :id The ID of the data frame analytics to stop
26
30
  # @option arguments [Boolean] :allow_no_match Whether to ignore if a wildcard expression matches no data frame analytics. (This includes `_all` string or when no data frame analytics have been specified)
@@ -28,7 +28,6 @@ module Elasticsearch
28
28
  # @option arguments [Boolean] :ignore_throttled Ignore indices that are marked as throttled (default: true)
29
29
  # @option arguments [String] :expand_wildcards Whether source index expressions should get expanded to open or closed indices (default: open)
30
30
  # (options: open,closed,hidden,none,all)
31
-
32
31
  # @option arguments [Hash] :headers Custom HTTP headers
33
32
  # @option arguments [Hash] :body The datafeed update settings (*Required*)
34
33
  #
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module Monitoring
22
22
  module Actions
23
23
  # Used by the monitoring features to send monitoring data.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :type Default document type for items which don't provide one *Deprecated*
26
30
  # @option arguments [String] :system_id Identifier of the monitored system
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module Rollup
22
22
  module Actions
23
23
  # Deletes an existing rollup job.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :id The ID of the job to delete
26
30
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module Rollup
22
22
  module Actions
23
23
  # Retrieves the configuration, stats, and status of rollup jobs.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :id The ID of the job(s) to fetch. Accepts glob patterns, or left blank for all jobs
26
30
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module Rollup
22
22
  module Actions
23
23
  # Returns the capabilities of any rollup jobs that have been configured for a specific index or index pattern.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :id The ID of the index to check rollup capabilities on, or left blank for all jobs
26
30
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module Rollup
22
22
  module Actions
23
23
  # Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored).
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :index The rollup index or index pattern to obtain rollup capabilities from.
26
30
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module Rollup
22
22
  module Actions
23
23
  # Creates a rollup job.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :id The ID of the job to create
26
30
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module Rollup
22
22
  module Actions
23
23
  # Enables searching rolled-up data using the standard query DSL.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [List] :index The indices or index-pattern(s) (containing rollup or regular data) that should be searched
26
30
  # @option arguments [String] :type The doc type inside the index *Deprecated*
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module Rollup
22
22
  module Actions
23
23
  # Starts an existing, stopped rollup job.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :id The ID of the job to start
26
30
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module Rollup
22
22
  module Actions
23
23
  # Stops an existing, started rollup job.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :id The ID of the job to stop
26
30
  # @option arguments [Boolean] :wait_for_completion True if the API should block until the job has fully stopped, false if should be executed async. Defaults to false.
@@ -21,13 +21,16 @@ module Elasticsearch
21
21
  module SearchableSnapshots
22
22
  module Actions
23
23
  # Clear the cache of searchable snapshots.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [List] :index A comma-separated list of index names
26
30
  # @option arguments [Boolean] :ignore_unavailable Whether specified concrete indices should be ignored when unavailable (missing or closed)
27
31
  # @option arguments [Boolean] :allow_no_indices Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
28
32
  # @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both.
29
33
  # (options: open,closed,none,all)
30
-
31
34
  # @option arguments [List] :index A comma-separated list of index name to limit the operation
32
35
  # @option arguments [Hash] :headers Custom HTTP headers
33
36
  #
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module SearchableSnapshots
22
22
  module Actions
23
23
  # Mount a snapshot as a searchable index.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :repository The name of the repository containing the snapshot of the index to mount
26
30
  # @option arguments [String] :snapshot The name of the snapshot of the index to mount
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module SearchableSnapshots
22
22
  module Actions
23
23
  # Retrieve usage statistics about a snapshot repository.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [String] :repository The repository for which to get the stats for
26
30
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -21,6 +21,10 @@ module Elasticsearch
21
21
  module SearchableSnapshots
22
22
  module Actions
23
23
  # Retrieve various statistics about searchable snapshots.
24
+ # This functionality is Experimental and may be changed or removed
25
+ # completely in a future release. Elastic will take a best effort approach
26
+ # to fix any issues, but experimental features are not subject to the
27
+ # support SLA of official GA features.
24
28
  #
25
29
  # @option arguments [List] :index A comma-separated list of index names
26
30
  # @option arguments [Hash] :headers Custom HTTP headers
@@ -25,7 +25,6 @@ module Elasticsearch
25
25
  # @option arguments [String] :username The username of the user to change the password for
26
26
  # @option arguments [String] :refresh If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.
27
27
  # (options: true,false,wait_for)
28
-
29
28
  # @option arguments [Hash] :headers Custom HTTP headers
30
29
  # @option arguments [Hash] :body the new password for the user (*Required*)
31
30
  #
@@ -24,7 +24,6 @@ module Elasticsearch
24
24
  #
25
25
  # @option arguments [String] :refresh If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.
26
26
  # (options: true,false,wait_for)
27
-
28
27
  # @option arguments [Hash] :headers Custom HTTP headers
29
28
  # @option arguments [Hash] :body The api key request to create an API key (*Required*)
30
29
  #
@@ -26,7 +26,6 @@ module Elasticsearch
26
26
  # @option arguments [String] :name Privilege name
27
27
  # @option arguments [String] :refresh If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.
28
28
  # (options: true,false,wait_for)
29
-
30
29
  # @option arguments [Hash] :headers Custom HTTP headers
31
30
  #
32
31
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/security-api-delete-privilege.html
@@ -25,7 +25,6 @@ module Elasticsearch
25
25
  # @option arguments [String] :name Role name
26
26
  # @option arguments [String] :refresh If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.
27
27
  # (options: true,false,wait_for)
28
-
29
28
  # @option arguments [Hash] :headers Custom HTTP headers
30
29
  #
31
30
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/security-api-delete-role.html
@@ -25,7 +25,6 @@ module Elasticsearch
25
25
  # @option arguments [String] :name Role-mapping name
26
26
  # @option arguments [String] :refresh If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.
27
27
  # (options: true,false,wait_for)
28
-
29
28
  # @option arguments [Hash] :headers Custom HTTP headers
30
29
  #
31
30
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/security-api-delete-role-mapping.html
@@ -25,7 +25,6 @@ module Elasticsearch
25
25
  # @option arguments [String] :username username
26
26
  # @option arguments [String] :refresh If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.
27
27
  # (options: true,false,wait_for)
28
-
29
28
  # @option arguments [Hash] :headers Custom HTTP headers
30
29
  #
31
30
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/security-api-delete-user.html
@@ -25,7 +25,6 @@ module Elasticsearch
25
25
  # @option arguments [String] :username The username of the user to disable
26
26
  # @option arguments [String] :refresh If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.
27
27
  # (options: true,false,wait_for)
28
-
29
28
  # @option arguments [Hash] :headers Custom HTTP headers
30
29
  #
31
30
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/security-api-disable-user.html
@@ -25,7 +25,6 @@ module Elasticsearch
25
25
  # @option arguments [String] :username The username of the user to enable
26
26
  # @option arguments [String] :refresh If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.
27
27
  # (options: true,false,wait_for)
28
-
29
28
  # @option arguments [Hash] :headers Custom HTTP headers
30
29
  #
31
30
  # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/security-api-enable-user.html
@@ -24,7 +24,6 @@ module Elasticsearch
24
24
  #
25
25
  # @option arguments [String] :refresh If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.
26
26
  # (options: true,false,wait_for)
27
-
28
27
  # @option arguments [Hash] :headers Custom HTTP headers
29
28
  # @option arguments [Hash] :body The privilege(s) to add (*Required*)
30
29
  #
@@ -25,7 +25,6 @@ module Elasticsearch
25
25
  # @option arguments [String] :name Role name
26
26
  # @option arguments [String] :refresh If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.
27
27
  # (options: true,false,wait_for)
28
-
29
28
  # @option arguments [Hash] :headers Custom HTTP headers
30
29
  # @option arguments [Hash] :body The role to add (*Required*)
31
30
  #
@@ -25,7 +25,6 @@ module Elasticsearch
25
25
  # @option arguments [String] :name Role-mapping name
26
26
  # @option arguments [String] :refresh If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.
27
27
  # (options: true,false,wait_for)
28
-
29
28
  # @option arguments [Hash] :headers Custom HTTP headers
30
29
  # @option arguments [Hash] :body The role mapping to add (*Required*)
31
30
  #
@@ -25,7 +25,6 @@ module Elasticsearch
25
25
  # @option arguments [String] :username The username of the User
26
26
  # @option arguments [String] :refresh If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes.
27
27
  # (options: true,false,wait_for)
28
-
29
28
  # @option arguments [Hash] :headers Custom HTTP headers
30
29
  # @option arguments [Hash] :body The user to add (*Required*)
31
30
  #
@@ -24,10 +24,8 @@ module Elasticsearch
24
24
  #
25
25
  # @option arguments [List] :metric Controls what additional stat metrics should be include in the response
26
26
  # (options: _all,queued_watches,current_watches,pending_watches)
27
-
28
27
  # @option arguments [List] :metric Controls what additional stat metrics should be include in the response
29
28
  # (options: _all,queued_watches,current_watches,pending_watches)
30
-
31
29
  # @option arguments [Boolean] :emit_stacktraces Emits stack traces of currently running watches
32
30
  # @option arguments [Hash] :headers Custom HTTP headers
33
31
  #
@@ -17,6 +17,6 @@
17
17
 
18
18
  module Elasticsearch
19
19
  module XPack
20
- VERSION = "7.8.0"
20
+ VERSION = "7.8.1"
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch-xpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.8.0
4
+ version: 7.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karel Minarik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-18 00:00:00.000000000 Z
11
+ date: 2020-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -461,7 +461,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
461
461
  - !ruby/object:Gem::Version
462
462
  version: '0'
463
463
  requirements: []
464
- rubygems_version: 3.1.2
464
+ rubygems_version: 3.1.4
465
465
  signing_key:
466
466
  specification_version: 4
467
467
  summary: Ruby integrations for the X-Pack extensions for Elasticsearch