elasticsearch-api 9.4.1 → 9.4.2

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 (79) hide show
  1. checksums.yaml +4 -4
  2. data/lib/elasticsearch/api/actions/cancel_reindex.rb +4 -3
  3. data/lib/elasticsearch/api/actions/cat/tasks.rb +4 -3
  4. data/lib/elasticsearch/api/actions/connector/check_in.rb +4 -3
  5. data/lib/elasticsearch/api/actions/connector/delete.rb +4 -4
  6. data/lib/elasticsearch/api/actions/connector/get.rb +4 -4
  7. data/lib/elasticsearch/api/actions/connector/list.rb +4 -4
  8. data/lib/elasticsearch/api/actions/connector/post.rb +4 -4
  9. data/lib/elasticsearch/api/actions/connector/put.rb +4 -4
  10. data/lib/elasticsearch/api/actions/connector/sync_job_cancel.rb +4 -4
  11. data/lib/elasticsearch/api/actions/connector/sync_job_check_in.rb +4 -3
  12. data/lib/elasticsearch/api/actions/connector/sync_job_claim.rb +4 -3
  13. data/lib/elasticsearch/api/actions/connector/sync_job_delete.rb +4 -4
  14. data/lib/elasticsearch/api/actions/connector/sync_job_error.rb +4 -3
  15. data/lib/elasticsearch/api/actions/connector/sync_job_get.rb +4 -4
  16. data/lib/elasticsearch/api/actions/connector/sync_job_list.rb +4 -4
  17. data/lib/elasticsearch/api/actions/connector/sync_job_post.rb +4 -4
  18. data/lib/elasticsearch/api/actions/connector/sync_job_update_stats.rb +4 -3
  19. data/lib/elasticsearch/api/actions/connector/update_active_filtering.rb +4 -3
  20. data/lib/elasticsearch/api/actions/connector/update_api_key_id.rb +4 -4
  21. data/lib/elasticsearch/api/actions/connector/update_configuration.rb +4 -4
  22. data/lib/elasticsearch/api/actions/connector/update_error.rb +4 -3
  23. data/lib/elasticsearch/api/actions/connector/update_features.rb +4 -3
  24. data/lib/elasticsearch/api/actions/connector/update_filtering.rb +4 -4
  25. data/lib/elasticsearch/api/actions/connector/update_filtering_validation.rb +4 -3
  26. data/lib/elasticsearch/api/actions/connector/update_index_name.rb +4 -4
  27. data/lib/elasticsearch/api/actions/connector/update_name.rb +4 -4
  28. data/lib/elasticsearch/api/actions/connector/update_native.rb +4 -4
  29. data/lib/elasticsearch/api/actions/connector/update_pipeline.rb +4 -4
  30. data/lib/elasticsearch/api/actions/connector/update_scheduling.rb +4 -4
  31. data/lib/elasticsearch/api/actions/connector/update_service_type.rb +4 -4
  32. data/lib/elasticsearch/api/actions/connector/update_status.rb +4 -3
  33. data/lib/elasticsearch/api/actions/esql/delete_view.rb +4 -3
  34. data/lib/elasticsearch/api/actions/esql/get_query.rb +4 -3
  35. data/lib/elasticsearch/api/actions/esql/get_view.rb +4 -3
  36. data/lib/elasticsearch/api/actions/esql/list_queries.rb +4 -3
  37. data/lib/elasticsearch/api/actions/esql/put_view.rb +4 -3
  38. data/lib/elasticsearch/api/actions/features/reset_features.rb +4 -3
  39. data/lib/elasticsearch/api/actions/fleet/msearch.rb +4 -3
  40. data/lib/elasticsearch/api/actions/fleet/search.rb +4 -3
  41. data/lib/elasticsearch/api/actions/get_reindex.rb +4 -3
  42. data/lib/elasticsearch/api/actions/indices/disk_usage.rb +4 -3
  43. data/lib/elasticsearch/api/actions/indices/field_usage_stats.rb +4 -3
  44. data/lib/elasticsearch/api/actions/inference/embedding.rb +4 -3
  45. data/lib/elasticsearch/api/actions/list_reindex.rb +4 -3
  46. data/lib/elasticsearch/api/actions/nodes/clear_repositories_metering_archive.rb +4 -3
  47. data/lib/elasticsearch/api/actions/nodes/get_repositories_metering_info.rb +4 -3
  48. data/lib/elasticsearch/api/actions/project/create_many_routing.rb +4 -3
  49. data/lib/elasticsearch/api/actions/project/create_routing.rb +4 -3
  50. data/lib/elasticsearch/api/actions/project/delete_routing.rb +4 -3
  51. data/lib/elasticsearch/api/actions/project/get_many_routing.rb +4 -3
  52. data/lib/elasticsearch/api/actions/project/get_routing.rb +4 -3
  53. data/lib/elasticsearch/api/actions/project/tags.rb +4 -3
  54. data/lib/elasticsearch/api/actions/reindex.rb +2 -1
  55. data/lib/elasticsearch/api/actions/scripts_painless_execute.rb +4 -3
  56. data/lib/elasticsearch/api/actions/search_application/delete.rb +4 -4
  57. data/lib/elasticsearch/api/actions/search_application/delete_behavioral_analytics.rb +4 -3
  58. data/lib/elasticsearch/api/actions/search_application/get.rb +4 -4
  59. data/lib/elasticsearch/api/actions/search_application/get_behavioral_analytics.rb +4 -3
  60. data/lib/elasticsearch/api/actions/search_application/list.rb +4 -4
  61. data/lib/elasticsearch/api/actions/search_application/post_behavioral_analytics_event.rb +4 -3
  62. data/lib/elasticsearch/api/actions/search_application/put.rb +4 -4
  63. data/lib/elasticsearch/api/actions/search_application/put_behavioral_analytics.rb +4 -3
  64. data/lib/elasticsearch/api/actions/search_application/render_query.rb +4 -3
  65. data/lib/elasticsearch/api/actions/search_application/search.rb +4 -4
  66. data/lib/elasticsearch/api/actions/searchable_snapshots/cache_stats.rb +4 -3
  67. data/lib/elasticsearch/api/actions/searchable_snapshots/clear_cache.rb +4 -3
  68. data/lib/elasticsearch/api/actions/security/clone_api_key.rb +4 -3
  69. data/lib/elasticsearch/api/actions/simulate/ingest.rb +4 -3
  70. data/lib/elasticsearch/api/actions/snapshot/repository_verify_integrity.rb +4 -3
  71. data/lib/elasticsearch/api/actions/streams/logs_disable.rb +4 -3
  72. data/lib/elasticsearch/api/actions/streams/logs_enable.rb +4 -3
  73. data/lib/elasticsearch/api/actions/streams/status.rb +4 -3
  74. data/lib/elasticsearch/api/actions/tasks/cancel.rb +4 -3
  75. data/lib/elasticsearch/api/actions/tasks/get.rb +4 -3
  76. data/lib/elasticsearch/api/actions/tasks/list.rb +4 -3
  77. data/lib/elasticsearch/api/utils.rb +1 -1
  78. data/lib/elasticsearch/api/version.rb +2 -2
  79. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16eb5b0dab0bd85e4fecafabbaeb23d146350700f62b8c1a6351b91a828fdfef
4
- data.tar.gz: acade17882a6e349d1f943c06c74e6802370961046d0927d5309ecdd29876602
3
+ metadata.gz: 47a0ffe78c8ae563a51a55536858ccdcb4930330450fbb954bc14c4f587808c3
4
+ data.tar.gz: 15f2a3a78e4d6804bd6070a83fdee623b1033008793461febfab91c9519d88b7
5
5
  SHA512:
6
- metadata.gz: d4640554a276276c51eea5c10b42f5e55e7718f665051512bca79bba547a4394832e683679e038b8dff8c26b672ccc94f4329bf6723941ca92fc0be668f41c30
7
- data.tar.gz: 42e14b135d3daa4c3a5b604b3c6bf6c9e7652cfb23729b7a6e2d5afa58482875537f31521633ff03d914d1dd3243e7ed676c85247de379c4a3e77d7750e69c32
6
+ metadata.gz: 7d82d54115482d2beffc105a4741668412ed6abbb4e0816d3a180cf007085d55dc39132ec569a2e2e4951f601b0c424e15033a62c8e77c9fd1df3997eaf352e2
7
+ data.tar.gz: 899cfb4c13530127ca0e10e873358d293c88d9c974aabbdffb7937cdf3153b4f5f278d18f58b21e4abb98d22cc8399b276fc4cd58fe9d16211630573827feaaa
@@ -28,9 +28,10 @@ module Elasticsearch
28
28
  #
