使用Prometheus监控elasticsearch集群

网友投稿 1520 2022-05-28

使用prometheus监控Elasticsearch集群

文章目录

使用Prometheus监控Elasticsearch集群

1.在Elasticsearch集群中部署exporter

2.elasticsearch_exporter启动命令参数解释

3.在prometheus中增加elasticsearch_exporter

使用Prometheus监控elasticsearch集群

4.在Grafana中导入elasticsearch监控模板

prometheus监控es,同样采用exporter的方案。

elasticsearch_exporter:https://github.com/justwatchcom/elasticsearch_exporter

使用elasticsearch_exporter组件获取elasticsearch集群的详细信息,包括集群的状态、索引状态、文档数量、jvm信息、磁盘空间信息等等。

1.在Elasticsearch集群中部署exporter

1.部署elasticsearch_exporter # get https://github.com/justwatchcom

1

Elasticsearch

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:mysql报错序号对应的错误
下一篇:我常用的一些linux命令
相关文章