prometheus监控elasticsearch
1.elasticsearch版本:docker 部署的 6.7.1根据不同的版本到https://github.com/vvanholl/elasticsearch-prometheus-exporter/tags找到对应版本的插件地址。进入docker 执行,此处为6.7.1版本./bin/elasticsearch-plugin install -b https://github.com/v
·
1.elasticsearch
版本:docker 部署的 6.7.1
根据不同的版本到 https://github.com/vvanholl/elasticsearch-prometheus-exporter/tags 找到对应版本的插件地址。
进入docker 执行,此处为6.7.1版本
./bin/elasticsearch-plugin install -b https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.7.1.0/prometheus-exporter-6.7.1.0.zip
安装成功显示
-> Downloading https://github.com/vvanholl/elasticsearch-prometheus-exporter/releases/download/6.7.1.0/prometheus-exporter-6.7.1.0.zip
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: plugin requires additional permissions @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
* java.lang.RuntimePermission accessClassInPackage.sun.misc
* java.lang.RuntimePermission accessDeclaredMembers
* java.lang.reflect.ReflectPermission suppressAccessChecks
See http://docs.oracle.com/javase/8/docs/technotes/guides/security/permissions.html
for descriptions of what these permissions allow and the associated risks.
-> Installed prometheus-exporter
2.promethues
配置prometheus.yml
targets: 你的es机器主机地址
scrape_configs:
- job_name: 'elasticsearch'
metrics_path: "/_prometheus/metrics"
static_configs:
- targets: [ '172.16.15.54:9200']
- targets: [ '172.16.15.188:9200']
- targets: [ '172.16.15.122:9203']
重启prometheus 生效,并进入prometheus 查看 status-Service Discovery ,如图
3.grafana
配置监控模版,import导入266模版
4.监控实图
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献2条内容
所有评论(0)