Nodes stats and other metrics from cluster APIs
See original GitHub issueI would like to get metrics for example for cluster node stats so requesting _nodes/stats
instead of _all/_search
. Is that possible? Or planned?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Nodes stats API | Elasticsearch Guide [8.5] | Elastic
You can use the cluster nodes stats API to retrieve statistics for nodes in a cluster. All the nodes selective options are explained...
Read more >How to Collect Elasticsearch Metrics - Datadog
The Node Stats API is a powerful tool that provides access to nearly every metric from Part 1, with the exception of overall...
Read more >Nodes Stats
The cluster nodes stats API allows to retrieve one or more (or all) of the cluster nodes statistics. ... The first command retrieves...
Read more >Nodes stats - OpenSearch documentation
Specifies whether statistics are aggregated at the cluster, index, or shard level. Valid values are indices , node , and shard . timeout,...
Read more >Node metrics data - Kubernetes
You can send a proxied request to the stats summary API via the Kubernetes API server. Here is an example of a Summary...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed in 0.3.0
@webwurst @onibox FYI, pushed a beta docker image that includes these stats:
braedon/prometheus-es-exporter:0.3.0.beta1
Check the updates to the README and tests for details, and let me know if you have any feedback.