elasticsearch_exporter icon indicating copy to clipboard operation
elasticsearch_exporter copied to clipboard

Elasticsearch stats exporter for Prometheus

Results 217 elasticsearch_exporter issues
Sort by recently updated
recently updated
newest added

Hello! For some reasons cluster.routing.allocation.exclude._ip is not exposed with exporter, version 1.8. It exposes watermarks though. ``` $ > curl -u user:pass -XGET http://localhost:9200/_cluster/settings?pretty | grep -C 10 allocation %...

In our ES cluster, there are more than 20 exporter pods. With an increase in the number of pods, data from the exporter stops coming into Azure monitor. There are...

Hi, While using your metrics exporter on my ECK clusters with version 8 and higher I found out that although there are rejections when i perform _cat/thread_pool, It seems like...

on hold

Hi Team,  Extend nodes search metrics to add **scroll_current (integer) Number of scroll operations currently running**  It is crucial data for our application and would be helpful if it were...

enhancement
help wanted

As far as I can tell, metrics from `file_cache` are not exported for OpenSearch. These are very helpful metrics to monitor the health of using Searchable Snapshots and the `search`...

help wanted
feature request

Hi, great exporter, but Iam missing variable for watermark and percent usage of node. 1) Node: ```curl localhost:9200/_cat/allocation?h=node,disk.percent``` 2) Watermark: ```curl localhost:9200/_cluster/settings``` if not present in persistent or transient settings,...

We are trying to apply authentication on es_exporter, but we are unable to do so on the Ubuntu 22.04 machine. The document we found is attached here. Please let us...

Pass the es url via the url parameter. ``` export ES_TEST_USERNAME elastic export ES_TEST_PASSWORD 123456 http://localhost:9114/probe?target=http://test-elasticsearch-01:9200&auth_module=TEST ```

Closes #840 For example, the result of calling the `_cluster/settings` API on an off-the-shelf Elasticsearch might look like the following. ``` GET _cluster/settings?include_defaults | jq '.defaults.cluster.routing.allocation.disk' { "threshold_enabled": "true", "watermark":...

Hello everyone! I configured elastic_exporter to get elastic metrics in prometheus. How to calculate and display the following indicators in grafana using prometheus metrics (see photo)? I have already tried...