bigcyy commented on issue #3589: URL: https://github.com/apache/hertzbeat/issues/3589#issuecomment-3220896854
> 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, 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. -- 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]
