File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,13 @@ issues: []
66breaking :
77  title : Disable cross-cluster functionality for `_fleet/_fleet_search` 
88  area : CCS 
9-   details : Please describe the details of this change for the release notes. You can 
10-     use asciidoc. 
11-   impact : Please describe the impact of this change to users 
9+   details : |- 
10+     This endpoint is largely used for local searches only and is not compatible with true cross-cluster searches where 
11+     arbitrary number of indices and remotes can be specified. Although it is meant to accept an index parameter that 
12+     denotes a single searchable target, such a limitation can be bypassed through various means. 
13+ 
14+     Keeping in view this endpoint's stated intent and future scope, cross-cluster functionality is being explicitly disabled. 
15+    impact : |- 
16+     This endpoint will no longer accept remote indices. Should one be provided, a top-level error is returned with 
17+     an appropriate explanation. 
1218   notable : false 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments