首页 > 其他 > 详细

prometheus 监控elasticsearch

时间:2019-10-09 11:09:25      阅读:86      评论:0      收藏:0      [点我收藏+]

1.安装: 如果有elk单独用户,切换到该用户下, wget下载,进入到es安装目录,执行 ./elasticsearch-plugin install file://$(pwd)/../../elasticsearch-prometheus-exporter-6.4.2.0.zip 即可完成安装

2.prometheus的配置

  - job_name: elasticsearch
    scrape_interval: 6s
    metrics_path: "/_prometheus/metrics"
    static_configs:
    - targets: [192.168.1.44:9200]

3.elastic search6.4.2合适的dashboard id 266

4.参考:https://www.cnblogs.com/lizhaojun-ops/p/10676362.html    https://github.com/vvanholl/elasticsearch-prometheus-exporter

prometheus 监控elasticsearch

原文:https://www.cnblogs.com/hixiaowei/p/11640475.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!