29
29
  # This API is only available behind a feature flag: `reindex_management_api`.
30
30
  #
31
- # This functionality is in technical preview and may be changed or removed in a future
32
- # release. Elastic will apply best effort to fix any issues, but features in technical
33
- # preview are not subject to the support SLA of official GA features.
31
+ # This functionality is experimental and is not ready for production usage. Experimental
32
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
33
+ # experimental features are not subject to the support SLA of official GA features. Specific
34
+ # Support terms apply.
34
35
  #
35
36
  # @option arguments [String] :task_id The ID of the reindex task to cancel. (*Required*)
36
37
  # @option arguments [Boolean] :wait_for_completion If `true` (the default), the request blocks until the cancellation is complete and returns the final task state.
@@ -25,9 +25,10 @@ module Elasticsearch
25
25
  # Get task information.
26
26
  # Get information about tasks currently running in the cluster.
27
27
  # IMPORTANT: cat APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the task management API.
28
- # This functionality is in technical preview and may be changed or removed in a future
29
- # release. Elastic will apply best effort to fix any issues, but features in technical
30
- # preview are not subject to the support SLA of official GA features.
28
+ # This functionality is experimental and is not ready for production usage. Experimental
29
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
30
+ # experimental features are not subject to the support SLA of official GA features. Specific
31
+ # Support terms apply.
31
32
  #
32
33
  # @option arguments [Array<String>] :actions The task action names, which are used to limit the response.
33
34
  # @option arguments [Boolean] :detailed If `true`, the response includes detailed information about shard recoveries.
@@ -24,9 +24,10 @@ module Elasticsearch
24
24
  module Actions
25
25
  # Check in a connector.
26
26
  # Update the `last_seen` field in the connector and set it to the current timestamp.
27
- # This functionality is in technical preview and may be changed or removed in a future
28
- # release. Elastic will apply best effort to fix any issues, but features in technical
29
- # preview are not subject to the support SLA of official GA features.
27
+ # This functionality is experimental and is not ready for production usage. Experimental
28
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
29
+ # experimental features are not subject to the support SLA of official GA features. Specific
30
+ # Support terms apply.
30
31
  #
31
32
  # @option arguments [String] :connector_id The unique identifier of the connector to be checked in (*Required*)
32
33
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -27,10 +27,10 @@ module Elasticsearch
27
27
  # This is a destructive action that is not recoverable.
28
28
  # NOTE: This action doesn’t delete any API keys, ingest pipelines, or data indices associated with the connector.
29
29
  # These need to be removed manually.
30
- # This functionality is in Beta and is subject to change. The design and
31
- # code is less mature than official GA features and is being provided
32
- # as-is with no warranties. Beta features are not subject to the support
33
- # SLA of official GA features.
30
+ # This functionality is in beta and is not ready for production usage. For beta
31
+ # features, the design and code is less mature than official GA features and is being
32
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
33
+ # official GA features. Specific Support terms apply.
34
34
  #
35
35
  # @option arguments [String] :connector_id The unique identifier of the connector to be deleted (*Required*)
36
36
  # @option arguments [Boolean] :delete_sync_jobs A flag indicating if associated sync jobs should be also removed.
@@ -24,10 +24,10 @@ module Elasticsearch
24
24
  module Actions
25
25
  # Get a connector.
26
26
  # Get the details about a connector.
27
- # This functionality is in Beta and is subject to change. The design and
28
- # code is less mature than official GA features and is being provided
29
- # as-is with no warranties. Beta features are not subject to the support
30
- # SLA of official GA features.
27
+ # This functionality is in beta and is not ready for production usage. For beta
28
+ # features, the design and code is less mature than official GA features and is being
29
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
30
+ # official GA features. Specific Support terms apply.
31
31
  #
32
32
  # @option arguments [String] :connector_id The unique identifier of the connector (*Required*)
33
33
  # @option arguments [Boolean] :include_deleted A flag to indicate if the desired connector should be fetched, even if it was soft-deleted.
@@ -24,10 +24,10 @@ module Elasticsearch
24
24
  module Actions
25
25
  # Get all connectors.
26
26
  # Get information about all connectors.
27
- # This functionality is in Beta and is subject to change. The design and
28
- # code is less mature than official GA features and is being provided
29
- # as-is with no warranties. Beta features are not subject to the support
30
- # SLA of official GA features.
27
+ # This functionality is in beta and is not ready for production usage. For beta
28
+ # features, the design and code is less mature than official GA features and is being
29
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
30
+ # official GA features. Specific Support terms apply.
31
31
  #
32
32
  # @option arguments [Integer] :from Starting offset Server default: 0.
33
33
  # @option arguments [Integer] :size Specifies a max number of results to get Server default: 100.
@@ -26,10 +26,10 @@ module Elasticsearch
26
26
  # Connectors are Elasticsearch integrations that bring content from third-party data sources, which can be deployed on Elastic Cloud or hosted on your own infrastructure.
27
27
  # Elastic managed connectors (Native connectors) are a managed service on Elastic Cloud.
28
28
  # Self-managed connectors (Connector clients) are self-managed on your infrastructure.
29
- # This functionality is in Beta and is subject to change. The design and
30
- # code is less mature than official GA features and is being provided
31
- # as-is with no warranties. Beta features are not subject to the support
32
- # SLA of official GA features.
29
+ # This functionality is in beta and is not ready for production usage. For beta
30
+ # features, the design and code is less mature than official GA features and is being
31
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
32
+ # official GA features. Specific Support terms apply.
33
33
  #
34
34
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
35
35
  # when they occur.
@@ -23,10 +23,10 @@ module Elasticsearch
23
23
  module Connector
24
24
  module Actions
25
25
  # Create or update a connector.
26
- # This functionality is in Beta and is subject to change. The design and
27
- # code is less mature than official GA features and is being provided
28
- # as-is with no warranties. Beta features are not subject to the support
29
- # SLA of official GA features.
26
+ # This functionality is in beta and is not ready for production usage. For beta
27
+ # features, the design and code is less mature than official GA features and is being
28
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
29
+ # official GA features. Specific Support terms apply.
30
30
  #
31
31
  # @option arguments [String] :connector_id The unique identifier of the connector to be created or updated. ID is auto-generated if not provided.
32
32
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -25,10 +25,10 @@ module Elasticsearch
25
25
  # Cancel a connector sync job.
26
26
  # Cancel a connector sync job, which sets the status to cancelling and updates `cancellation_requested_at` to the current time.
27
27
  # The connector service is then responsible for setting the status of connector sync jobs to cancelled.
28
- # This functionality is in Beta and is subject to change. The design and
29
- # code is less mature than official GA features and is being provided
30
- # as-is with no warranties. Beta features are not subject to the support
31
- # SLA of official GA features.
28
+ # This functionality is in beta and is not ready for production usage. For beta
29
+ # features, the design and code is less mature than official GA features and is being
30
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
31
+ # official GA features. Specific Support terms apply.
32
32
  #
33
33
  # @option arguments [String] :connector_sync_job_id The unique identifier of the connector sync job (*Required*)
34
34
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -26,9 +26,10 @@ module Elasticsearch
26
26
  # Check in a connector sync job and set the `last_seen` field to the current time before updating it in the internal index.
27
27
  # To sync data using self-managed connectors, you need to deploy the Elastic connector service on your own infrastructure.
28
28
  # This service runs automatically on Elastic Cloud for Elastic managed connectors.
29
- # This functionality is in technical preview and may be changed or removed in a future
30
- # release. Elastic will apply best effort to fix any issues, but features in technical
31
- # preview are not subject to the support SLA of official GA features.
29
+ # This functionality is experimental and is not ready for production usage. Experimental
30
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
31
+ # experimental features are not subject to the support SLA of official GA features. Specific
32
+ # Support terms apply.
32
33
  #
33
34
  # @option arguments [String] :connector_sync_job_id The unique identifier of the connector sync job to be checked in. (*Required*)
34
35
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -29,9 +29,10 @@ module Elasticsearch
29
29
  # It supports the implementation of services that utilize the connector protocol to communicate with Elasticsearch.
30
30
  # To sync data using self-managed connectors, you need to deploy the Elastic connector service on your own infrastructure.
31
31
  # This service runs automatically on Elastic Cloud for Elastic managed connectors.
32
- # This functionality is in technical preview and may be changed or removed in a future
33
- # release. Elastic will apply best effort to fix any issues, but features in technical
34
- # preview are not subject to the support SLA of official GA features.
32
+ # This functionality is experimental and is not ready for production usage. Experimental
33
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
34
+ # experimental features are not subject to the support SLA of official GA features. Specific
35
+ # Support terms apply.
35
36
  #
36
37
  # @option arguments [String] :connector_sync_job_id The unique identifier of the connector sync job. (*Required*)
37
38
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -25,10 +25,10 @@ module Elasticsearch
25
25
  # Delete a connector sync job.
26
26
  # Remove a connector sync job and its associated data.
27
27
  # This is a destructive action that is not recoverable.
28
- # This functionality is in Beta and is subject to change. The design and
29
- # code is less mature than official GA features and is being provided
30
- # as-is with no warranties. Beta features are not subject to the support
31
- # SLA of official GA features.
28
+ # This functionality is in beta and is not ready for production usage. For beta
29
+ # features, the design and code is less mature than official GA features and is being
30
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
31
+ # official GA features. Specific Support terms apply.
32
32
  #
33
33
  # @option arguments [String] :connector_sync_job_id The unique identifier of the connector sync job to be deleted (*Required*)
34
34
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -26,9 +26,10 @@ module Elasticsearch
26
26
  # Set the `error` field for a connector sync job and set its `status` to `error`.
27
27
  # To sync data using self-managed connectors, you need to deploy the Elastic connector service on your own infrastructure.
28
28
  # This service runs automatically on Elastic Cloud for Elastic managed connectors.
29
- # This functionality is in technical preview and may be changed or removed in a future
30
- # release. Elastic will apply best effort to fix any issues, but features in technical
31
- # preview are not subject to the support SLA of official GA features.
29
+ # This functionality is experimental and is not ready for production usage. Experimental
30
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
31
+ # experimental features are not subject to the support SLA of official GA features. Specific
32
+ # Support terms apply.
32
33
  #
33
34
  # @option arguments [String] :connector_sync_job_id The unique identifier for the connector sync job. (*Required*)
34
35
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -23,10 +23,10 @@ module Elasticsearch
23
23
  module Connector
24
24
  module Actions
25
25
  # Get a connector sync job.
26
- # This functionality is in Beta and is subject to change. The design and
27
- # code is less mature than official GA features and is being provided
28
- # as-is with no warranties. Beta features are not subject to the support
29
- # SLA of official GA features.
26
+ # This functionality is in beta and is not ready for production usage. For beta
27
+ # features, the design and code is less mature than official GA features and is being
28
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
29
+ # official GA features. Specific Support terms apply.
30
30
  #
31
31
  # @option arguments [String] :connector_sync_job_id The unique identifier of the connector sync job (*Required*)
32
32
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -24,10 +24,10 @@ module Elasticsearch
24
24
  module Actions
25
25
  # Get all connector sync jobs.
26
26
  # Get information about all stored connector sync jobs listed by their creation date in ascending order.
27
- # This functionality is in Beta and is subject to change. The design and
28
- # code is less mature than official GA features and is being provided
29
- # as-is with no warranties. Beta features are not subject to the support
30
- # SLA of official GA features.
27
+ # This functionality is in beta and is not ready for production usage. For beta
28
+ # features, the design and code is less mature than official GA features and is being
29
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
30
+ # official GA features. Specific Support terms apply.
31
31
  #
32
32
  # @option arguments [Integer] :from Starting offset Server default: 0.
33
33
  # @option arguments [Integer] :size Specifies a max number of results to get Server default: 100.
@@ -24,10 +24,10 @@ module Elasticsearch
24
24
  module Actions
25
25
  # Create a connector sync job.
26
26
  # Create a connector sync job document in the internal index and initialize its counters and timestamps with default values.
27
- # This functionality is in Beta and is subject to change. The design and
28
- # code is less mature than official GA features and is being provided
29
- # as-is with no warranties. Beta features are not subject to the support
30
- # SLA of official GA features.
27
+ # This functionality is in beta and is not ready for production usage. For beta
28
+ # features, the design and code is less mature than official GA features and is being
29
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
30
+ # official GA features. Specific Support terms apply.
31
31
  #
32
32
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
33
33
  # when they occur.
@@ -28,9 +28,10 @@ module Elasticsearch
28
28
  # This API is mainly used by the connector service for updating sync job information.
29
29
  # To sync data using self-managed connectors, you need to deploy the Elastic connector service on your own infrastructure.
30
30
  # This service runs automatically on Elastic Cloud for Elastic managed connectors.
31
- # This functionality is in technical preview and may be changed or removed in a future
32
- # release. Elastic will apply best effort to fix any issues, but features in technical
33
- # preview are not subject to the support SLA of official GA features.
31
+ # This functionality is experimental and is not ready for production usage. Experimental
32
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
33
+ # experimental features are not subject to the support SLA of official GA features. Specific
34
+ # Support terms apply.
34
35
  #
35
36
  # @option arguments [String] :connector_sync_job_id The unique identifier of the connector sync job. (*Required*)
36
37
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -24,9 +24,10 @@ module Elasticsearch
24
24
  module Actions
25
25
  # Activate the connector draft filter.
26
26
  # Activates the valid draft filtering for a connector.
27
- # This functionality is in technical preview and may be changed or removed in a future
28
- # release. Elastic will apply best effort to fix any issues, but features in technical
29
- # preview are not subject to the support SLA of official GA features.
27
+ # This functionality is experimental and is not ready for production usage. Experimental
28
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
29
+ # experimental features are not subject to the support SLA of official GA features. Specific
30
+ # Support terms apply.
30
31
  #
31
32
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
32
33
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -27,10 +27,10 @@ module Elasticsearch
27
27
  # You can specify the ID of the API key used for authorization and the ID of the connector secret where the API key is stored.
28
28
  # The connector secret ID is required only for Elastic managed (native) connectors.
29
29
  # Self-managed connectors (connector clients) do not use this field.
30
- # This functionality is in Beta and is subject to change. The design and
31
- # code is less mature than official GA features and is being provided
32
- # as-is with no warranties. Beta features are not subject to the support
33
- # SLA of official GA features.
30
+ # This functionality is in beta and is not ready for production usage. For beta
31
+ # features, the design and code is less mature than official GA features and is being
32
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
33
+ # official GA features. Specific Support terms apply.
34
34
  #
35
35
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
36
36
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -24,10 +24,10 @@ module Elasticsearch
24
24
  module Actions
25
25
  # Update the connector configuration.
26
26
  # Update the configuration field in the connector document.
27
- # This functionality is in Beta and is subject to change. The design and
28
- # code is less mature than official GA features and is being provided
29
- # as-is with no warranties. Beta features are not subject to the support
30
- # SLA of official GA features.
27
+ # This functionality is in beta and is not ready for production usage. For beta
28
+ # features, the design and code is less mature than official GA features and is being
29
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
30
+ # official GA features. Specific Support terms apply.
31
31
  #
32
32
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
33
33
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -26,9 +26,10 @@ module Elasticsearch
26
26
  # Set the error field for the connector.
27
27
  # If the error provided in the request body is non-null, the connector’s status is updated to error.
28
28
  # Otherwise, if the error is reset to null, the connector status is updated to connected.
29
- # This functionality is in technical preview and may be changed or removed in a future
30
- # release. Elastic will apply best effort to fix any issues, but features in technical
31
- # preview are not subject to the support SLA of official GA features.
29
+ # This functionality is experimental and is not ready for production usage. Experimental
30
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
31
+ # experimental features are not subject to the support SLA of official GA features. Specific
32
+ # Support terms apply.
32
33
  #
33
34
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
34
35
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -33,9 +33,10 @@ module Elasticsearch
33
33
  # However, you can use this API to override the default behavior.
34
34
  # To sync data using self-managed connectors, you need to deploy the Elastic connector service on your own infrastructure.
35
35
  # This service runs automatically on Elastic Cloud for Elastic managed connectors.
36
- # This functionality is in technical preview and may be changed or removed in a future
37
- # release. Elastic will apply best effort to fix any issues, but features in technical
38
- # preview are not subject to the support SLA of official GA features.
36
+ # This functionality is experimental and is not ready for production usage. Experimental
37
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
38
+ # experimental features are not subject to the support SLA of official GA features. Specific
39
+ # Support terms apply.
39
40
  #
40
41
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated. (*Required*)
41
42
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -26,10 +26,10 @@ module Elasticsearch
26
26
  # Update the draft filtering configuration of a connector and marks the draft validation state as edited.
27
27
  # The filtering draft is activated once validated by the running Elastic connector service.
28
28
  # The filtering property is used to configure sync rules (both basic and advanced) for a connector.
29
- # This functionality is in Beta and is subject to change. The design and
30
- # code is less mature than official GA features and is being provided
31
- # as-is with no warranties. Beta features are not subject to the support
32
- # SLA of official GA features.
29
+ # This functionality is in beta and is not ready for production usage. For beta
30
+ # features, the design and code is less mature than official GA features and is being
31
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
32
+ # official GA features. Specific Support terms apply.
33
33
  #
34
34
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
35
35
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -24,9 +24,10 @@ module Elasticsearch
24
24
  module Actions
25
25
  # Update the connector draft filtering validation.
26
26
  # Update the draft filtering validation info for a connector.
27
- # This functionality is in technical preview and may be changed or removed in a future
28
- # release. Elastic will apply best effort to fix any issues, but features in technical
29
- # preview are not subject to the support SLA of official GA features.
27
+ # This functionality is experimental and is not ready for production usage. Experimental
28
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
29
+ # experimental features are not subject to the support SLA of official GA features. Specific
30
+ # Support terms apply.
30
31
  #
31
32
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
32
33
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -24,10 +24,10 @@ module Elasticsearch
24
24
  module Actions
25
25
  # Update the connector index name.
26
26
  # Update the `index_name` field of a connector, specifying the index where the data ingested by the connector is stored.
27
- # This functionality is in Beta and is subject to change. The design and
28
- # code is less mature than official GA features and is being provided
29
- # as-is with no warranties. Beta features are not subject to the support
30
- # SLA of official GA features.
27
+ # This functionality is in beta and is not ready for production usage. For beta
28
+ # features, the design and code is less mature than official GA features and is being
29
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
30
+ # official GA features. Specific Support terms apply.
31
31
  #
32
32
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
33
33
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -23,10 +23,10 @@ module Elasticsearch
23
23
  module Connector
24
24
  module Actions
25
25
  # Update the connector name and description.
26
- # This functionality is in Beta and is subject to change. The design and
27
- # code is less mature than official GA features and is being provided
28
- # as-is with no warranties. Beta features are not subject to the support
29
- # SLA of official GA features.
26
+ # This functionality is in beta and is not ready for production usage. For beta
27
+ # features, the design and code is less mature than official GA features and is being
28
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
29
+ # official GA features. Specific Support terms apply.
30
30
  #
31
31
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
32
32
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -23,10 +23,10 @@ module Elasticsearch
23
23
  module Connector
24
24
  module Actions
25
25
  # Update the connector is_native flag.
26
- # This functionality is in Beta and is subject to change. The design and
27
- # code is less mature than official GA features and is being provided
28
- # as-is with no warranties. Beta features are not subject to the support
29
- # SLA of official GA features.
26
+ # This functionality is in beta and is not ready for production usage. For beta
27
+ # features, the design and code is less mature than official GA features and is being
28
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
29
+ # official GA features. Specific Support terms apply.
30
30
  #
31
31
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
32
32
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -24,10 +24,10 @@ module Elasticsearch
24
24
  module Actions
25
25
  # Update the connector pipeline.
26
26
  # When you create a new connector, the configuration of an ingest pipeline is populated with default settings.
27
- # This functionality is in Beta and is subject to change. The design and
28
- # code is less mature than official GA features and is being provided
29
- # as-is with no warranties. Beta features are not subject to the support
30
- # SLA of official GA features.
27
+ # This functionality is in beta and is not ready for production usage. For beta
28
+ # features, the design and code is less mature than official GA features and is being
29
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
30
+ # official GA features. Specific Support terms apply.
31
31
  #
32
32
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
33
33
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -23,10 +23,10 @@ module Elasticsearch
23
23
  module Connector
24
24
  module Actions
25
25
  # Update the connector scheduling.
26
- # This functionality is in Beta and is subject to change. The design and
27
- # code is less mature than official GA features and is being provided
28
- # as-is with no warranties. Beta features are not subject to the support
29
- # SLA of official GA features.
26
+ # This functionality is in beta and is not ready for production usage. For beta
27
+ # features, the design and code is less mature than official GA features and is being
28
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
29
+ # official GA features. Specific Support terms apply.
30
30
  #
31
31
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
32
32
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -23,10 +23,10 @@ module Elasticsearch
23
23
  module Connector
24
24
  module Actions
25
25
  # Update the connector service type.
26
- # This functionality is in Beta and is subject to change. The design and
27
- # code is less mature than official GA features and is being provided
28
- # as-is with no warranties. Beta features are not subject to the support
29
- # SLA of official GA features.
26
+ # This functionality is in beta and is not ready for production usage. For beta
27
+ # features, the design and code is less mature than official GA features and is being
28
+ # provided as-is with no warranties. Beta features are not subject to the support SLA of
29
+ # official GA features. Specific Support terms apply.
30
30
  #
31
31
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
32
32
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -23,9 +23,10 @@ module Elasticsearch
23
23
  module Connector
24
24
  module Actions
25
25
  # Update the connector status.
26
- # This functionality is in technical preview and may be changed or removed in a future
27
- # release. Elastic will apply best effort to fix any issues, but features in technical
28
- # preview are not subject to the support SLA of official GA features.
26
+ # This functionality is experimental and is not ready for production usage. Experimental
27
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
28
+ # experimental features are not subject to the support SLA of official GA features. Specific
29
+ # Support terms apply.
29
30
  #
30
31
  # @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
31
32
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -27,9 +27,10 @@ module Elasticsearch
27
27
  #
28
28
  # This API is only available behind a feature flag: `esql_views`.
29
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.
30
+ # This functionality is experimental and is not ready for production usage. Experimental
31
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
32
+ # experimental features are not subject to the support SLA of official GA features. Specific
33
+ # Support terms apply.
33
34
  #
34
35
  # @option arguments [String, Array] :name The view name to remove. (*Required*)
35
36
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -24,9 +24,10 @@ module Elasticsearch
24
24
  module Actions
25
25
  # Get a specific running ES|QL query information.
26
26
  # Returns an object extended information about a running ES|QL query.
27
- # This functionality is in technical preview and may be changed or removed in a future
28
- # release. Elastic will apply best effort to fix any issues, but features in technical
29
- # preview are not subject to the support SLA of official GA features.
27
+ # This functionality is experimental and is not ready for production usage. Experimental
28
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
29
+ # experimental features are not subject to the support SLA of official GA features. Specific
30
+ # Support terms apply.
30
31
  #
31
32
  # @option arguments [String] :id The query ID (*Required*)
32
33
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -27,9 +27,10 @@ module Elasticsearch
27
27
  #
28
28
  # This API is only available behind a feature flag: `esql_views`.
29
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.
30
+ # This functionality is experimental and is not ready for production usage. Experimental
31
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
32
+ # experimental features are not subject to the support SLA of official GA features. Specific
33
+ # Support terms apply.
33
34
  #
34
35
  # @option arguments [String] :name The comma-separated view names to retrieve.
35
36
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
@@ -24,9 +24,10 @@ module Elasticsearch
24
24
  module Actions
25
25
  # Get running ES|QL queries information.
26
26
  # Returns an object containing IDs and other information about the running ES|QL queries.
27
- # This functionality is in technical preview and may be changed or removed in a future
28
- # release. Elastic will apply best effort to fix any issues, but features in technical
29
- # preview are not subject to the support SLA of official GA features.
27
+ # This functionality is experimental and is not ready for production usage. Experimental
28
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
29
+ # experimental features are not subject to the support SLA of official GA features. Specific
30
+ # Support terms apply.
30
31
  #
31
32
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
32
33
  # when they occur.
@@ -26,9 +26,10 @@ module Elasticsearch
26
26
  #
27
27
  # This API is only available behind a feature flag: `esql_views`.
28
28
  #
29
- # This functionality is in technical preview and may be changed or removed in a future
30
- # release. Elastic will apply best effort to fix any issues, but features in technical
31
- # preview are not subject to the support SLA of official GA features.
29
+ # This functionality is experimental and is not ready for production usage. Experimental
30
+ # features may change or be removed at any time. Elastic will work to fix any issues, but
31
+ # experimental features are not subject to the support SLA of official GA features. Specific
32
+ # Support terms apply.
32
33
  #
33
34
  # @option arguments [String] :name The view name to create or update. (*Required*)
34
35
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors