To Map prod index to non-prod. Can you explain how to do that
 
		
		
		
		
		
	
			
		
		
			
					
		Mixing data from a production environment to a non-production environment is not usually recommended, often for security reasons.
 
		
		
		
		
		
	
			
		
		
			
					
		You can create summary indexes, although this is primarily used for aggregated data.
The question would be, why are you trying to do this? What is your usecase?
I haven't find any documents for mapping one index to another via summery index..Can you gave the documents or process
 
		
		
		
		
		
	
			
		
		
			
					
		Use summary indexing for increased search efficiency - Splunk Documentation
Summary indexes aren't really for this purpose though.
Thank you. This is for mapping one prod index to another prod index
