I want to search a string
"hello welcome to splunk
         how to use splunk?
pipeline
  splunk"
but splunk doesnt support this to search as a single keyword. how to handle new line, spaces and tab splace in splunk search?
 
		
		
		
		
		
	
			
		
		
			
					
		This should work:
 "hello welcome to splunk" AND "how to use splunk?" AND "pipeline" AND "splunk"
 
		
		
		
		
		
	
			
		
		
			
					
		This should work:
 "hello welcome to splunk" AND "how to use splunk?" AND "pipeline" AND "splunk"
 
					
				
		
This appears to be a duplicate
https://answers.splunk.com/answers/401351/how-to-search-a-string-having-multiple-lines.html
