File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
elasticsearch-api/lib/elasticsearch/api Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ module Elasticsearch
22
22
module API
23
23
module Streams
24
24
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.
27
27
# This functionality is Experimental and may be changed or removed
28
28
# completely in a future release. Elastic will take a best effort approach
29
29
# to fix any issues, but experimental features are not subject to the
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ module Elasticsearch
22
22
module API
23
23
module Streams
24
24
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.
30
30
# This functionality is Experimental and may be changed or removed
31
31
# completely in a future release. Elastic will take a best effort approach
32
32
# to fix any issues, but experimental features are not subject to the
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ module Elasticsearch
22
22
module API
23
23
module Streams
24
24
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.
27
27
# This functionality is Experimental and may be changed or removed
28
28
# completely in a future release. Elastic will take a best effort approach
29
29
# to fix any issues, but experimental features are not subject to the
Original file line number Diff line number Diff line change 18
18
module Elasticsearch
19
19
module API
20
20
VERSION = '9.1.2' . freeze
21
- ES_SPECIFICATION_COMMIT = 'f16a25d64dcb2352dfd0a250ca0fd9433c04f93f ' . freeze
21
+ ES_SPECIFICATION_COMMIT = 'a16c04b77af3238b12ce665259dec15967c9a19f ' . freeze
22
22
end
23
23
end
You can’t perform that action at this time.
0 commit comments