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

----------------------------------------------------------------

https://blog.csdn.net/w372426096/article/details/90697088

【成神之路】es搜索相关面试题

最新文章

  1. 局域网内利用gitlab,jenkins自动生成gitbook并发布(nginx)
  2. 谁能完全搞懂Visual Studio的安装项?
  3. SUSE Linux Enterprise Server 11 软件源
  4. ubuntu16.04下安装openssh-server报依赖错误的解决方法
  5. 关于刷Sylvain/burst_ind分支的一些问题解答
  6. [经典算法] 字符串搜索Boyer-Moore
  7. 支持H5的一般设置
  8. Bitmap的一些操作
  9. 华为OJ之最长公共子序列
  10. DNS Prefetch初认识
  11. 【webpack学习笔记】a06-生产环境和开发环境配置
  12. Angular中的服务的使用
  13. If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
  14. mysql查询前几条记录
  15. https://github.com/tensorflow/models/blob/master/research/slim/datasets/preprocess_imagenet_validation_data.py 改编版
  16. Python全栈之路----Python2与Python3
  17. python flask大型项目目录
  18. 例说Linux内核链表(一)
  19. 【Java并发编程】:Runnable和Thread实现多线程的区别
  20. android开发学习笔记系列(2)-android应用界面编程

热门文章

  1. Codeforces Round #512 (Div. 2, based on Technocup 2019 Elimination Round 1) E. Vasya and Good Sequences(DP)
  2. Java一道奇特的面试题
  3. mybatis标签selectkey无法返回主键值
  4. springboot 生产环境与开发环境配置
  5. 简易学生成绩管理管理系统(java描述)
  6. ie浏览器中时间转换
  7. HTTP缓存机制和原理
  8. mybatis批量查询引发的血案
  9. 简述python中的@staticmethod作用及用法
  10. Windows Server 2012R2 部署 Domain Controller