简体   繁体   中英

Exporting metrics from Prometheus to Elastics Search for better monitoring capabilities

I want to use Prometheus to monitor Spark (using spark driver API) but I also want to use Kibana for better investigation capabilities. So I want to export those metrics from Prometheus also to Elastic Search as records to show on Kibana.

Is it somehow possible?

You can check this blog where they have shown various way to export prometheus metrics to Elasticsearch.

You can use metricbeat as well to get data from prometheus as it provide module for same.

Also, if you are using latest version of Elasticsearch then you can explore Elastic Agent and Fleet as well, which have integration for prometheus .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM