File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed 
docs/en/ingest-management/elastic-agent/configuration/outputs Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,13 @@ outputs:
4646
4747== Kafka output and using {ls} to index data to {es}
4848
49- If you are considering using {ls} to ship the data from `kafka` to {es}, please
50- be aware Elastic is not currently testing this kind of setup.
49+ If you are considering using {ls} to ship the data from `kafka` to {es}, please be aware the 
50+ structure of the documents sent from {agent} to `kafka` must not be modified by {ls}.
51+ We suggest disabling `ecs_compatibility` on both the `kafka` input and the `json` codec in order
52+ to make sure the input doesn't edit the fields and their contents.
5153
52- The structure of the documents sent from {agent}  to `kafka` must not be modified by {ls}. 
53- We suggest disabling `ecs_compatibility` on both the `kafka` input and the `json` codec .
54+ The data streams setup by the integrations expect  to receive events having the same structure and 
55+ field names as they were sent directly from an {agent} .
5456
5557Refer to <<logstash-output,{ls} output for {agent}>> documentation for more details.
5658
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments