Rysiu  
                
               
                 
                 
              
                  
                    May 12, 2020,  5:29am
                   
                   
              1 
               
             
            
              I'm trying to use the Rollover in the Rollup.
According to the information: 
Implementation:
  "id": "index-data.*",
  "index_pattern": "index-data.*",
  "rollup_index": "rollup.index-data-%{+YYYY.MM}",
 
But it doesn't work. 
Elastic returns the error:
"type": "invalid_index_name_exception",
"reason": "Invalid index name [rollup.index-data-%{+YYYY.MM}], must be lowercase",
"index_uuid": "_na_",
 
How to implement Rollover in Rollup?
Elasticseach version 7.5.
             
            
               
               
               
            
                
            
           
          
            
              
                warkolm  
                (Mark Walkom)
               
              
                  
                    May 13, 2020,  9:34am
                   
                   
              2 
               
             
            
              You cannot currently use date math in the rollup_index pattern like that sorry.
That issue you linked goes to https://github.com/elastic/elasticsearch/issues/48003 , which is still open.
             
            
               
               
               
            
            
           
          
            
              
                Rysiu  
                
               
              
                  
                    May 13, 2020, 11:56am
                   
                   
              3 
               
             
            
              How to add any other rollover? 
How do I add a numerical rollover?
             
            
               
               
               
            
            
           
          
            
            
              Yeah.. Numerous users face issue while adding the rollover. Need some tutorial sort of thing to understand it. 
             
            
               
               
               
            
            
           
          
            
              
                warkolm  
                (Mark Walkom)
               
              
                  
                    May 13, 2020, 10:13pm
                   
                   
              5 
               
             
            
              
Change that to something like rollup.index-data.
             
            
               
               
               
            
            
           
          
            
              
                system  
                (system)
                  Closed 
               
              
                  
                    June 10, 2020, 10:13pm
                   
                   
              6 
               
             
            
              This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.