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
This bug only occurs if there is a problem while getting the metrics.
Per Default the "version" variable is set to [0,0,0] ... and this is smaller then [0,90,10].
But the script should raise an error if it is not possible to get the metrics ... the current version goes ahead and uses therefore the wrong STATS_URL because the version is still at its default value of [0,0,0]
The new URLS are /_nodes/stats?all=true
But the datadog uses sometimes the old one: /_cluster/nodes/stats?all=true
elastic.py
Old version: (only interesting parts)
/opt/datadog-agent/agent/checks.d/elastic.py
fixed version should be: (only interesting parts)
/opt/datadog-agent/agent/checks.d/elastic.py
The text was updated successfully, but these errors were encountered: