简体   繁体   English

如何使用Grafana中的Prometheus数据源监视弹性搜索

[英]How to monitor elasticsearch with Prometheus data source in Grafana

I'm the beginner in Prometheus and Grafana. 我是普罗米修斯和格拉法纳的初学者。

I have created new dashboards in Grafana to monitor basic metrics of the server using Prometheus and Grafana. 我在Grafana中创建了新的仪表板,以使用Prometheus和Grafana监控服务器的基本指标。 in the same way needs to monitor elastic search in the servers. 以同样的方式需要监控服务器中的弹性搜索。

I have followed the below steps : 我按照以下步骤操作:

I m not sure whether the below is the right approach. 我不确定以下是否是正确的方法。

I have tried below format for node_exporter process which results in success. 我已尝试使用以下格式的node_exporter进程,这会导致成功。 that's y tried the below for elasticsearch exporters 对于elasticsearch出口商,我们尝试了以下内容

in the Elastic search server(which is going to be monitored) 在弹性搜索服务器中(将被监视)

wget https://github.com/justwatchcom/elasticsearch_exporter/releases/download/v1.0.2rc1/elasticsearch_exporter-1.0.2rc1.darwin-386.tar.gz
tar -xf elasticsearch_exporter-1.0.2rc1.darwin-386.tar.gz 
cd elasticsearch_exporter-1.0.2rc1.darwin-386
 ./elasticsearch_exporter 

while executing the last step i get the below error. 执行最后一步时,我得到以下错误。

-bash: ./elasticsearch_exporter: cannot execute binary file

once this is done, how can i get the dashboards in Grafana for elasticsearch 完成后,如何在Grafana中获取弹性搜索的仪表板

-bash: ./elasticsearch_exporter: cannot execute binary file -bash:./ elasticsearch_exporter:无法执行二进制文件

Typically the cause of this error is running an executable on the wrong architecture. 通常,此错误的原因是在错误的体系结构上运行可执行文件。

Double check the Elasticsearch binary you downloaded. 仔细检查您下载的Elasticsearch二进制文件。 You'll need to download the appropriate binary for your machine. 您需要为您的机器下载适当的二进制文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 带有Elasticsearch数据源的Grafana - Grafana with elasticsearch data source 如何使用 Elasticsearch 数据源在 Grafana 中可视化百分比指标? - How to visualize a percentage metric in Grafana using Elasticsearch data source? 带有AWS Elasticsearch数据源的Grafana在phantomjs中不起作用 - Grafana with aws elasticsearch data source not working in phantomjs 使用 Elasticsearch 数据源的 Grafana 中没有可用的指标 - No metrics available in Grafana with Elasticsearch data source 如何使用 Elasticsearch 数据源在 Grafana 中使用非时间序列数据 label x 轴? - How to label x-axis with non-time series data in Grafana with Elasticsearch data source? 如何从Elasticsearch数据源制作grafana中的累积和图? - How can I make a cumulative sum graph in grafana, from an elasticsearch data source? 如何使用 Elasticsearch 数据源获取 Grafana 中字段的每个不同值的最后一个条目 - How to get last entry for each distinct value of a field in Grafana with an Elasticsearch data source 从 Elasticsearch 数据源获取 Grafana 中的最新元素 - Get most recent element in Grafana from an Elasticsearch data source 使用Grafana中的模板并以Elasticsearch作为数据源的术语聚合 - Term aggregation using template in Grafana with Elasticsearch as data source Grafana 在 Elasticsearch 数据源中使用两个字段相减 - Grafana to use substraction of two fields in Elasticsearch data source
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM