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
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 
Original file line number Diff line number Diff 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 
Original file line number Diff line number Diff 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 
Original file line number Diff line number Diff line change 1818module  Elasticsearch 
1919  module  API 
2020    VERSION  =  '9.1.2' . freeze 
21-     ES_SPECIFICATION_COMMIT  =  'f16a25d64dcb2352dfd0a250ca0fd9433c04f93f ' . freeze 
21+     ES_SPECIFICATION_COMMIT  =  'a16c04b77af3238b12ce665259dec15967c9a19f ' . freeze 
2222  end 
2323end 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments