Duansg opened a new pull request, #3702: URL: https://github.com/apache/hertzbeat/pull/3702
## What's changed? Currently, most of our log data is stored in Alibaba Cloud Elasticsearch, and SLS collects data from Elasticsearch. In addition to log metrics, there are also event metrics, business metrics, and so on. With existing Elasticsearch infrastructure or complex query analysis requirements, support for Alibaba Cloud Elasticsearch storage enables Hertzbeat to improve the accessibility of heterogeneous systems without changing the existing infrastructure. In the commercial version of Alibaba Cloud Elasticsearch, the TimeStream plugin is provided, which supports PromQL queries of Elasticsearch data and seamlessly integrates with Prometheus + Grafana. This further reduces the cost of storing and using time-series data in Alibaba Cloud Elasticsearch, improving efficiency and usability. Please refer to: [#3589](https://github.com/apache/hertzbeat/issues/3589) Add Alibaba Elasticsearch storage support For details: - [x] 1. Added storage and query support - [x] 2. Support PromqlQueryExecutor dynamic path query - [x] 3. Add test cases and pass historical test cases. - [ ] 4. Add new documents or explanations related to access. ## Checklist - [x] I have read the [Contributing Guide](https://hertzbeat.apache.org/docs/community/code_style_and_quality_guide) - [x] I have written the necessary doc or comment. - [x] I have added the necessary unit tests and all cases have passed. ## Add or update API - [ ] I have added the necessary [e2e tests](https://github.com/apache/hertzbeat/tree/master/e2e) and all cases have passed. > Monitor Real-Time Detail <img width="1510" height="858" alt="RealTime" src="https://github.com/user-attachments/assets/e806ed9f-4cad-4c75-bb77-ada1144ae1af" /> > Monitor Historical Chart Detail <img width="1512" height="856" alt="Historical" src="https://github.com/user-attachments/assets/080878cf-39a8-4839-8f5e-b706d0a99fd8" /> > RealTime Threshold <img width="1510" height="855" alt="RealTime_threshold" src="https://github.com/user-attachments/assets/d81031a2-4e2a-4675-ad69-d788a38363c2" /> > RealTime Threshold Alert <img width="1511" height="858" alt="RealTime_alarms" src="https://github.com/user-attachments/assets/35c4968f-3e82-412a-9787-6649e3fd139d" /> > Periodic Threshold <img width="1512" height="857" alt="Periodic_Threshold" src="https://github.com/user-attachments/assets/2f3202f0-0040-4489-87ed-1e3fae371c8d" /> > Periodic Threshold Alert <img width="1511" height="857" alt="Predicti_Alarms" src="https://github.com/user-attachments/assets/09eed7f2-7d79-4851-a15e-b581d1784bec" /> -- 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]
