Skip to content

Commit b742a98

Browse files
committed
[API] Updates streams namespaces source code documentation
1 parent ef80693 commit b742a98

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/streams/logs_disable.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ module Elasticsearch
2222
module API
2323
module Streams
2424
module Actions
25-
# Disable logs stream
26-
# This disables the logs stream feature for this cluster.
25+
# Disable logs stream.
26+
# Turn off the logs stream feature for this cluster.
2727
# This functionality is Experimental and may be changed or removed
2828
# completely in a future release. Elastic will take a best effort approach
2929
# to fix any issues, but experimental features are not subject to the

elasticsearch-api/lib/elasticsearch/api/actions/streams/logs_enable.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ module Elasticsearch
2222
module API
2323
module Streams
2424
module Actions
25-
# Enable logs stream
26-
# This enables the logs stream feature for this cluster.
27-
# Note: To protect existing data, this feature can only be enabled on a cluster if
28-
# it does not have existing indices or data streams matching the pattern `logs|logs.*`.
29-
# If this is the case, a `409 - Conflict` response and error will be returned.
25+
# Enable logs stream.
26+
# Turn on the logs stream feature for this cluster.
27+
# NOTE: To protect existing data, this feature can be turned on only if the
28+
# cluster does not have existing indices or data streams that match the pattern `logs|logs.*`.
29+
# If those indices or data streams exist, a `409 - Conflict` response and error is returned.
3030
# This functionality is Experimental and may be changed or removed
3131
# completely in a future release. Elastic will take a best effort approach
3232
# to fix any issues, but experimental features are not subject to the

elasticsearch-api/lib/elasticsearch/api/actions/streams/status.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ module Elasticsearch
2222
module API
2323
module Streams
2424
module Actions
25-
# Get the status of streams
26-
# Gets the current status of all stream types
25+
# Get the status of streams.
26+
# Get the current status for all types of streams.
2727
# This functionality is Experimental and may be changed or removed
2828
# completely in a future release. Elastic will take a best effort approach
2929
# to fix any issues, but experimental features are not subject to the

elasticsearch-api/lib/elasticsearch/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
module Elasticsearch
1919
module API
2020
VERSION = '9.1.2'.freeze
21-
ES_SPECIFICATION_COMMIT = 'f16a25d64dcb2352dfd0a250ca0fd9433c04f93f'.freeze
21+
ES_SPECIFICATION_COMMIT = 'a16c04b77af3238b12ce665259dec15967c9a19f'.freeze
2222
end
2323
end

0 commit comments

Comments
 (0)