jaredhu commented on issue #7836:
URL: https://github.com/apache/skywalking/issues/7836#issuecomment-929946552


   String tableName = IndexController.INSTANCE.getTableName(model);
   
   Only the aggregation method is considered here
   
   IndexController.LogicIndicesRegister.registerRelation(model.getName(), 
tableName);
   
   The mapping relationship registered here is actually only the aggregation 
method.
   When querying, the template should be used 
(indexPatterns=[saas-apm_alarm_record-*]). What I want is whether the 
indexPatterns of the template can be registered in this map


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to