-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elasticsearch CCR metricset returns 405 errors when run against ES in Cloud #16511
Comments
Chatted with @bczifra off-issue. Summarizing:
|
Pinging @elastic/stack-monitoring (Stack monitoring) |
Pinging @elastic/integrations-services (Team:Services) |
Thinking about this some more, I don't think we should silently ignore 405 errors. At the same time, I don't think we want to spam our logs either. So perhaps we should ignore such errors and log about it at the DEBUG level. |
This issue is marked as closed. However, as far as I can tell, this is still broken (tested 7.6.2) and prevents collection of all metricsets from Elastic's own cloud service. @bczifra were you able to resolve the collection problem? |
@tophercullen This issue has been fixed by #17073. We label the PRs to show which versions those changes become available in. In this case, the fix will be available in 7.7.0. |
Ok thanks! |
When using
metricbeat-7.6.0-darwin-x86_64
, commenting out any of the metricsets in/etc/metricbeat/modules.d/elasticsearch-xpack.yml
, such as:results in an error message:
Related issues:
For some context, this came up while trying to use the module with an Elastic Cloud deployment which apparently doesn't support the CCR stats endpoint. Instead, metricbeat logs:
Interestingly, I do see documents created in the metricbeat index for this document with:
However, I don't see documents generated for any of the other metricsets.
results in:
I wonder if the failure collecting one metricset prevents the reporting of the other metricsets.
The text was updated successfully, but these errors were encountered: