You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#16346 introduced this ES endpoint for querying metrics: _cluster/stats/all. According to ES 7 and 8 documentation, this is not a valid endpoint. The correct endpoint would be /_cluster/stats/nodes/_all.
Component(s)
receiver/elasticsearch
What happened?
Description
#16346 introduced this ES endpoint for querying metrics:
_cluster/stats/all
. According to ES 7 and 8 documentation, this is not a valid endpoint. The correct endpoint would be/_cluster/stats/nodes/_all
.Steps to Reproduce
Expected Result
I should see a successful JSON response.
Actual Result
I get this response:
Collector version
v0.69.0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: