Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ module Elasticsearch
module API
module Streams
module Actions
# Disable logs stream
# This disables the logs stream feature for this cluster.
# Disable logs stream.
# Turn off the logs stream feature for this cluster.
# This functionality is Experimental and may be changed or removed
# completely in a future release. Elastic will take a best effort approach
# to fix any issues, but experimental features are not subject to the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ module Elasticsearch
module API
module Streams
module Actions
# Enable logs stream
# This enables the logs stream feature for this cluster.
# Note: To protect existing data, this feature can only be enabled on a cluster if
# it does not have existing indices or data streams matching the pattern `logs|logs.*`.
# If this is the case, a `409 - Conflict` response and error will be returned.
# Enable logs stream.
# Turn on the logs stream feature for this cluster.
# NOTE: To protect existing data, this feature can be turned on only if the
# cluster does not have existing indices or data streams that match the pattern `logs|logs.*`.
# If those indices or data streams exist, a `409 - Conflict` response and error is returned.
# This functionality is Experimental and may be changed or removed
# completely in a future release. Elastic will take a best effort approach
# to fix any issues, but experimental features are not subject to the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ module Elasticsearch
module API
module Streams
module Actions
# Get the status of streams
# Gets the current status of all stream types
# Get the status of streams.
# Get the current status for all types of streams.
# This functionality is Experimental and may be changed or removed
# completely in a future release. Elastic will take a best effort approach
# to fix any issues, but experimental features are not subject to the
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-api/lib/elasticsearch/api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
module Elasticsearch
module API
VERSION = '9.2.0'.freeze
ES_SPECIFICATION_COMMIT = 'e22c10134264a91aca0f736153460a3e988c27b5'.freeze
ES_SPECIFICATION_COMMIT = '06148858372b097641efbe3b712259eee63b8e11'.freeze
end
end