 
					
				
		
Como criar "presets" dos meses, exemplo:
Janeiro, Fevereiro, Março, Abril, etc..
The months have to be fixed
Thanks..
 
					
				
		
I think that you are saying that you would like to add values to the timepicker.  If so, try this:
Edit this file on your Search Head:
/opt/splunk/etc/system/local/times.conf
Add this entry (and similar):
[January]
label = January
header_label = January
earliest_time = -0d@y
latest_time = -0d@y+32d@mon
 
					
				
		
I think that you are saying that you would like to add values to the timepicker.  If so, try this:
Edit this file on your Search Head:
/opt/splunk/etc/system/local/times.conf
Add this entry (and similar):
[January]
label = January
header_label = January
earliest_time = -0d@y
latest_time = -0d@y+32d@mon
 
					
				
		
Cool, and how it would be in February?
:)
 
					
				
		
Use 
    earliest_time=@y latest_time=@y+1mon for jan
    earliest_time=@y+1mon latest_time=@y+2mon for feb
    earliest_time=@y+2mon latest_time=@y+3mon for mar etc
 
					
				
		
Very Thanks!!
 
					
				
		
 
		
		
		
		
		
	
			
		
		
			
					
		Where or how do you want to use the presets?
 
					
				
		
Add months here:
 
					
				
		
Multi-lingual text greatly reduces the likelihood of good responses.
 
					
				
		
How to create "presets" of months, for example:
January, February, March, April, etc ..
The months have to be fixed
Sorry..
