Skip to content

Commit f175457

Browse files
committed
[API] Updates outdated term 'experimental' with 'technical preview'
1 parent 5fcb22c commit f175457

38 files changed

+111
-152
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/cat/tasks.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ module Actions
2525
# Get task information.
2626
# Get information about tasks currently running in the cluster.
2727
# 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 Experimental and may be changed or removed
29-
# completely in a future release. Elastic will take a best effort approach
30-
# to fix any issues, but experimental features are not subject to the
31-
# support SLA of official GA features.
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.
3231
#
3332
# @option arguments [Array<String>] :actions The task action names, which are used to limit the response.
3433
# @option arguments [Boolean] :detailed If `true`, the response includes detailed information about shard recoveries.

elasticsearch-api/lib/elasticsearch/api/actions/connector/check_in.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ module Connector
2424
module Actions
2525
# Check in a connector.
2626
# Update the `last_seen` field in the connector and set it to the current timestamp.
27-
# This functionality is Experimental and may be changed or removed
28-
# completely in a future release. Elastic will take a best effort approach
29-
# to fix any issues, but experimental features are not subject to the
30-
# support SLA of official GA features.
27+
# 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.
3130
#
3231
# @option arguments [String] :connector_id The unique identifier of the connector to be checked in (*Required*)
3332
# @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors

elasticsearch-api/lib/elasticsearch/api/actions/connector/sync_job_check_in.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ module Actions
2626
# Check in a connector sync job and set the `last_seen` field to the current time before updating it in the internal index.
2727
# To sync data using self-managed connectors, you need to deploy the Elastic connector service on your own infrastructure.
2828
# This service runs automatically on Elastic Cloud for Elastic managed connectors.
29-
# This functionality is Experimental and may be changed or removed
30-
# completely in a future release. Elastic will take a best effort approach
31-
# to fix any issues, but experimental features are not subject to the
32-
# support SLA of official GA features.
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.
3332
#
3433
# @option arguments [String] :connector_sync_job_id The unique identifier of the connector sync job to be checked in. (*Required*)
3534
# @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors

elasticsearch-api/lib/elasticsearch/api/actions/connector/sync_job_claim.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ module Actions
2929
# It supports the implementation of services that utilize the connector protocol to communicate with Elasticsearch.
3030
# To sync data using self-managed connectors, you need to deploy the Elastic connector service on your own infrastructure.
3131
# This service runs automatically on Elastic Cloud for Elastic managed connectors.
32-
# This functionality is Experimental and may be changed or removed
33-
# completely in a future release. Elastic will take a best effort approach
34-
# to fix any issues, but experimental features are not subject to the
35-
# support SLA of official GA features.
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.
3635
#
3736
# @option arguments [String] :connector_sync_job_id The unique identifier of the connector sync job. (*Required*)
3837
# @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors

elasticsearch-api/lib/elasticsearch/api/actions/connector/sync_job_error.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ module Actions
2626
# Set the `error` field for a connector sync job and set its `status` to `error`.
2727
# To sync data using self-managed connectors, you need to deploy the Elastic connector service on your own infrastructure.
2828
# This service runs automatically on Elastic Cloud for Elastic managed connectors.
29-
# This functionality is Experimental and may be changed or removed
30-
# completely in a future release. Elastic will take a best effort approach
31-
# to fix any issues, but experimental features are not subject to the
32-
# support SLA of official GA features.
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.
3332
#
3433
# @option arguments [String] :connector_sync_job_id The unique identifier for the connector sync job. (*Required*)
3534
# @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors

elasticsearch-api/lib/elasticsearch/api/actions/connector/sync_job_update_stats.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ module Actions
2828
# This API is mainly used by the connector service for updating sync job information.
2929
# To sync data using self-managed connectors, you need to deploy the Elastic connector service on your own infrastructure.
3030
# This service runs automatically on Elastic Cloud for Elastic managed connectors.
31-
# This functionality is Experimental and may be changed or removed
32-
# completely in a future release. Elastic will take a best effort approach
33-
# to fix any issues, but experimental features are not subject to the
34-
# support SLA of official GA features.
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.
3534
#
3635
# @option arguments [String] :connector_sync_job_id The unique identifier of the connector sync job. (*Required*)
3736
# @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors

elasticsearch-api/lib/elasticsearch/api/actions/connector/update_active_filtering.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ module Connector
2424
module Actions
2525
# Activate the connector draft filter.
2626
# Activates the valid draft filtering for a connector.
27-
# This functionality is Experimental and may be changed or removed
28-
# completely in a future release. Elastic will take a best effort approach
29-
# to fix any issues, but experimental features are not subject to the
30-
# support SLA of official GA features.
27+
# 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.
3130
#
3231
# @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
3332
# @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors

elasticsearch-api/lib/elasticsearch/api/actions/connector/update_error.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ module Actions
2626
# Set the error field for the connector.
2727
# If the error provided in the request body is non-null, the connector’s status is updated to error.
2828
# Otherwise, if the error is reset to null, the connector status is updated to connected.
29-
# This functionality is Experimental and may be changed or removed
30-
# completely in a future release. Elastic will take a best effort approach
31-
# to fix any issues, but experimental features are not subject to the
32-
# support SLA of official GA features.
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.
3332
#
3433
# @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
3534
# @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors

elasticsearch-api/lib/elasticsearch/api/actions/connector/update_features.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ module Actions
3333
# However, you can use this API to override the default behavior.
3434
# To sync data using self-managed connectors, you need to deploy the Elastic connector service on your own infrastructure.
3535
# This service runs automatically on Elastic Cloud for Elastic managed connectors.
36-
# This functionality is Experimental and may be changed or removed
37-
# completely in a future release. Elastic will take a best effort approach
38-
# to fix any issues, but experimental features are not subject to the
39-
# support SLA of official GA features.
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.
4039
#
4140
# @option arguments [String] :connector_id The unique identifier of the connector to be updated. (*Required*)
4241
# @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors

elasticsearch-api/lib/elasticsearch/api/actions/connector/update_filtering_validation.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ module Connector
2424
module Actions
2525
# Update the connector draft filtering validation.
2626
# Update the draft filtering validation info for a connector.
27-
# This functionality is Experimental and may be changed or removed
28-
# completely in a future release. Elastic will take a best effort approach
29-
# to fix any issues, but experimental features are not subject to the
30-
# support SLA of official GA features.
27+
# 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.
3130
#
3231
# @option arguments [String] :connector_id The unique identifier of the connector to be updated (*Required*)
3332
# @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors

0 commit comments

Comments
 (0)