 
					
				
		
Hi there
The result of default indexation :
- for each line splunk sees a different event
The result the customer is expecting : 
- one event that merge all the lines with same timestamp
we are looking for a way to merge lines based on timestamp at index time
Someone got a recipe ?
Best regards
 
					
				
		
 
		
		
		
		
		
	
			
		
		
			
					
		Hi psaminadin,
to merge events at indextime, you have to find a way to know when an event breaks.
Anyway, you can display events all together at search time using transaction (I don't like this solution) or stats command.
If you could share some example and the results you expect, it could be possible to help you.
Bye.
Giuseppe
