Duansg commented on issue #3589: URL: https://github.com/apache/hertzbeat/issues/3589#issuecomment-3220995438
> > hi, we will soon support the logs module, but logs is implemented using greptime, and the threshold expression uses the SQL in greptime. Is it appropriate to use ali-es to implement the storage layer now? [@bigcyy](https://github.com/bigcyy) > > Hi tom, The current SQL parsing and execution are fully delegated to the underlying database. Therefore, the only requirement is for Ali-ES to support SQL queries. However, I haven't found any documentation to confirm this yet. [@Duansg](https://github.com/Duansg), could you point me to any relevant documentation or links? Alternatively, log support could also be implemented if Ali-ES is able to query logs using PromQL. Hi,@tomsun28 @bigcyy Currently, all related extension functions of ali-es are implemented through its plug-ins, which can be found in [Plug-in Configuration]( https://help.aliyun.com/zh/es/user-guide/overview-of-plug-ins/?spm=a2c4g.11186623.help-menu-57736.d_2_0_7.18767e8abypVGZ) to find them. Although it supports SQL queries, I recommend using ali-es only as an alternative solution, as some features are only available in the commercial version. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
