Member since 
    
	
		
		
		03-26-2016
	
	
	
	
	
	
	
	
	
	
	
	
	
	
			
      
                2
            
            
                Posts
            
        
                2
            
            
                Kudos Received
            
        
                1
            
            
                Solution
            
        My Accepted Solutions
| Title | Views | Posted | 
|---|---|---|
| 5645 | 03-29-2016 02:58 AM | 
			
    
	
		
		
		03-29-2016
	
		
		02:58 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
	
				
		
			
					
	
		1 Kudo
		
	
				
		
	
		
					
							 So, the solution is to properly define the regex list in       The above definition is incorrect for myvar1. The manual states that the list has to be defined as regex, and in my case delimited by pipe.   The correct value has to be "|myvar.*" (without double quotes). The ".*" may not be necessary.  This custom list will then be appended to an existing whitelist. Also I had to restart all hive related services.      
						
					
					... View more